Skip to content

Commit

Permalink
v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Jan 28, 2023
1 parent 9944530 commit 8700856
Show file tree
Hide file tree
Showing 7 changed files with 4,510 additions and 1,637 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.11.0",
"version": "0.13.0",
"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.12.0",
"version": "0.13.0",
"description": "Path renderer for shiki",
"author": "Pine Wu <[email protected]>",
"homepage": "https://github.com/octref/shiki/tree/main/packages/renderer-path",
Expand Down Expand Up @@ -31,6 +31,6 @@
"@types/node": "^18.11.15",
"@types/opentype.js": "^1.3.4",
"opentype.js": "^1.3.4",
"shiki": "^0.12.0"
"shiki": "^0.13.0"
}
}
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.11.0",
"version": "0.13.0",
"description": "SVG renderer for shiki",
"author": "Pine Wu <[email protected]>",
"homepage": "https://github.com/octref/shiki/tree/main/packages/renderer-svg",
Expand Down Expand Up @@ -30,6 +30,6 @@
"devDependencies": {
"@types/node": "^18.11.15",
"playwright": "^1.28.1",
"shiki": "^0.12.0"
"shiki": "^0.13.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.12.0",
"version": "0.13.0",
"description": "shiki",
"author": "Pine Wu <[email protected]>",
"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.11.0",
"version": "0.13.0",
"private": true,
"devDependencies": {
"@types/node": "^18.11.15",
"markdown-it": "^13.0.1",
"playwright": "^1.28.1",
"shiki": "^0.12.0",
"shiki-renderer-svg": "^0.11.0"
"shiki": "^0.13.0",
"shiki-renderer-svg": "^0.13.0"
},
"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.12.0",
"version": "0.13.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.12.0"
"shiki": "^0.13.0"
}
}
Loading

1 comment on commit 8700856

@octref
Copy link
Collaborator Author

@octref octref commented on 8700856 Jan 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @orta, can't recall but is deploy.yml still relevant? Was that added when you were trying to add auto-publish?

Please sign in to comment.