From dece1d2d89bf07a8d7573ea2464df528e388337c Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 15 Jan 2025 13:04:43 +0800 Subject: [PATCH] chore: release v1.27.1 --- package.json | 2 +- packages/cli/package.json | 2 +- packages/codegen/package.json | 2 +- packages/colorized-brackets/package.json | 2 +- packages/compat/package.json | 2 +- packages/core/package.json | 2 +- packages/engine-javascript/package.json | 2 +- packages/engine-oniguruma/package.json | 2 +- packages/langs-precompiled/package.json | 2 +- packages/langs/package.json | 2 +- packages/markdown-it/package.json | 2 +- packages/monaco/package.json | 2 +- packages/rehype/package.json | 2 +- packages/shiki/package.json | 2 +- packages/themes/package.json | 2 +- packages/transformers/package.json | 2 +- packages/twoslash/package.json | 2 +- packages/types/package.json | 2 +- packages/vitepress-twoslash/package.json | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 27a3db4c..77619ae0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.27.0", + "version": "1.27.1", "private": true, "packageManager": "pnpm@9.15.4", "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 15c8b1ec..2444e96b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/cli", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "Shiki in the command line", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/codegen/package.json b/packages/codegen/package.json index 1b776927..98fdb5e7 100644 --- a/packages/codegen/package.json +++ b/packages/codegen/package.json @@ -1,7 +1,7 @@ { "name": "shiki-codegen", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "Codegen for fine-grained Shiki bundles.", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/colorized-brackets/package.json b/packages/colorized-brackets/package.json index ea28916a..5f33bd44 100644 --- a/packages/colorized-brackets/package.json +++ b/packages/colorized-brackets/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/colorized-brackets", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "Collective of common transformers transformers for Shiki", "author": "Michael Moore ", "license": "MIT", diff --git a/packages/compat/package.json b/packages/compat/package.json index 075e7bc5..97074311 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/compat", "type": "module", - "version": "1.27.0", + "version": "1.27.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 23ce1bb9..734c0c38 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/core", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "Core of Shiki", "author": "Pine Wu ; Anthony Fu ", "license": "MIT", diff --git a/packages/engine-javascript/package.json b/packages/engine-javascript/package.json index a0cd4157..df1cf21f 100644 --- a/packages/engine-javascript/package.json +++ b/packages/engine-javascript/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/engine-javascript", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "Engine for Shiki using JavaScript's native RegExp", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/engine-oniguruma/package.json b/packages/engine-oniguruma/package.json index 181e33cb..7d88f975 100644 --- a/packages/engine-oniguruma/package.json +++ b/packages/engine-oniguruma/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/engine-oniguruma", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "Engine for Shiki using Oniguruma RegExp engine in WebAssembly", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/langs-precompiled/package.json b/packages/langs-precompiled/package.json index e61d08f0..78f888ff 100644 --- a/packages/langs-precompiled/package.json +++ b/packages/langs-precompiled/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/langs-precompiled", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "TextMate grammars for Shiki in ESM", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/langs/package.json b/packages/langs/package.json index 4ddb66c6..6b8641c7 100644 --- a/packages/langs/package.json +++ b/packages/langs/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/langs", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "TextMate grammars for Shiki in ESM", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/markdown-it/package.json b/packages/markdown-it/package.json index def0b346..43baac55 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.27.0", + "version": "1.27.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 a1399dd4..980840bb 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/monaco", "type": "module", - "version": "1.27.0", + "version": "1.27.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 63d4e478..3f0f55ff 100644 --- a/packages/rehype/package.json +++ b/packages/rehype/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/rehype", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "rehype integration for shiki", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/shiki/package.json b/packages/shiki/package.json index e2a3de6b..d834fbbc 100644 --- a/packages/shiki/package.json +++ b/packages/shiki/package.json @@ -1,7 +1,7 @@ { "name": "shiki", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "A beautiful Syntax Highlighter.", "author": "Pine Wu ; Anthony Fu ", "license": "MIT", diff --git a/packages/themes/package.json b/packages/themes/package.json index 09f0b054..791bf19f 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/themes", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "TextMate themes for Shiki in ESM", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/transformers/package.json b/packages/transformers/package.json index 78594873..551cf7ec 100644 --- a/packages/transformers/package.json +++ b/packages/transformers/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/transformers", "type": "module", - "version": "1.27.0", + "version": "1.27.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 39d98547..d2118136 100644 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/twoslash", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "Shiki transformer for twoslash", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/types/package.json b/packages/types/package.json index f9dbf22c..ce8314cc 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/types", "type": "module", - "version": "1.27.0", + "version": "1.27.1", "description": "Type definitions for Shiki", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/vitepress-twoslash/package.json b/packages/vitepress-twoslash/package.json index b9f60df6..893858e2 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.27.0", + "version": "1.27.1", "description": "Enable Twoslash support in VitePress", "author": "Anthony Fu ", "license": "MIT",