diff --git a/package.json b/package.json index dcdd343bb..318deabff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "type": "module", - "version": "1.5.2", + "version": "1.6.0", "private": true, "packageManager": "pnpm@9.1.1", "scripts": { diff --git a/packages/cli/package.json b/packages/cli/package.json index 4f72b110d..d8f861f6f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/cli", "type": "module", - "version": "1.5.2", + "version": "1.6.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 096f7fcf4..c2cef13a5 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/compat", "type": "module", - "version": "1.5.2", + "version": "1.6.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 c77db9312..73f329e93 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/core", "type": "module", - "version": "1.5.2", + "version": "1.6.0", "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 6ef90a9da..d21b2345b 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.5.2", + "version": "1.6.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 9d3982189..9ac56f79f 100644 --- a/packages/monaco/package.json +++ b/packages/monaco/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/monaco", "type": "module", - "version": "1.5.2", + "version": "1.6.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 77f568ea0..43e1e83a5 100644 --- a/packages/rehype/package.json +++ b/packages/rehype/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/rehype", "type": "module", - "version": "1.5.2", + "version": "1.6.0", "description": "rehype integration for shiki", "author": "Anthony Fu ", "license": "MIT", diff --git a/packages/shiki/package.json b/packages/shiki/package.json index dc3ec2a25..1a473f3df 100644 --- a/packages/shiki/package.json +++ b/packages/shiki/package.json @@ -1,7 +1,7 @@ { "name": "shiki", "type": "module", - "version": "1.5.2", + "version": "1.6.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 a38d10f90..f5c763125 100644 --- a/packages/transformers/package.json +++ b/packages/transformers/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/transformers", "type": "module", - "version": "1.5.2", + "version": "1.6.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 18766531e..4c68132fd 100644 --- a/packages/twoslash/package.json +++ b/packages/twoslash/package.json @@ -1,7 +1,7 @@ { "name": "@shikijs/twoslash", "type": "module", - "version": "1.5.2", + "version": "1.6.0", "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 7fd9b6d8d..803e47eb3 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.5.2", + "version": "1.6.0", "description": "Enable Twoslash support in VitePress", "author": "Anthony Fu ", "license": "MIT",