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 Feb 22, 2023
1 parent ab48dee commit 4322b40
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 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.12.0-alpha.3",
"version": "1.12.0-alpha.4",
"description": "Annotation tool collection",
"keywords": [
"annotation",
Expand Down Expand Up @@ -92,7 +92,7 @@
"typescript": "^4.2.3"
},
"dependencies": {
"@labelbee/lb-utils": "^1.5.0-alpha.3",
"@labelbee/lb-utils": "^1.5.0-alpha.4",
"@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.8.0-alpha.3",
"version": "1.8.0-alpha.4",
"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.12.0-alpha.3",
"@labelbee/lb-utils": "^1.5.0-alpha.3",
"@labelbee/lb-annotation": "^1.12.0-alpha.4",
"@labelbee/lb-utils": "^1.5.0-alpha.4",
"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.8.0",
"private": true,
"dependencies": {
"@labelbee/lb-annotation": "^1.12.0-alpha.3",
"@labelbee/lb-components": "^1.8.0-alpha.3",
"@labelbee/lb-utils": "^1.5.0-alpha.3",
"@labelbee/lb-annotation": "^1.12.0-alpha.4",
"@labelbee/lb-components": "^1.8.0-alpha.4",
"@labelbee/lb-utils": "^1.5.0-alpha.4",
"@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.5.0-alpha.3",
"version": "1.5.0-alpha.4",
"description": "utils for label-bee",
"author": "Glenfiddish <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4322b40

Please sign in to comment.