nuxt-modules / storybook

Storybook integration with Nuxt.
https://storybook.nuxtjs.org
403 stars 93 forks source link

When will 0.2.9 appear for „@storybook-vue/nuxt“ #667

Closed kubilaymelnikov closed 2 months ago

kubilaymelnikov commented 3 months ago

Hello @chakAs3, is it foreseeable when you will release the next version with the current corrections of the last few days?

tobiasdiez commented 2 months ago

I just cleaned up a few more things and think it would indeed be a good a time for a new release.

@chakAs3 please try the new pnpm release which should sync the versions of both packages.

chakAs3 commented 2 months ago

thank you @tobiasdiez i will do some tests and release new version

tobiasdiez commented 2 months ago

Awesome! However, the versions of the nuxt module and the storybook addon are still not aligned.

I guess the problem was that the pnpm release script in the root was not working. I've fixed it now with https://github.com/nuxt-modules/storybook/pull/683 and https://github.com/nuxt-modules/storybook/pull/681. @chakAs3 could you please give it another try?

chakAs3 commented 2 months ago

I just released v0.2.10, so it includes your fixes i guess

tobiasdiez commented 2 months ago

Thanks, but this only created a new release of the storybook addon, not of the nuxt module. The last release there is a month old: https://www.npmjs.com/package/@nuxtjs/storybook.

It also recreated the changelog in the storybook addon package, which I had just deleted. Did you run pnpm release from the root?

chakAs3 commented 2 months ago

@tobiasdiez, I ran the pnpm release from the monorepo root but the build failed. I then tried running it just on the Storybook addon package. I saw your release script, but I'm unable to test it locally, so I'm blindly pushing new releases. Something must have gone wrong 😄.

tobiasdiez commented 2 months ago

Can you post the error you are getting?

chakAs3 commented 2 months ago

No error man awesome, i pushed a release and @nuxtjs/storybook@8.1.2 is published

chakAs3 commented 2 months ago

@tobiasdie however no release was created here, but both packages are published

image
Vesely commented 2 months ago

Btw there is no README after latest release - https://www.npmjs.com/package/@nuxtjs/storybook?activeTab=readme

blowsie commented 2 months ago

Im getting this issue when using 8.1.2 https://github.com/nuxt-modules/storybook/issues/689

tobiasdiez commented 2 months ago

@tobiasdie however no release was created here, but both packages are published

Added tag creation at https://github.com/nuxt-modules/storybook/pull/697. Not sure how the automatic github release is supposed to work.


Since the new version has been released, we can close this issue. (#689 already tracks the faulty release)