Skip to content

Commit 415f60d

Browse files
author
caojuan1
committed
v1.9.12-beta
1 parent 52a468c commit 415f60d

File tree

21 files changed

+45
-41
lines changed

21 files changed

+45
-41
lines changed

examples/sample/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.9.11",
3+
"version": "1.9.12-beta",
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": "1.9.11",
26+
"hap-toolkit": "1.9.12-beta",
2727
"less": "^4.1.2",
2828
"less-loader": "^10.2.0",
2929
"node-fetch": "^2.6.0",

lerna.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2-
"packages": ["examples/*", "packages/*", "test/build/projects/*"],
3-
"version": "1.9.11"
2+
"packages": [
3+
"examples/*",
4+
"packages/*",
5+
"test/build/projects/*"
6+
],
7+
"version": "1.9.12-beta"
48
}

packages/hap-compiler/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.9.11",
3+
"version": "1.9.12-beta",
44
"description": "compiler of hap-toolkit",
55
"engines": {
66
"node": ">=8.0.0"
@@ -18,7 +18,7 @@
1818
"lib/**/*.js"
1919
],
2020
"dependencies": {
21-
"@hap-toolkit/shared-utils": "1.9.11",
21+
"@hap-toolkit/shared-utils": "1.9.12-beta",
2222
"@jayfate/path": "^0.0.13",
2323
"css": "^2.2.4",
2424
"css-what": "^2.1.3",

packages/hap-debugger/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.9.11",
3+
"version": "1.9.12-beta",
44
"description": "@hap-toolkit/debugger",
55
"engines": {
66
"node": ">=8.0.0"
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"@hap-toolkit/chrome-devtools-frontend": "^1.1.2",
27-
"@hap-toolkit/shared-utils": "1.9.11",
27+
"@hap-toolkit/shared-utils": "1.9.12-beta",
2828
"@jayfate/path": "^0.0.13",
2929
"@sentry/node": "^5.26.0",
3030
"adb-commander": "^0.1.9",

packages/hap-dev-utils/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.9.11",
3+
"version": "1.9.12-beta",
44
"private": true,
55
"description": "utils of development and testing",
66
"engines": {

packages/hap-dsl-xvm/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)