Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
chore: release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 25, 2024
1 parent 3b0cb7b commit 42cb3e0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"private": true,
"packageManager": "pnpm@8.14.2",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-it-shikiji/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "markdown-it-shikiji",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "markdown-it integration for shikiji",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/rehype-shikiji/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rehype-shikiji",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "rehype integration for shikiji",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-cli",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Shikiji in the command line",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-compat",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Shikiji with shiki compatible API",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-core",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Core of Shikiji",
"author": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-monaco/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-monaco",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Use Shikiji for Monaco Editor",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-transformers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-transformers",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Collective of common transformers transformers for Shikiji",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji-twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji-twoslash",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Shikiji transformer for twoslash",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/shikiji/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shikiji",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "An ESM-focused rewrite of shiki",
"author": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/skat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "skat",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Shikiji in the command line",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitepress-plugin-twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vitepress-plugin-twoslash",
"type": "module",
"version": "0.10.0",
"version": "0.10.1",
"description": "Enable Twoslash support in VitePress",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 42cb3e0

Please sign in to comment.