Skip to content

Commit

Permalink
chore: release v0.7.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyuan0704 committed Dec 7, 2022
1 parent 83a7d6d commit f59d6ba
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.7.21](https://github.com/sanyuan0704/island.js/compare/v0.7.20...v0.7.21) (2022-12-07)


### Features

* add transition for collapsible sidebar ([ba0d095](https://github.com/sanyuan0704/island.js/commit/ba0d09568d39ed5f5ddff5255754b44450c3b1d1))



## [0.7.20](https://github.com/sanyuan0704/island.js/compare/v0.7.19...v0.7.20) (2022-12-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "islandjs-monorepo",
"private": true,
"version": "0.7.20",
"version": "0.7.21",
"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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "islandjs",
"version": "0.7.20",
"version": "0.7.21",
"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.20",
"@islandjs/plugin-search": "0.7.20",
"@islandjs/plugin-backtop": "0.7.21",
"@islandjs/plugin-search": "0.7.21",
"@mdx-js/mdx": "2.1.3",
"@mdx-js/react": "2.1.3",
"@mdx-js/rollup": "2",
Expand Down
2 changes: 1 addition & 1 deletion packages/island/playground/quick-learning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"doc": "docs"
},
"scripts": {
"dev": "island dev docs",
"dev": "island dev docs --port=1234",
"build": "island build docs",
"preview": "island start docs"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/island/src/node/__tests__/e2e/sample.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { test, expect } from '@playwright/test';

const siteUrl = 'http://localhost:5173/';
const siteUrl = 'http://localhost:1234/';

test('Verify that the page renders properly', async ({ page }) => {
await page.goto(siteUrl);
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-backtop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@islandjs/plugin-backtop",
"version": "0.7.20",
"version": "0.7.21",
"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.20"
"islandjs": "0.7.21"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-check-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@islandjs/plugin-check-links",
"version": "0.7.20",
"version": "0.7.21",
"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.20"
"islandjs": "0.7.21"
},
"files": [
"dist",
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@islandjs/plugin-search",
"version": "0.7.20",
"version": "0.7.21",
"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.20"
"islandjs": "0.7.21"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { PlaywrightTestConfig } from '@playwright/test';

const siteUrl = 'http://localhost:5173/';
const siteUrl = 'http://localhost:1234/';

const config: PlaywrightTestConfig = {
testDir: './packages/island/src/node/__tests__/e2e',
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.

0 comments on commit f59d6ba

Please sign in to comment.