diff --git a/.changeset/young-kings-rhyme.md b/.changeset/young-kings-rhyme.md deleted file mode 100644 index b372dbf..0000000 --- a/.changeset/young-kings-rhyme.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'astrobook': patch -'@astrobook/ui': patch ---- - -Group stories under the same directory in the sidebar. diff --git a/packages/astrobook/CHANGELOG.md b/packages/astrobook/CHANGELOG.md index c3c9472..3d6aa78 100644 --- a/packages/astrobook/CHANGELOG.md +++ b/packages/astrobook/CHANGELOG.md @@ -1,5 +1,11 @@ # astrobook +## 0.5.1 + +### Patch Changes + +- [`09c2d10`](https://github.com/ocavue/astrobook/commit/09c2d1029b94c2558fe9210b16059db7da7211cc) Group stories under the same directory in the sidebar. + ## 0.5.0 ### Minor Changes diff --git a/packages/astrobook/package.json b/packages/astrobook/package.json index bad8e49..192083d 100644 --- a/packages/astrobook/package.json +++ b/packages/astrobook/package.json @@ -1,7 +1,7 @@ { "name": "astrobook", "type": "module", - "version": "0.5.0", + "version": "0.5.1", "description": "The minimal UI component playground", "author": "ocavue ", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index 2dcea2a..3dfd79f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/core", "type": "module", - "version": "0.5.0", + "version": "0.5.1", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/types/package.json b/packages/types/package.json index d916728..7f4e3c1 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/types", "type": "module", - "version": "0.5.0", + "version": "0.5.1", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/ui/package.json b/packages/ui/package.json index 732fc30..9e5ff8c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/ui", "type": "module", - "version": "0.5.0", + "version": "0.5.1", "description": "", "author": "ocavue ", "license": "MIT",