Skip to content

Commit

Permalink
Bumped version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHauschildt committed May 22, 2024
1 parent 9b77b77 commit 641be6e
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.1",
"version": "1.5.2",
"name": "workspace",
"workspaces": [
"packages/web",
Expand Down
4 changes: 2 additions & 2 deletions packages/node-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"@imgly/background-removal-node": "file:../node",
"jest": "^29.6.2"
},
"version": "1.5.1"
}
"version": "1.5.2"
}
4 changes: 2 additions & 2 deletions packages/node-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"@imgly/background-removal-node": "file:../node",
"uuidv4": "^6.2.13"
},
"version": "1.5.1"
}
"version": "1.5.2"
}
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal-node",
"version": "1.5.1",
"version": "1.5.2",
"description": "Background Removal in NodeJS",
"resources": "@imgly/background-removal-node",
"keywords": [
Expand Down Expand Up @@ -83,4 +83,4 @@
"webpack": "~5.85.1",
"webpack-cli": "~5.1.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/web-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal-data",
"version": "1.5.1",
"version": "1.5.2",
"description": "Background Removal Data",
"keywords": [
"background-removal",
Expand Down Expand Up @@ -48,4 +48,4 @@
"dependencies": {
"onnxruntime-web": "~1.18.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/web-examples/vite-project/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vite-project",
"private": true,
"version": "1.5.1",
"version": "1.5.2",
"type": "module",
"scripts": {
"start": "npm run dev",
Expand All @@ -20,4 +20,4 @@
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
}
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal",
"version": "1.5.1",
"version": "1.5.2",
"description": "Background Removal in the Browser",
"keywords": [
"background-removal",
Expand Down

0 comments on commit 641be6e

Please sign in to comment.