Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Dec 18, 2022
1 parent b20bc46 commit 5c6615f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 34 deletions.
6 changes: 3 additions & 3 deletions packages/renderer-path/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": "true",
"name": "shiki-renderer-path",
"version": "0.11.0",
"version": "0.12.0",
"description": "Path renderer for shiki",
"author": "Pine Wu <[email protected]>",
"homepage": "https://github.com/octref/shiki/tree/main/packages/renderer-path",
Expand All @@ -25,12 +25,12 @@
"watch": "rollup -c -w"
},
"peerDependencies": {
"shiki": "^0.11.1"
"shiki": "^0.12.0"
},
"devDependencies": {
"@types/node": "^18.11.15",
"@types/opentype.js": "^1.3.4",
"opentype.js": "^1.3.4",
"shiki": "^0.11.1"
"shiki": "^0.12.0"
}
}
4 changes: 2 additions & 2 deletions packages/renderer-svg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"peerDependencies": {
"playwright": "^1.9.2",
"shiki": "^0.11.1"
"shiki": "^0.12.0"
},
"devDependencies": {
"@types/node": "^18.11.15",
"playwright": "^1.28.1",
"shiki": "^0.11.1"
"shiki": "^0.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/shiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shiki",
"version": "0.11.1",
"version": "0.12.0",
"description": "shiki",
"author": "Pine Wu <[email protected]>",
"homepage": "https://github.com/octref/shiki/tree/main/packages/shiki",
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@types/node": "^18.11.15",
"markdown-it": "^13.0.1",
"playwright": "^1.28.1",
"shiki": "^0.11.1",
"shiki": "^0.12.0",
"shiki-renderer-svg": "^0.11.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-shiki",
"version": "0.11.0",
"version": "0.12.0",
"description": "Vuepress plugin for Shiki",
"keywords": [
"shiki",
Expand All @@ -18,6 +18,6 @@
"url": "git+https://github.com/octref/shiki.git"
},
"dependencies": {
"shiki": "^0.11.1"
"shiki": "^0.12.0"
}
}
37 changes: 12 additions & 25 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 5c6615f

Please sign in to comment.