From c677dabe3fdc5b627bea350b5c65e3cff218e6cd Mon Sep 17 00:00:00 2001 From: sanyuan <494130947@qq.com> Date: Mon, 12 Dec 2022 20:15:27 +0800 Subject: [PATCH] chore: release v0.7.23 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- packages/island/package.json | 6 +++--- packages/plugin-backtop/package.json | 4 ++-- packages/plugin-check-links/package.json | 4 ++-- packages/plugin-search/package.json | 4 ++-- pnpm-lock.yaml | 4 ++-- 7 files changed, 21 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a22e3b20..16a0d8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.23](https://github.com/sanyuan0704/island.js/compare/v0.7.22...v0.7.23) (2022-12-12) + + +### Features + +* support custom babel options ([af54cb5](https://github.com/sanyuan0704/island.js/commit/af54cb5275ed95e45940d7f16b11e5d471746959)) + + + ## [0.7.22](https://github.com/sanyuan0704/island.js/compare/v0.7.21...v0.7.22) (2022-12-10) diff --git a/package.json b/package.json index 2c7e9891..c789602d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "islandjs-monorepo", "private": true, - "version": "0.7.22", + "version": "0.7.23", "description": "Vite & Islands architecture SSG framework", "packageManager": "pnpm@7.9.2", "type": "module", diff --git a/packages/island/package.json b/packages/island/package.json index a88d6d9f..7150712d 100644 --- a/packages/island/package.json +++ b/packages/island/package.json @@ -1,6 +1,6 @@ { "name": "islandjs", - "version": "0.7.22", + "version": "0.7.23", "description": "Vite & Islands architecture SSG framework", "packageManager": "pnpm@7.9.2", "type": "module", @@ -49,8 +49,8 @@ "@babel/helper-plugin-utils": "7.19.0", "@babel/preset-react": "7.18.6", "@iconify-json/carbon": "1.1.8", - "@islandjs/plugin-backtop": "0.7.22", - "@islandjs/plugin-search": "0.7.22", + "@islandjs/plugin-backtop": "0.7.23", + "@islandjs/plugin-search": "0.7.23", "@mdx-js/mdx": "2.1.3", "@mdx-js/react": "2.1.3", "@mdx-js/rollup": "2", diff --git a/packages/plugin-backtop/package.json b/packages/plugin-backtop/package.json index 7e6cb4f9..1d410029 100644 --- a/packages/plugin-backtop/package.json +++ b/packages/plugin-backtop/package.json @@ -1,6 +1,6 @@ { "name": "@islandjs/plugin-backtop", - "version": "0.7.22", + "version": "0.7.23", "description": "Back top plugin for islandjs", "packageManager": "pnpm@7.9.2", "type": "module", @@ -40,7 +40,7 @@ "react": "^18.2.0" }, "peerDependencies": { - "islandjs": "0.7.22" + "islandjs": "0.7.23" }, "files": [ "dist", diff --git a/packages/plugin-check-links/package.json b/packages/plugin-check-links/package.json index 3a6e3953..f60f45b9 100644 --- a/packages/plugin-check-links/package.json +++ b/packages/plugin-check-links/package.json @@ -1,6 +1,6 @@ { "name": "@islandjs/plugin-check-links", - "version": "0.7.22", + "version": "0.7.23", "description": "Dead links check plugin for islandjs", "packageManager": "pnpm@7.9.2", "type": "module", @@ -40,7 +40,7 @@ "react": "^18.2.0" }, "peerDependencies": { - "islandjs": "0.7.22" + "islandjs": "0.7.23" }, "files": [ "dist", diff --git a/packages/plugin-search/package.json b/packages/plugin-search/package.json index 3e3485e8..e8864eaf 100644 --- a/packages/plugin-search/package.json +++ b/packages/plugin-search/package.json @@ -1,6 +1,6 @@ { "name": "@islandjs/plugin-search", - "version": "0.7.22", + "version": "0.7.23", "description": "Search plugin for islandjs", "packageManager": "pnpm@7.9.2", "type": "module", @@ -40,7 +40,7 @@ "react": "^18.2.0" }, "peerDependencies": { - "islandjs": "0.7.22" + "islandjs": "0.7.23" }, "files": [ "dist", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03bd2fe3..cacb865e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -113,8 +113,8 @@ importers: '@babel/preset-react': 7.18.6 '@babel/traverse': ^7.19.0 '@iconify-json/carbon': 1.1.8 - '@islandjs/plugin-backtop': 0.7.22 - '@islandjs/plugin-search': 0.7.22 + '@islandjs/plugin-backtop': 0.7.23 + '@islandjs/plugin-search': 0.7.23 '@mdx-js/mdx': 2.1.3 '@mdx-js/react': 2.1.3 '@mdx-js/rollup': '2'