Skip to content

Commit

Permalink
chore: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
laoluo committed Nov 18, 2021
1 parent 45a16cc commit 6b0af09
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/lb-annotation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sensetime/annotation",
"version": "1.5.0-alpha.3",
"version": "1.5.0-alpha.4",
"description": "Annotation tool collection",
"keywords": [
"annotation",
Expand Down
4 changes: 2 additions & 2 deletions packages/lb-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sensetime/label-bee",
"version": "1.2.0-alpha.9",
"version": "1.2.0-alpha.10",
"description": "Provide a complete library of annotation components",
"main": "./dist/index.js",
"es": "./es/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@sensetime/annotation": "1.5.0-alpha.3",
"@sensetime/annotation": "1.5.0-alpha.4",
"classnames": "^2.3.0",
"@sensetime/lb-utils": "^1.0.1",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/lb-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.1.0",
"private": true,
"dependencies": {
"@sensetime/label-bee": "^1.2.0-alpha.9",
"@sensetime/label-bee": "^1.2.0-alpha.10",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
Expand Down

0 comments on commit 6b0af09

Please sign in to comment.