Skip to content

Commit

Permalink
chore: release v0.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Dec 5, 2022
1 parent 7bad736 commit eecf188
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 12 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [0.7.20](https://github.com/sanyuan0704/island.js/compare/v0.7.19...v0.7.20) (2022-12-05)


### Features

* support inlineCode & link in toc ([7bad736](https://github.com/sanyuan0704/island.js/commit/7bad73660bd6d9c41dc26946c319c455eb75d8b7))



## [0.7.19](https://github.com/sanyuan0704/island.js/compare/v0.7.18...v0.7.19) (2022-12-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "islandjs-monorepo",
"private": true,
"version": "0.7.19",
"version": "0.7.20",
"description": "Vite & Islands architecture SSG framework",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/island/package.json
@@ -1,6 +1,6 @@
{
"name": "islandjs",
"version": "0.7.19",
"version": "0.7.20",
"description": "Vite & Islands architecture SSG framework",
"packageManager": "pnpm@7.9.2",
"type": "module",
Expand Down Expand Up @@ -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.19",
"@islandjs/plugin-search": "0.7.19",
"@islandjs/plugin-backtop": "0.7.20",
"@islandjs/plugin-search": "0.7.20",
"@mdx-js/mdx": "2.1.3",
"@mdx-js/react": "2.1.3",
"@mdx-js/rollup": "2",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-backtop/package.json
@@ -1,6 +1,6 @@
{
"name": "@islandjs/plugin-backtop",
"version": "0.7.19",
"version": "0.7.20",
"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.19"
"islandjs": "0.7.20"
},
"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.19",
"version": "0.7.20",
"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.19"
"islandjs": "0.7.20"
},
"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.19",
"version": "0.7.20",
"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.19"
"islandjs": "0.7.20"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit eecf188

@vercel
Copy link

@vercel vercel bot commented on eecf188 Dec 5, 2022

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.