Skip to content

Commit

Permalink
v0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 31, 2023
1 parent e20c336 commit f705b0f
Show file tree
Hide file tree
Showing 7 changed files with 4,955 additions and 1,792 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"useWorkspaces": true,
"version": "0.14.3",
"version": "0.14.4",
"npmClient": "pnpm"
}
4 changes: 2 additions & 2 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.14.3",
"version": "0.14.4",
"description": "Path renderer for shiki",
"author": "Pine Wu <octref@gmail.com>",
"homepage": "https://github.com/octref/shiki/tree/main/packages/renderer-path",
Expand Down Expand Up @@ -31,6 +31,6 @@
"@types/node": "^18.11.17",
"@types/opentype.js": "^1.3.4",
"opentype.js": "^1.3.4",
"shiki": "^0.14.3"
"shiki": "^0.14.4"
}
}
4 changes: 2 additions & 2 deletions packages/renderer-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shiki-renderer-svg",
"version": "0.14.3",
"version": "0.14.4",
"description": "SVG renderer for shiki",
"author": "Pine Wu <octref@gmail.com>",
"homepage": "https://github.com/octref/shiki/tree/main/packages/renderer-svg",
Expand Down Expand Up @@ -30,6 +30,6 @@
"devDependencies": {
"@types/node": "^18.11.17",
"playwright": "^1.29.0",
"shiki": "^0.14.3"
"shiki": "^0.14.4"
}
}
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.14.3",
"version": "0.14.4",
"description": "shiki",
"author": "Pine Wu <octref@gmail.com>",
"homepage": "https://github.com/octref/shiki/tree/main/packages/shiki",
Expand Down
6 changes: 3 additions & 3 deletions packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "shiki-site",
"version": "0.14.3",
"version": "0.14.4",
"private": true,
"devDependencies": {
"@types/node": "^18.11.17",
"markdown-it": "^13.0.1",
"playwright": "^1.29.0",
"shiki": "^0.14.3",
"shiki-renderer-svg": "^0.14.3"
"shiki": "^0.14.4",
"shiki-renderer-svg": "^0.14.4"
},
"scripts": {
"gen": "node gen-index.js && node gen-palenight.js && node gen-mono.js && node gen-custom-theme.js && node gen-svg.js && node gen-wenyan.js"
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.14.3",
"version": "0.14.4",
"description": "Vuepress plugin for Shiki",
"keywords": [
"shiki",
Expand All @@ -18,6 +18,6 @@
"url": "git+https://github.com/octref/shiki.git"
},
"dependencies": {
"shiki": "^0.14.3"
"shiki": "^0.14.4"
}
}
Loading

0 comments on commit f705b0f

Please sign in to comment.