Skip to content

Commit 1da0bc8

Browse files
committed
chore: release v1.23.1
1 parent 4a9cd8a commit 1da0bc8

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "1.23.0",
3+
"version": "1.23.1",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/cli",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Shiki in the command line",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/colorized-brackets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/colorized-brackets",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Collective of common transformers transformers for Shiki",
66
"author": "Michael Moore <[email protected]>",
77
"license": "MIT",

packages/compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/compat",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Shiki v0.x compatible API",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/core",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Core of Shiki",
66
"author": "Pine Wu <[email protected]>; Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/engine-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/engine-javascript",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Engine for Shiki using JavaScript's native RegExp",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/engine-oniguruma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/engine-oniguruma",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Engine for Shiki using Oniguruma RegExp engine in WebAssembly",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/markdown-it/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/markdown-it",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "markdown-it integration for shiki",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/monaco/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/monaco",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Use Shiki for Monaco Editor",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/rehype/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/rehype",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "rehype integration for shiki",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shiki",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "A beautiful Syntax Highlighter.",
66
"author": "Pine Wu <[email protected]>; Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/transformers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/transformers",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Collective of common transformers transformers for Shiki",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/twoslash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/twoslash",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Shiki transformer for twoslash",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/types",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Type definitions for Shiki",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/vitepress-twoslash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/vitepress-twoslash",
33
"type": "module",
4-
"version": "1.23.0",
4+
"version": "1.23.1",
55
"description": "Enable Twoslash support in VitePress",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)