Skip to content

Commit bda1a76

Browse files
committed
chore: release v3.10.0
1 parent 7c71308 commit bda1a76

File tree

18 files changed

+18
-18
lines changed

18 files changed

+18
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "3.9.2",
3+
"version": "3.10.0",
44
"private": true,
55
"packageManager": "pnpm@10.14.0",
66
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/cli",
33
"type": "module",
4-
"version": "3.9.2",
4+
"version": "3.10.0",
55
"description": "Shiki in the command line",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shiki-codegen",
33
"type": "module",
4-
"version": "3.9.2",
4+
"version": "3.10.0",
55
"description": "Codegen for fine-grained Shiki bundles.",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/colorized-brackets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/colorized-brackets",
33
"type": "module",
4-
"version": "3.9.2",
4+
"version": "3.10.0",
55
"description": "VSCode-style colorized brackets transformer for Shiki",
66
"author": "Michael Moore <mscottmoore@pm.me>",
77
"license": "MIT",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/core",
33
"type": "module",
4-
"version": "3.9.2",
4+
"version": "3.10.0",
55
"description": "Core of Shiki",
66
"author": "Pine Wu <octref@gmail.com>; Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/engine-javascript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/engine-javascript",
33
"type": "module",
4-
"version": "3.9.2",
4+
"version": "3.10.0",
55
"description": "Engine for Shiki using JavaScript's native RegExp",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/engine-oniguruma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/engine-oniguruma",
33
"type": "module",
4-
"version": "3.9.2",
4+
"version": "3.10.0",
55
"description": "Engine for Shiki using Oniguruma RegExp engine in WebAssembly",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/langs-precompiled/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/langs-precompiled",
33
"type": "module",
4-
"version": "3.9.2",
4+
"version": "3.10.0",
55
"description": "TextMate grammars for Shiki in ESM",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/langs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/langs",
33
"type": "module",
4-
"version": "3.9.2",
4+
"version": "3.10.0",
55
"description": "TextMate grammars for Shiki in ESM",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/markdown-it/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/markdown-it",
33
"type": "module",
4-
"version": "3.9.2",
4+
"version": "3.10.0",
55
"description": "markdown-it integration for shiki",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)