Skip to content

Commit

Permalink
chore: release v0.7.28
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Mar 1, 2023
1 parent 7cfbee2 commit 0ecf56a
Show file tree
Hide file tree
Showing 8 changed files with 121 additions and 57 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
## [0.7.28](https://github.com/sanyuan0704/island.js/compare/v0.7.27...v0.7.28) (2023-03-01)


### Bug Fixes

* frontmatter not change ([c0fcb25](https://github.com/sanyuan0704/island.js/commit/c0fcb251cc46c0aaf7d67621d6c7f0680d2851bc))
* **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))


### Features

* 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)



## [0.7.27](https://github.com/sanyuan0704/island.js/compare/v0.7.26...v0.7.27) (2023-01-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "islandjs-monorepo",
"private": true,
"version": "0.7.27",
"version": "0.7.28",
"description": "Vite & Islands architecture SSG framework",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-island/package.json
@@ -1,6 +1,6 @@
{
"name": "@islandjs/create-island",
"version": "0.0.1",
"version": "0.7.28",
"description": "create template for islandjs",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down
12 changes: 6 additions & 6 deletions packages/island/package.json
@@ -1,6 +1,6 @@
{
"name": "islandjs",
"version": "0.7.27",
"version": "0.7.28",
"description": "Vite & Islands architecture SSG framework",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down Expand Up @@ -45,12 +45,11 @@
"author": "Sanyuan0704",
"license": "MIT",
"dependencies": {
"@babel/core": "7.19.0",
"@babel/helper-plugin-utils": "7.19.0",
"@babel/preset-react": "7.18.6",
"@babel/core": "7.18.6",
"@babel/helper-plugin-utils": "7.18.6",
"@iconify-json/carbon": "1.1.8",
"@islandjs/plugin-backtop": "0.7.27",
"@islandjs/plugin-search": "0.7.27",
"@islandjs/plugin-backtop": "0.7.28",
"@islandjs/plugin-search": "0.7.28",
"@mdx-js/mdx": "2.1.3",
"@mdx-js/react": "2.1.3",
"@mdx-js/rollup": "2",
Expand Down Expand Up @@ -105,6 +104,7 @@
"vite-plugin-inspect": "0.7.4"
},
"devDependencies": {
"@babel/preset-react": "7.18.6",
"@babel/traverse": "^7.19.0",
"@types/babel__core": "^7.1.19",
"@types/babel__helper-plugin-utils": "^7.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-backtop/package.json
@@ -1,6 +1,6 @@
{
"name": "@islandjs/plugin-backtop",
"version": "0.7.27",
"version": "0.7.28",
"description": "Back top plugin for islandjs",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react": "^18.2.0"
},
"peerDependencies": {
"islandjs": "0.7.27"
"islandjs": "0.7.28"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-check-links/package.json
@@ -1,6 +1,6 @@
{
"name": "@islandjs/plugin-check-links",
"version": "0.7.27",
"version": "0.7.28",
"description": "Dead links check plugin for islandjs",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react": "^18.2.0"
},
"peerDependencies": {
"islandjs": "0.7.27"
"islandjs": "0.7.28"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-search/package.json
@@ -1,6 +1,6 @@
{
"name": "@islandjs/plugin-search",
"version": "0.7.27",
"version": "0.7.28",
"description": "Search plugin for islandjs",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down Expand Up @@ -40,7 +40,7 @@
"react": "^18.2.0"
},
"peerDependencies": {
"islandjs": "0.7.27"
"islandjs": "0.7.28"
},
"files": [
"dist",
Expand Down

1 comment on commit 0ecf56a

@vercel
Copy link

@vercel vercel bot commented on 0ecf56a Mar 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.