Skip to content

Commit 871c5f6

Browse files
committed
chore: release v2.1.0
1 parent eade14d commit 871c5f6

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"private": true,
55
"packageManager": "[email protected]",
66
"scripts": {

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/cli",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Shiki in the command line",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/codegen/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shiki-codegen",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Codegen for fine-grained Shiki bundles.",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/colorized-brackets/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/colorized-brackets",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Collective of common transformers transformers for Shiki",
66
"author": "Michael Moore <[email protected]>",
77
"license": "MIT",

packages/compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/compat",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Shiki v0.x compatible API",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/core",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Core of Shiki",
66
"author": "Pine Wu <[email protected]>; Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/engine-javascript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/engine-javascript",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Engine for Shiki using JavaScript's native RegExp",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/engine-oniguruma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/engine-oniguruma",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Engine for Shiki using Oniguruma RegExp engine in WebAssembly",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/langs-precompiled/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/langs-precompiled",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "TextMate grammars for Shiki in ESM",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/langs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/langs",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "TextMate grammars for Shiki in ESM",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/markdown-it/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/markdown-it",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "markdown-it integration for shiki",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/monaco/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/monaco",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Use Shiki for Monaco Editor",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/rehype/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/rehype",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "rehype integration for shiki",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shiki",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "A beautiful Syntax Highlighter.",
66
"author": "Pine Wu <[email protected]>; Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/themes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/themes",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "TextMate themes for Shiki in ESM",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/transformers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/transformers",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Collective of common transformers transformers for Shiki",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/twoslash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/twoslash",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Shiki transformer for twoslash",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/types",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Type definitions for Shiki",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

packages/vitepress-twoslash/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/vitepress-twoslash",
33
"type": "module",
4-
"version": "2.0.3",
4+
"version": "2.1.0",
55
"description": "Enable Twoslash support in VitePress",
66
"author": "Anthony Fu <[email protected]>",
77
"license": "MIT",

0 commit comments

Comments
 (0)