Skip to content

Commit

Permalink
chore: release v0.7.27
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Jan 4, 2023
1 parent 5b7e678 commit 6b8d80a
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.27](https://github.com/sanyuan0704/island.js/compare/v0.7.26...v0.7.27) (2023-01-04)


### Bug Fixes

* prebundle nprogress dep ([5b7e678](https://github.com/sanyuan0704/island.js/commit/5b7e6784c10405ea4bef27ffea60560c1eac6840))



## [0.7.26](https://github.com/sanyuan0704/island.js/compare/v0.7.25...v0.7.26) (2023-01-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "islandjs-monorepo",
"private": true,
"version": "0.7.26",
"version": "0.7.27",
"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.26",
"version": "0.7.27",
"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.26",
"@islandjs/plugin-search": "0.7.26",
"@islandjs/plugin-backtop": "0.7.27",
"@islandjs/plugin-search": "0.7.27",
"@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.26",
"version": "0.7.27",
"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.26"
"islandjs": "0.7.27"
},
"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.26",
"version": "0.7.27",
"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.26"
"islandjs": "0.7.27"
},
"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.26",
"version": "0.7.27",
"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.26"
"islandjs": "0.7.27"
},
"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 6b8d80a

@vercel
Copy link

@vercel vercel bot commented on 6b8d80a Jan 4, 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.