Skip to content

Commit

Permalink
chore: release v6.4.1 (#471)
Browse files Browse the repository at this point in the history
* chore: release v6.4.1

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Aleksandr Grenishin <[email protected]>
  • Loading branch information
3 people authored Mar 17, 2023
1 parent 43e0ba9 commit 2ec7308
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 20 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [6.4.1](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.4.0...v6.4.1) (2023-03-17)


### Bug Fixes

* **upload-client/uploadFileGroup:** accept `checkForUrlDuplicates` and `saveUrlForRecurrentUploads` ([#470](https://github.com/uploadcare/uploadcare-js-api-clients/issues/470)) ([43e0ba9](https://github.com/uploadcare/uploadcare-js-api-clients/commit/43e0ba92e5ca3e377b2cb129daedb8c63af64787))


# [6.4.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.3.0...v6.4.0) (2023-03-10)


Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@uploadcare/api-clients",
"private": true,
"type": "module",
"version": "6.4.0",
"version": "6.4.1",
"license": "MIT",
"workspaces": [
"packages/api-client-utils",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/api-client-utils",
"version": "6.4.0",
"version": "6.4.1",
"type": "module",
"main": "dist/index.browser.js",
"module": "dist/index.browser.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client-utils/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.4.0'
export default '6.4.1'
4 changes: 2 additions & 2 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/rest-client",
"version": "6.4.0",
"version": "6.4.1",
"description": "Library for work with Uploadcare Rest API",
"type": "module",
"module": "./dist/index.node.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"keywords": ["uploadcare", "file", "rest", "api"],
"devDependencies": {
"@types/blueimp-md5": "^2.18.0",
"@uploadcare/upload-client": "^6.4.0",
"@uploadcare/upload-client": "^6.4.1",
"ts-node": "^10.8.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.4.0'
export default '6.4.1'
2 changes: 1 addition & 1 deletion packages/signed-uploads/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/signed-uploads",
"version": "6.4.0",
"version": "6.4.1",
"description": "Library for work with Uploadcare Signed Uploads",
"type": "module",
"module": "./dist/index.node.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/upload-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadcare/upload-client",
"version": "6.4.0",
"version": "6.4.1",
"description": "Library for work with Uploadcare Upload API",
"type": "module",
"module": "./dist/index.node.js",
Expand Down Expand Up @@ -78,7 +78,7 @@
"koa-body": "5.0.0",
"mock-socket": "9.0.3",
"start-server-and-test": "1.14.0",
"@uploadcare/api-client-utils": "^6.4.0",
"@uploadcare/api-client-utils": "^6.4.1",
"chalk": "^4.1.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/upload-client/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '6.4.0'
export default '6.4.1'

0 comments on commit 2ec7308

Please sign in to comment.