diff --git a/package.json b/package.json index a6c9dda6..c1f2c37f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.19.0", + "version": "1.20.0", "private": true, "packageManager": "pnpm@9.11.0", "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 459112d5..d3522bd1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/cli", "type": "module", - "version": "1.19.0", + "version": "1.20.0", "description": "Shiki in the command line", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/compat/package.json b/packages/compat/package.json index 29ddb022..75e95d5e 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/compat", "type": "module", - "version": "1.19.0", + "version": "1.20.0", "description": "Shiki v0.x compatible API", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index 69b41c89..4ce1af98 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/core", "type": "module", - "version": "1.19.0", + "version": "1.20.0", "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 ec7c2854..66d4f64f 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.19.0", + "version": "1.20.0", "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 0614b205..db522b06 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.19.0", + "version": "1.20.0", "description": "Engine for Shiki using Oniguruma RegExp engine in WebAssembly", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/markdown-it/package.json b/packages/markdown-it/package.json index 45bd6651..849ddd07 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.19.0", + "version": "1.20.0", "description": "markdown-it integration for shiki", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/monaco/package.json b/packages/monaco/package.json index 12083c0b..9e96b165 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/monaco", "type": "module", - "version": "1.19.0", + "version": "1.20.0", "description": "Use Shiki for Monaco Editor", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/rehype/package.json b/packages/rehype/package.json index 707e6948..9d4bfd8d 100644 --- a/packages/rehype/package.json +++ b/packages/rehype/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/rehype", "type": "module", - "version": "1.19.0", + "version": "1.20.0", "description": "rehype integration for shiki", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/shiki/package.json b/packages/shiki/package.json index 466f071b..0e9cacd0 100644 --- a/packages/shiki/package.json +++ b/packages/shiki/package.json @@ -1,7 +1,7 @@ { "name": "shiki", "type": "module", - "version": "1.19.0", + "version": "1.20.0", "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 cc2a0c48..da219e06 100644 --- a/packages/transformers/package.json +++ b/packages/transformers/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/transformers", "type": "module", - "version": "1.19.0", + "version": "1.20.0", "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 cf2bb2e6..8a46604f 100644 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/twoslash", "type": "module", - "version": "1.19.0", + "version": "1.20.0", "description": "Shiki transformer for twoslash", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/types/package.json b/packages/types/package.json index a83dabf3..bdf84b25 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/types", "type": "module", - "version": "1.19.0", + "version": "1.20.0", "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 265ac7c8..4e46f599 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.19.0", + "version": "1.20.0", "description": "Enable Twoslash support in VitePress", "author": "Anthony Fu ", "license": "MIT",