diff --git a/package.json b/package.json index a8a17274..fe2dd172 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.12.0", + "version": "1.12.1", "private": true, "packageManager": "pnpm@9.6.0", "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index b3733fe4..bae7b1e2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/cli", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "Shiki in the command line", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/compat/package.json b/packages/compat/package.json index a5897ce6..5b4a321d 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/compat", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "Shiki v0.x compatible API", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index 18ab3f3e..581b751d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/core", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "Core of Shiki", "author": "Pine Wu ; Anthony Fu ", "license": "MIT", diff --git a/packages/markdown-it/package.json b/packages/markdown-it/package.json index c4347824..5e9705e6 100644 --- a/packages/markdown-it/package.json +++ b/packages/markdown-it/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/markdown-it", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "markdown-it integration for shiki", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/monaco/package.json b/packages/monaco/package.json index e0872d8d..ffacc1bc 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/monaco", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "Use Shiki for Monaco Editor", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/rehype/package.json b/packages/rehype/package.json index f0c8791e..95e53717 100644 --- a/packages/rehype/package.json +++ b/packages/rehype/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/rehype", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "rehype integration for shiki", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/shiki/package.json b/packages/shiki/package.json index 8740579e..b84e8b4a 100644 --- a/packages/shiki/package.json +++ b/packages/shiki/package.json @@ -1,7 +1,7 @@ { "name": "shiki", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "A beautiful Syntax Highlighter.", "author": "Pine Wu ; Anthony Fu ", "license": "MIT", diff --git a/packages/transformers/package.json b/packages/transformers/package.json index 2180c6cf..db2183fd 100644 --- a/packages/transformers/package.json +++ b/packages/transformers/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/transformers", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "Collective of common transformers transformers for Shiki", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/twoslash/package.json b/packages/twoslash/package.json index 459eda5f..7f63bbed 100644 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/twoslash", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "Shiki transformer for twoslash", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/vitepress-twoslash/package.json b/packages/vitepress-twoslash/package.json index 61ad79b4..a55503ce 100644 --- a/packages/vitepress-twoslash/package.json +++ b/packages/vitepress-twoslash/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/vitepress-twoslash", "type": "module", - "version": "1.12.0", + "version": "1.12.1", "description": "Enable Twoslash support in VitePress", "author": "Anthony Fu ", "license": "MIT",