diff --git a/.changeset/sour-mice-repeat.md b/.changeset/sour-mice-repeat.md deleted file mode 100644 index c2ad87b..0000000 --- a/.changeset/sour-mice-repeat.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@astrobook/ui': patch -'astrobook': patch -'@astrobook/core': patch -'@astrobook/types': patch ---- - -Fix an issue where the theme toggle button doesn't work. diff --git a/packages/astrobook/CHANGELOG.md b/packages/astrobook/CHANGELOG.md index 1a3b13f..becf22d 100644 --- a/packages/astrobook/CHANGELOG.md +++ b/packages/astrobook/CHANGELOG.md @@ -1,5 +1,11 @@ # astrobook +## 0.4.4 + +### Patch Changes + +- [`b15252f`](https://github.com/ocavue/astrobook/commit/b15252fecd4965ae2a3f0f6fe0dea20ae346c58d) Fix an issue where the theme toggle button doesn't work. + ## 0.4.3 ### Patch Changes diff --git a/packages/astrobook/package.json b/packages/astrobook/package.json index 72f0789..1aa90c2 100644 --- a/packages/astrobook/package.json +++ b/packages/astrobook/package.json @@ -1,7 +1,7 @@ { "name": "astrobook", "type": "module", - "version": "0.4.3", + "version": "0.4.4", "description": "The minimal UI component playground", "author": "ocavue ", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index 66e10f5..3da78de 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/core", "type": "module", - "version": "0.4.3", + "version": "0.4.4", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/types/package.json b/packages/types/package.json index 18b1c5b..7b75f2c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/types", "type": "module", - "version": "0.4.3", + "version": "0.4.4", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/ui/package.json b/packages/ui/package.json index 561d4d7..73edee7 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/ui", "type": "module", - "version": "0.4.3", + "version": "0.4.4", "description": "", "author": "ocavue ", "license": "MIT",