Skip to content

Commit f89a0dc

Browse files
authored
2.0.0 (#118)
* v2.0.0-alpha.2 * v2.0.0
1 parent cdf7f7c commit f89a0dc

File tree

11 files changed

+30
-30
lines changed

11 files changed

+30
-30
lines changed

examples/sample/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sample",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"subversion": {
55
"toolkit": "0.3.1"
66
},
@@ -23,7 +23,7 @@
2323
"@babel/runtime": "^7.9.6",
2424
"catching": "^1.0.2",
2525
"fkill": "^5.3.0",
26-
"hap-toolkit": "2.0.0-alpha.1",
26+
"hap-toolkit": "2.0.0",
2727
"node-fetch": "^2.6.0",
2828
"npm-run-all": "^4.1.5",
2929
"qrcode-js": "0.0.2"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*",
55
"test/build/projects/*"
66
],
7-
"version": "2.0.0-alpha.1"
7+
"version": "2.0.0"
88
}

packages/hap-compiler/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/compiler",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "compiler of hap-toolkit",
55
"engines": {
66
"node": ">=14.0.0"
@@ -22,7 +22,7 @@
2222
"lib/**/*.js"
2323
],
2424
"dependencies": {
25-
"@hap-toolkit/shared-utils": "2.0.0-alpha.1",
25+
"@hap-toolkit/shared-utils": "2.0.0",
2626
"@jayfate/path": "^0.0.13",
2727
"css": "^2.2.4",
2828
"css-what": "^2.1.3",

packages/hap-debugger/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/debugger",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "@hap-toolkit/debugger",
55
"engines": {
66
"node": ">=14.0.0"
@@ -29,7 +29,7 @@
2929
],
3030
"dependencies": {
3131
"@hap-toolkit/chrome-devtools-frontend": "^1.1.2",
32-
"@hap-toolkit/shared-utils": "2.0.0-alpha.1",
32+
"@hap-toolkit/shared-utils": "2.0.0",
3333
"@jayfate/path": "^0.0.13",
3434
"@sentry/node": "^5.26.0",
3535
"adb-commander": "^0.1.9",

packages/hap-dev-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hap-dev-utils",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"private": true,
55
"description": "utils of development and testing",
66
"engines": {

packages/hap-dsl-xvm/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/dsl-xvm",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "webpack {loader,plugin} for supporting xvm in quickapp",
55
"engines": {
66
"node": ">=14.0.0"
@@ -36,9 +36,9 @@
3636
"!**/.DS_Store"
3737
],
3838
"dependencies": {
39-
"@hap-toolkit/compiler": "2.0.0-alpha.1",
40-
"@hap-toolkit/packager": "2.0.0-alpha.1",
41-
"@hap-toolkit/shared-utils": "2.0.0-alpha.1",
39+
"@hap-toolkit/compiler": "2.0.0",
40+
"@hap-toolkit/packager": "2.0.0",
41+
"@hap-toolkit/shared-utils": "2.0.0",
4242
"@jayfate/path": "^0.0.13",
4343
"babel-loader": "^8.1.0",
4444
"css-loader": "^5.0.1",

packages/hap-packager/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/packager",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "@hap-toolkit/packager",
55
"engines": {
66
"node": ">=14.0.0"
@@ -44,8 +44,8 @@
4444
"@babel/traverse": "^7.9.6",
4545
"@babel/types": "^7.9.6",
4646
"@hap-toolkit/aaptjs": "^2.0.0",
47-
"@hap-toolkit/compiler": "2.0.0-alpha.1",
48-
"@hap-toolkit/shared-utils": "2.0.0-alpha.1",
47+
"@hap-toolkit/compiler": "2.0.0",
48+
"@hap-toolkit/shared-utils": "2.0.0",
4949
"@jayfate/path": "^0.0.13",
5050
"babel-loader": "^8.1.0",
5151
"flat": "^5.0.2",

packages/hap-server/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/server",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "hap server",
55
"engines": {
66
"node": ">=14.0.0"
@@ -26,9 +26,9 @@
2626
],
2727
"dependencies": {
2828
"@babel/runtime": "^7.9.6",
29-
"@hap-toolkit/debugger": "2.0.0-alpha.1",
30-
"@hap-toolkit/packager": "2.0.0-alpha.1",
31-
"@hap-toolkit/shared-utils": "2.0.0-alpha.1",
29+
"@hap-toolkit/debugger": "2.0.0",
30+
"@hap-toolkit/packager": "2.0.0",
31+
"@hap-toolkit/shared-utils": "2.0.0",
3232
"@jayfate/path": "^0.0.13",
3333
"crypto-js": "^4.1.1",
3434
"fs-extra": "^10.0.0",

packages/hap-shared-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hap-toolkit/shared-utils",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "hap shared utils",
55
"engines": {
66
"node": ">=14.0.0"

packages/hap-toolkit/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hap-toolkit",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "A command line toolkit for developing Quick Apps.",
55
"engines": {
66
"node": ">=14.0.0"
@@ -16,12 +16,12 @@
1616
"@babel/preset-env": "^7.9.6",
1717
"@babel/register": "^7.9.0",
1818
"@babel/runtime": "^7.9.6",
19-
"@hap-toolkit/compiler": "2.0.0-alpha.1",
20-
"@hap-toolkit/debugger": "2.0.0-alpha.1",
21-
"@hap-toolkit/dsl-xvm": "2.0.0-alpha.1",
22-
"@hap-toolkit/packager": "2.0.0-alpha.1",
23-
"@hap-toolkit/server": "2.0.0-alpha.1",
24-
"@hap-toolkit/shared-utils": "2.0.0-alpha.1",
19+
"@hap-toolkit/compiler": "2.0.0",
20+
"@hap-toolkit/debugger": "2.0.0",
21+
"@hap-toolkit/dsl-xvm": "2.0.0",
22+
"@hap-toolkit/packager": "2.0.0",
23+
"@hap-toolkit/server": "2.0.0",
24+
"@hap-toolkit/shared-utils": "2.0.0",
2525
"@jayfate/path": "^0.0.13",
2626
"adb-commander": "^0.1.9",
2727
"ajv": "^6.12.6",

packages/integration-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "integration-tests",
3-
"version": "2.0.0-alpha.1",
3+
"version": "2.0.0",
44
"description": "intergration tests",
55
"engines": {
66
"node": ">=14.0.0"
@@ -18,8 +18,8 @@
1818
"devDependencies": {
1919
"del": "^4.1.1",
2020
"glob": "^7.1.6",
21-
"hap-dev-utils": "2.0.0-alpha.1",
22-
"hap-toolkit": "2.0.0-alpha.1",
21+
"hap-dev-utils": "2.0.0",
22+
"hap-toolkit": "2.0.0",
2323
"jest": "^24.9.0",
2424
"node-fetch": "^2.3.0"
2525
},

0 commit comments

Comments
 (0)