From ba87fe4de03202dcaf01ce8b6118b7f768090912 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 16:40:22 +0800 Subject: [PATCH] chore: release (#131) Co-authored-by: github-actions[bot] --- .changeset/spicy-ravens-dress.md | 7 ------- packages/island/CHANGELOG.md | 9 +++++++++ packages/island/package.json | 2 +- packages/plugin-backtop/CHANGELOG.md | 8 ++++++++ packages/plugin-backtop/package.json | 2 +- packages/plugin-search/CHANGELOG.md | 8 ++++++++ packages/plugin-search/package.json | 2 +- 7 files changed, 28 insertions(+), 10 deletions(-) delete mode 100644 .changeset/spicy-ravens-dress.md diff --git a/.changeset/spicy-ravens-dress.md b/.changeset/spicy-ravens-dress.md deleted file mode 100644 index 9ffd3105..00000000 --- a/.changeset/spicy-ravens-dress.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@islandjs/plugin-backtop': patch -'@islandjs/plugin-search': patch -'islandjs': patch ---- - -fix: plugin component not found diff --git a/packages/island/CHANGELOG.md b/packages/island/CHANGELOG.md index 7f617b83..8e44ddd4 100644 --- a/packages/island/CHANGELOG.md +++ b/packages/island/CHANGELOG.md @@ -1,5 +1,14 @@ ## 0.6.0 +## 0.6.2 + +### Patch Changes + +- 17ceaf8: fix: plugin component not found +- Updated dependencies [17ceaf8] + - @islandjs/plugin-backtop@0.6.2 + - @islandjs/plugin-search@0.6.2 + ## 0.6.1 ### Patch Changes diff --git a/packages/island/package.json b/packages/island/package.json index cf355129..b050ea3d 100644 --- a/packages/island/package.json +++ b/packages/island/package.json @@ -1,6 +1,6 @@ { "name": "islandjs", - "version": "0.6.1", + "version": "0.6.2", "description": "Vite & Islands architecture SSG framework", "packageManager": "pnpm@7.9.2", "type": "module", diff --git a/packages/plugin-backtop/CHANGELOG.md b/packages/plugin-backtop/CHANGELOG.md index a6605ccd..5926489f 100644 --- a/packages/plugin-backtop/CHANGELOG.md +++ b/packages/plugin-backtop/CHANGELOG.md @@ -1,5 +1,13 @@ # @islandjs/plugin-backtop +## 0.6.2 + +### Patch Changes + +- 17ceaf8: fix: plugin component not found +- Updated dependencies [17ceaf8] + - islandjs@0.6.2 + ## 0.6.1 ### Patch Changes diff --git a/packages/plugin-backtop/package.json b/packages/plugin-backtop/package.json index a38e057f..0c8a854a 100644 --- a/packages/plugin-backtop/package.json +++ b/packages/plugin-backtop/package.json @@ -1,6 +1,6 @@ { "name": "@islandjs/plugin-backtop", - "version": "0.6.1", + "version": "0.6.2", "description": "Back top plugin for islandjs", "packageManager": "pnpm@7.9.2", "type": "module", diff --git a/packages/plugin-search/CHANGELOG.md b/packages/plugin-search/CHANGELOG.md index 06d6c946..340b27a9 100644 --- a/packages/plugin-search/CHANGELOG.md +++ b/packages/plugin-search/CHANGELOG.md @@ -1,5 +1,13 @@ # @islandjs/plugin-search +## 0.6.2 + +### Patch Changes + +- 17ceaf8: fix: plugin component not found +- Updated dependencies [17ceaf8] + - islandjs@0.6.2 + ## 0.6.1 ### Patch Changes diff --git a/packages/plugin-search/package.json b/packages/plugin-search/package.json index 490c3d09..1ed88a5c 100644 --- a/packages/plugin-search/package.json +++ b/packages/plugin-search/package.json @@ -1,6 +1,6 @@ { "name": "@islandjs/plugin-search", - "version": "0.6.1", + "version": "0.6.2", "description": "Search plugin for islandjs", "packageManager": "pnpm@7.9.2", "type": "module",