From 37cc9073bfed4f52455d2f1c74b43c120c017fc3 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 3 Jan 2025 14:27:24 +0800 Subject: [PATCH] chore: release v1.26.0 --- package.json | 2 +- packages/cli/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 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index bfb520f4..e17fc108 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.25.1", + "version": "1.26.0", "private": true, "packageManager": "pnpm@9.15.2", "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 41e82e10..d8190aad 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/cli", "type": "module", - "version": "1.25.1", + "version": "1.26.0", "description": "Shiki in the command line", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/colorized-brackets/package.json b/packages/colorized-brackets/package.json index a2ef6b90..4407e7aa 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.25.1", + "version": "1.26.0", "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 eb4e8495..34cdf821 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/compat", "type": "module", - "version": "1.25.1", + "version": "1.26.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 b608e974..e64bf28a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/core", "type": "module", - "version": "1.25.1", + "version": "1.26.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 74902ed4..f43dca74 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.25.1", + "version": "1.26.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 8f027d2e..1cd1a63b 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.25.1", + "version": "1.26.0", "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 b8e5498e..8993eb7f 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.24.4", + "version": "1.26.0", "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 73be2cb2..88d4e4aa 100644 --- a/packages/langs/package.json +++ b/packages/langs/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/langs", "type": "module", - "version": "1.25.1", + "version": "1.26.0", "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 9c22f565..2947d000 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.25.1", + "version": "1.26.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 51881b7b..010c3f7c 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/monaco", "type": "module", - "version": "1.25.1", + "version": "1.26.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 4e3b51ae..25c8017a 100644 --- a/packages/rehype/package.json +++ b/packages/rehype/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/rehype", "type": "module", - "version": "1.25.1", + "version": "1.26.0", "description": "rehype integration for shiki", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/shiki/package.json b/packages/shiki/package.json index 7837d452..95b3e779 100644 --- a/packages/shiki/package.json +++ b/packages/shiki/package.json @@ -1,7 +1,7 @@ { "name": "shiki", "type": "module", - "version": "1.25.1", + "version": "1.26.0", "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 0ff18080..52c6ff61 100644 --- a/packages/themes/package.json +++ b/packages/themes/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/themes", "type": "module", - "version": "1.25.1", + "version": "1.26.0", "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 3fad26dd..970a4128 100644 --- a/packages/transformers/package.json +++ b/packages/transformers/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/transformers", "type": "module", - "version": "1.25.1", + "version": "1.26.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 4388ce51..17dfd301 100644 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/twoslash", "type": "module", - "version": "1.25.1", + "version": "1.26.0", "description": "Shiki transformer for twoslash", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/types/package.json b/packages/types/package.json index 9c3aca48..3ef72367 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/types", "type": "module", - "version": "1.25.1", + "version": "1.26.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 3f86d8d1..3eb87dd2 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.25.1", + "version": "1.26.0", "description": "Enable Twoslash support in VitePress", "author": "Anthony Fu ", "license": "MIT",