diff --git a/.changeset/gold-dancers-shop.md b/.changeset/gold-dancers-shop.md deleted file mode 100644 index fad898e..0000000 --- a/.changeset/gold-dancers-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astrobook': patch ---- - -Fix an issue where the theme toggle button was not focusable. diff --git a/packages/astrobook/CHANGELOG.md b/packages/astrobook/CHANGELOG.md index 9e49092..fb4f364 100644 --- a/packages/astrobook/CHANGELOG.md +++ b/packages/astrobook/CHANGELOG.md @@ -1,5 +1,11 @@ # astrobook +## 0.4.2 + +### Patch Changes + +- [`c1e8c88`](https://github.com/ocavue/astrobook/commit/c1e8c88671e2472c227495abaa7633ae082fea7f) Fix an issue where the theme toggle button was not focusable. + ## 0.4.1 ### Patch Changes diff --git a/packages/astrobook/package.json b/packages/astrobook/package.json index 8adf873..1c027db 100644 --- a/packages/astrobook/package.json +++ b/packages/astrobook/package.json @@ -1,7 +1,7 @@ { "name": "astrobook", "type": "module", - "version": "0.4.1", + "version": "0.4.2", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index 31ebead..5f71a45 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/core", "type": "module", - "version": "0.4.1", + "version": "0.4.2", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/types/package.json b/packages/types/package.json index af09e1b..b447a1c 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/types", "type": "module", - "version": "0.4.1", + "version": "0.4.2", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/ui/package.json b/packages/ui/package.json index 075e1a0..7db5a47 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/ui", "type": "module", - "version": "0.4.1", + "version": "0.4.2", "description": "", "author": "ocavue ", "license": "MIT",