Skip to content

Commit

Permalink
chore: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Aug 30, 2022
1 parent 6b1f051 commit aacbbdd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/lb-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelbee/lb-annotation",
"version": "1.9.0-alpha.1",
"version": "1.9.0-alpha.2",
"description": "Annotation tool collection",
"keywords": [
"annotation",
Expand Down Expand Up @@ -59,6 +59,7 @@
"@rollup/plugin-node-resolve": "^11.2.1",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.165",
"@types/three": "^0.141.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"cross-env": "^7.0.3",
Expand Down Expand Up @@ -87,11 +88,10 @@
"tslib": "^1.10.0",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"@types/three": "^0.141.0",
"typescript": "^4.2.3"
},
"dependencies": {
"@labelbee/lb-utils": "^1.3.0-alpha.1",
"@labelbee/lb-utils": "^1.3.0-alpha.2",
"@turf/turf": "5.1.6",
"color-rgba": "^2.3.0",
"lodash": "^4.17.20",
Expand Down
6 changes: 3 additions & 3 deletions packages/lb-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelbee/lb-components",
"version": "1.6.0-alpha.1",
"version": "1.6.0-alpha.2",
"description": "Provide a complete library of annotation components",
"main": "./dist/index.js",
"es": "./es/index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@labelbee/lb-annotation": "^1.9.0-alpha.1",
"@labelbee/lb-utils": "^1.3.0-alpha.1",
"@labelbee/lb-annotation": "^1.9.0-alpha.2",
"@labelbee/lb-utils": "^1.3.0-alpha.2",
"ahooks": "^3.4.0",
"classnames": "^2.3.0",
"lodash": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/lb-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "1.5.1",
"private": true,
"dependencies": {
"@labelbee/lb-annotation": "^1.9.0-alpha.1",
"@labelbee/lb-components": "^1.6.0-alpha.1",
"@labelbee/lb-utils": "^1.3.0-alpha.1",
"@labelbee/lb-annotation": "^1.9.0-alpha.2",
"@labelbee/lb-components": "^1.6.0-alpha.2",
"@labelbee/lb-utils": "^1.3.0-alpha.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/lb-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@labelbee/lb-utils",
"version": "1.3.0-alpha.1",
"version": "1.3.0-alpha.2",
"description": "utils for label-bee",
"author": "Glenfiddish <edwinlee0927@hotmail.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit aacbbdd

Please sign in to comment.