Skip to content

Commit

Permalink
release: v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHauschildt committed Jan 23, 2024
1 parent 44f1440 commit 6a0d0ed
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0-next",
"version": "1.4.1",
"name": "workspace",
"workspaces": [
"packages/web",
Expand All @@ -16,7 +16,7 @@
"watch": "concurrently \"npm run watch --prefix packages/web\" \"npm run watch --prefix packages/node\"",
"build": "npm run build --workspaces --if-present",
"lint": "npx prettier --write --ignore-unknown .",
"publish:latest": "npm run publish:next --workspaces --if-present",
"publish:latest": "npm run publish:latest --workspaces --if-present",
"publish:next": "npm run publish:next --workspaces --if-present",
"package:version": "node ./scripts/package-version.mjs",
"deploy-assets": "node -r dotenv/config ./scripts/deploy-assets.mjs",
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.4.0-next"
}
"version": "1.4.1"
}
4 changes: 2 additions & 2 deletions packages/node-examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"dependencies": {
"@imgly/background-removal-node": "file:../node"
},
"version": "1.4.0-next"
}
"version": "1.4.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type: Changed
# type: Security
# private: true
description: |
Typescript bindings are generated with tsc
Typescript bindings are generated with tsc
10 changes: 5 additions & 5 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.4.0-next",
"version": "1.4.1",
"description": "Background Removal in NodeJS",
"resources": "@imgly/background-removal-node",
"keywords": [
Expand Down Expand Up @@ -52,10 +52,10 @@
"build": "npm run clean && npm run resources && npm run types && npm run changelog:generate && node scripts/build.mjs",
"types": " npx tsc --declaration --emitDeclarationOnly --declarationDir dist --declarationMap",
"watch": "npm run clean && npm run resources && npm run changelog:generate && node scripts/watch.mjs",
"publish:latest": "npm run build && npm publish --tag latest--access public",
"publish:next": "npm run build && npm publish --tag next --access public",
"lint": "npx prettier --write .",
"package:pack": "npm run build && npm pack . ---pack-destination ../../releases"
"publish:latest": "npm run build && npm publish --tag latest --access public",
"publish:next": "npm run build && npm publish --tag next --access public",
"package:pack": "npm run build && npm pack . --pack-destination ../../releases"
},
"dependencies": {
"onnxruntime-node": "^1.15.1",
Expand All @@ -81,4 +81,4 @@
"webpack": "^5.85.1",
"webpack-cli": "^5.1.4"
}
}
}
10 changes: 5 additions & 5 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.4.0-next",
"version": "1.4.1",
"description": "Background Removal Data",
"keywords": [
"background-removal",
Expand Down Expand Up @@ -38,12 +38,12 @@
"changelog:generate": "node ../../scripts/changelog/generate.mjs",
"build": "npm run clean && npm run resources",
"watch": "npm run clean && npm run resources",
"publish:latest": "npm run build && npm publish --tag latest--access public",
"publish:next": "npm run build && npm publish --tag next --access public",
"lint": "npx prettier --write .",
"package:pack": "npm run build && npm pack . ---pack-destination ../../releases"
"publish:latest": "npm run build && npm publish --tag latest --access public",
"publish:next": "npm run build && npm publish --tag next --access public",
"package:pack": "npm run build && npm pack . --pack-destination ../../releases"
},
"dependencies": {
"onnxruntime-web": "^1.16.3"
}
}
}
4 changes: 2 additions & 2 deletions packages/web-examples/create-react-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "test",
"version": "1.4.0-next",
"version": "1.4.1",
"private": true,
"dependencies": {
"@imgly/background-removal": "file:../../web",
Expand Down Expand Up @@ -35,4 +35,4 @@
"last 1 safari version"
]
}
}
}
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.4.0-next",
"version": "1.4.1",
"type": "module",
"scripts": {
"start": "npm run dev",
Expand All @@ -20,4 +20,4 @@
"vite": "^4.3.9",
"vue-tsc": "^1.4.2"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type: Changed
# type: Security
# private: true
description: |
Typescript bindings are generated with tsc
Typescript bindings are generated with tsc
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgly/background-removal",
"version": "1.4.0-next",
"version": "1.4.1",
"description": "Background Removal in the Browser",
"keywords": [
"background-removal",
Expand Down Expand Up @@ -52,9 +52,9 @@
"build": "npm run clean && npm run types && npm run resources && npm run changelog:generate && node scripts/build.mjs",
"types": " npx tsc --declaration --emitDeclarationOnly --declarationDir dist --declarationMap",
"watch": "npm run clean && npm run resources && npm run changelog:generate && node scripts/watch.mjs",
"publish:latest": "npm run build && npm publish --tag latest--access public",
"publish:latest": "npm run build && npm publish --tag latest --access public",
"publish:next": "npm run build && npm publish --tag next --access public",
"package:pack": "npm run build && npm pack . ---pack-destination ../../releases",
"package:pack": "npm run build && npm pack . --pack-destination ../../releases",
"lint": "npx prettier --write ."
},
"dependencies": {
Expand All @@ -78,4 +78,4 @@
"webpack": "^5.85.1",
"webpack-cli": "^5.1.4"
}
}
}

0 comments on commit 6a0d0ed

Please sign in to comment.