Skip to content

Commit c677dab

Browse files
committed
chore: release v0.7.23
1 parent af54cb5 commit c677dab

File tree

7 files changed

+21
-12
lines changed

7 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.7.23](https://github.com/sanyuan0704/island.js/compare/v0.7.22...v0.7.23) (2022-12-12)
2+
3+
4+
### Features
5+
6+
* support custom babel options ([af54cb5](https://github.com/sanyuan0704/island.js/commit/af54cb5275ed95e45940d7f16b11e5d471746959))
7+
8+
9+
110
## [0.7.22](https://github.com/sanyuan0704/island.js/compare/v0.7.21...v0.7.22) (2022-12-10)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "islandjs-monorepo",
33
"private": true,
4-
"version": "0.7.22",
4+
"version": "0.7.23",
55
"description": "Vite & Islands architecture SSG framework",
66
"packageManager": "pnpm@7.9.2",
77
"type": "module",

packages/island/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "islandjs",
3-
"version": "0.7.22",
3+
"version": "0.7.23",
44
"description": "Vite & Islands architecture SSG framework",
55
"packageManager": "pnpm@7.9.2",
66
"type": "module",
@@ -49,8 +49,8 @@
4949
"@babel/helper-plugin-utils": "7.19.0",
5050
"@babel/preset-react": "7.18.6",
5151
"@iconify-json/carbon": "1.1.8",
52-
"@islandjs/plugin-backtop": "0.7.22",
53-
"@islandjs/plugin-search": "0.7.22",
52+
"@islandjs/plugin-backtop": "0.7.23",
53+
"@islandjs/plugin-search": "0.7.23",
5454
"@mdx-js/mdx": "2.1.3",
5555
"@mdx-js/react": "2.1.3",
5656
"@mdx-js/rollup": "2",

packages/plugin-backtop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@islandjs/plugin-backtop",
3-
"version": "0.7.22",
3+
"version": "0.7.23",
44
"description": "Back top plugin for islandjs",
55
"packageManager": "pnpm@7.9.2",
66
"type": "module",
@@ -40,7 +40,7 @@
4040
"react": "^18.2.0"
4141
},
4242
"peerDependencies": {
43-
"islandjs": "0.7.22"
43+
"islandjs": "0.7.23"
4444
},
4545
"files": [
4646
"dist",

packages/plugin-check-links/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@islandjs/plugin-check-links",
3-
"version": "0.7.22",
3+
"version": "0.7.23",
44
"description": "Dead links check plugin for islandjs",
55
"packageManager": "pnpm@7.9.2",
66
"type": "module",
@@ -40,7 +40,7 @@
4040
"react": "^18.2.0"
4141
},
4242
"peerDependencies": {
43-
"islandjs": "0.7.22"
43+
"islandjs": "0.7.23"
4444
},
4545
"files": [
4646
"dist",

packages/plugin-search/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@islandjs/plugin-search",
3-
"version": "0.7.22",
3+
"version": "0.7.23",
44
"description": "Search plugin for islandjs",
55
"packageManager": "pnpm@7.9.2",
66
"type": "module",
@@ -40,7 +40,7 @@
4040
"react": "^18.2.0"
4141
},
4242
"peerDependencies": {
43-
"islandjs": "0.7.22"
43+
"islandjs": "0.7.23"
4444
},
4545
"files": [
4646
"dist",

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)