From c60f8b42f55e583266947f8d13fd57e327a45536 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:13:05 +1000 Subject: [PATCH] chore: version packages (#39) --- .changeset/friendly-tigers-clap.md | 5 ----- packages/astrobook/CHANGELOG.md | 6 ++++++ packages/astrobook/package.json | 2 +- packages/core/package.json | 2 +- packages/types/package.json | 2 +- packages/ui/package.json | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 .changeset/friendly-tigers-clap.md diff --git a/.changeset/friendly-tigers-clap.md b/.changeset/friendly-tigers-clap.md deleted file mode 100644 index 649a962..0000000 --- a/.changeset/friendly-tigers-clap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astrobook': patch ---- - -Always show the theme button when scrolling down component list. diff --git a/packages/astrobook/CHANGELOG.md b/packages/astrobook/CHANGELOG.md index e29ef63..9e49092 100644 --- a/packages/astrobook/CHANGELOG.md +++ b/packages/astrobook/CHANGELOG.md @@ -1,5 +1,11 @@ # astrobook +## 0.4.1 + +### Patch Changes + +- [`faa79f8`](https://github.com/ocavue/astrobook/commit/faa79f821ff63ee433f28aecd5fa261358d44c5a) Always show the theme button when scrolling down component list. + ## 0.4.0 ### Minor Changes diff --git a/packages/astrobook/package.json b/packages/astrobook/package.json index b8ce2f9..8adf873 100644 --- a/packages/astrobook/package.json +++ b/packages/astrobook/package.json @@ -1,7 +1,7 @@ { "name": "astrobook", "type": "module", - "version": "0.4.0", + "version": "0.4.1", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index c81fbb9..31ebead 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/core", "type": "module", - "version": "0.4.0", + "version": "0.4.1", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/types/package.json b/packages/types/package.json index dbd8ae4..af09e1b 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/types", "type": "module", - "version": "0.4.0", + "version": "0.4.1", "description": "", "author": "ocavue ", "license": "MIT", diff --git a/packages/ui/package.json b/packages/ui/package.json index abc1ebd..075e1a0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@astrobook/ui", "type": "module", - "version": "0.4.0", + "version": "0.4.1", "description": "", "author": "ocavue ", "license": "MIT",