File tree Expand file tree Collapse file tree 7 files changed +21
-12
lines changed Expand file tree Collapse file tree 7 files changed +21
-12
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## [ 0.7.22] ( https://github.com/sanyuan0704/island.js/compare/v0.7.21...v0.7.22 ) (2022-12-10)
2
11
3
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " islandjs-monorepo" ,
3
3
"private" : true ,
4
- "version" : " 0.7.22 " ,
4
+ "version" : " 0.7.23 " ,
5
5
"description" : " Vite & Islands architecture SSG framework" ,
6
6
"packageManager" : " pnpm@7.9.2" ,
7
7
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " islandjs" ,
3
- "version" : " 0.7.22 " ,
3
+ "version" : " 0.7.23 " ,
4
4
"description" : " Vite & Islands architecture SSG framework" ,
5
5
"packageManager" : " pnpm@7.9.2" ,
6
6
"type" : " module" ,
49
49
"@babel/helper-plugin-utils" : " 7.19.0" ,
50
50
"@babel/preset-react" : " 7.18.6" ,
51
51
"@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 " ,
54
54
"@mdx-js/mdx" : " 2.1.3" ,
55
55
"@mdx-js/react" : " 2.1.3" ,
56
56
"@mdx-js/rollup" : " 2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @islandjs/plugin-backtop" ,
3
- "version" : " 0.7.22 " ,
3
+ "version" : " 0.7.23 " ,
4
4
"description" : " Back top plugin for islandjs" ,
5
5
"packageManager" : " pnpm@7.9.2" ,
6
6
"type" : " module" ,
40
40
"react" : " ^18.2.0"
41
41
},
42
42
"peerDependencies" : {
43
- "islandjs" : " 0.7.22 "
43
+ "islandjs" : " 0.7.23 "
44
44
},
45
45
"files" : [
46
46
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @islandjs/plugin-check-links" ,
3
- "version" : " 0.7.22 " ,
3
+ "version" : " 0.7.23 " ,
4
4
"description" : " Dead links check plugin for islandjs" ,
5
5
"packageManager" : " pnpm@7.9.2" ,
6
6
"type" : " module" ,
40
40
"react" : " ^18.2.0"
41
41
},
42
42
"peerDependencies" : {
43
- "islandjs" : " 0.7.22 "
43
+ "islandjs" : " 0.7.23 "
44
44
},
45
45
"files" : [
46
46
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @islandjs/plugin-search" ,
3
- "version" : " 0.7.22 " ,
3
+ "version" : " 0.7.23 " ,
4
4
"description" : " Search plugin for islandjs" ,
5
5
"packageManager" : " pnpm@7.9.2" ,
6
6
"type" : " module" ,
40
40
"react" : " ^18.2.0"
41
41
},
42
42
"peerDependencies" : {
43
- "islandjs" : " 0.7.22 "
43
+ "islandjs" : " 0.7.23 "
44
44
},
45
45
"files" : [
46
46
" dist" ,
You can’t perform that action at this time.
0 commit comments