Skip to content

Commit 0ecf56a

Browse files
committed
chore: release v0.7.28
1 parent 7cfbee2 commit 0ecf56a

File tree

8 files changed

+121
-57
lines changed

8 files changed

+121
-57
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [0.7.28](https://github.com/sanyuan0704/island.js/compare/v0.7.27...v0.7.28) (2023-03-01)
2+
3+
4+
### Bug Fixes
5+
6+
* frontmatter not change ([c0fcb25](https://github.com/sanyuan0704/island.js/commit/c0fcb251cc46c0aaf7d67621d6c7f0680d2851bc))
7+
* **remark-toc:** support display emphasis and strong in toc ([#161](https://github.com/sanyuan0704/island.js/issues/161)) ([59d0327](https://github.com/sanyuan0704/island.js/commit/59d0327655348bc28262e4e7572650e6b353099a))
8+
9+
10+
### Features
11+
12+
* add create-island ([#166](https://github.com/sanyuan0704/island.js/issues/166)) ([7cfbee2](https://github.com/sanyuan0704/island.js/commit/7cfbee2e73eb3bcb56ed8e8eaa9e3cc2cfe9d82f)), closes [#165](https://github.com/sanyuan0704/island.js/issues/165) [#165](https://github.com/sanyuan0704/island.js/issues/165)
13+
14+
15+
116
## [0.7.27](https://github.com/sanyuan0704/island.js/compare/v0.7.26...v0.7.27) (2023-01-04)
217

318

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.27",
4+
"version": "0.7.28",
55
"description": "Vite & Islands architecture SSG framework",
66
"packageManager": "pnpm@7.9.2",
77
"type": "module",

packages/create-island/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@islandjs/create-island",
3-
"version": "0.0.1",
3+
"version": "0.7.28",
44
"description": "create template for islandjs",
55
"packageManager": "pnpm@7.9.2",
66
"type": "module",

packages/island/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "islandjs",
3-
"version": "0.7.27",
3+
"version": "0.7.28",
44
"description": "Vite & Islands architecture SSG framework",
55
"packageManager": "pnpm@7.9.2",
66
"type": "module",
@@ -45,12 +45,11 @@
4545
"author": "Sanyuan0704",
4646
"license": "MIT",
4747
"dependencies": {
48-
"@babel/core": "7.19.0",
49-
"@babel/helper-plugin-utils": "7.19.0",
50-
"@babel/preset-react": "7.18.6",
48+
"@babel/core": "7.18.6",
49+
"@babel/helper-plugin-utils": "7.18.6",
5150
"@iconify-json/carbon": "1.1.8",
52-
"@islandjs/plugin-backtop": "0.7.27",
53-
"@islandjs/plugin-search": "0.7.27",
51+
"@islandjs/plugin-backtop": "0.7.28",
52+
"@islandjs/plugin-search": "0.7.28",
5453
"@mdx-js/mdx": "2.1.3",
5554
"@mdx-js/react": "2.1.3",
5655
"@mdx-js/rollup": "2",
@@ -105,6 +104,7 @@
105104
"vite-plugin-inspect": "0.7.4"
106105
},
107106
"devDependencies": {
107+
"@babel/preset-react": "7.18.6",
108108
"@babel/traverse": "^7.19.0",
109109
"@types/babel__core": "^7.1.19",
110110
"@types/babel__helper-plugin-utils": "^7.10.0",

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.27",
3+
"version": "0.7.28",
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.27"
43+
"islandjs": "0.7.28"
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.27",
3+
"version": "0.7.28",
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.27"
43+
"islandjs": "0.7.28"
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.27",
3+
"version": "0.7.28",
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.27"
43+
"islandjs": "0.7.28"
4444
},
4545
"files": [
4646
"dist",

0 commit comments

Comments
 (0)