Skip to content

Commit f06a022

Browse files
chore(release): release v2.0.0 (#164)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent eabf6b5 commit f06a022

14 files changed

Lines changed: 3052 additions & 149 deletions

File tree

lerna.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
11
{
2-
"packages": [
3-
"packages/*"
4-
],
5-
"npmClient": "npm",
6-
"version": "1.2.0",
7-
"command": {
8-
"bootstrap": {
9-
"npmClientArgs": [
10-
"--no-package-lock"
11-
]
12-
}
13-
}
14-
}
2+
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3+
"version": "2.0.0"
4+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
"jest": "^26.6.3",
7272
"jsdom": "^16.5.3",
7373
"json5": "^2.2.0",
74+
"lerna": "^8.1.8",
7475
"lint-staged": "^10.5.1",
7576
"localforage": "^1.10.0",
7677
"minimist": "^1.2.5",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-cli",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "@codeblitzjs/ide-cli",
55
"main": "lib/commander.js",
66
"files": [

packages/code-api/package.json

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

packages/code-service/package.json

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

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-common",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "@codeblitzjs/ide-common",
55
"main": "lib/index.js",
66
"typing": "lib/index.d.ts",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-core",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "@codeblitzjs/ide-core",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-i18n",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "@codeblitzjs/ide-i18n",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-plugin",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "@codeblitzjs/ide-plugin",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/registry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codeblitzjs/ide-registry",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "@codeblitzjs/ide-registry",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)