Skip to content

Commit 9bac1a0

Browse files
v2.3.1 (#217)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bce5a03 commit 9bac1a0

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "2.2.1"
3+
"version": "2.3.1"
44
}

packages/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-cli",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-cli",
55
"main": "lib/commander.js",
66
"files": [

packages/code-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-code-api",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-code-api",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/code-service/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-code-service",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-code-service",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-common",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-common",
55
"main": "lib/index.js",
66
"typing": "lib/index.d.ts",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-core",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-core",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-i18n",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-i18n",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-plugin",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-plugin",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/registry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-registry",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-registry",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/startup/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-startup",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-startup",
55
"main": "lib/index.js",
66
"typing": "types/index.d.ts",

packages/sumi-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-sumi-core",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "core",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/toolkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-toolkit",
3-
"version": "2.2.1",
3+
"version": "2.3.1",
44
"description": "@codeblitzjs/ide-toolkit",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)