Skip to content

Commit 0979d68

Browse files
committed
chore: release v2.3.2
1 parent 4c9ab99 commit 0979d68

19 files changed

Lines changed: 19 additions & 19 deletions

File tree

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": "2.3.1",
3+
"version": "2.3.2",
44
"private": true,
55
"packageManager": "pnpm@9.15.4",
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": "2.3.1",
4+
"version": "2.3.2",
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": "2.3.1",
4+
"version": "2.3.2",
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": "2.3.1",
4+
"version": "2.3.2",
55
"description": "Collective of common transformers transformers for Shiki",
66
"author": "Michael Moore <mscottmoore@pm.me>",
77
"license": "MIT",

packages/compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shikijs/compat",
33
"type": "module",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"description": "Shiki v0.x compatible API",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
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": "2.3.1",
4+
"version": "2.3.2",
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": "2.3.1",
4+
"version": "2.3.2",
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": "2.3.1",
4+
"version": "2.3.2",
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": "2.3.1",
4+
"version": "2.3.2",
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": "2.3.1",
4+
"version": "2.3.2",
55
"description": "TextMate grammars for Shiki in ESM",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)