Skip to content

Commit 6202e47

Browse files
chore: release v6.4.0 (#469)
* chore: release v6.4.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Grenishin <[email protected]>
1 parent f09297b commit 6202e47

File tree

10 files changed

+31
-20
lines changed

10 files changed

+31
-20
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [6.4.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.3.0...v6.4.0) (2023-03-10)
2+
3+
4+
### BREAKING CHANGE without major bump
5+
6+
There will be no impact unless you are using the `@uploadcare/signed-uploads` package.
7+
8+
* **@uploadcare/signed-uploads:** update `generateSecureSignature` signature - BREAKING CHANGE without major bump ([97f7ebb](https://github.com/uploadcare/uploadcare-js-api-clients/commit/97f7ebb796b3c2d38ca9ddbccb07fb706ed75eba))
9+
10+
11+
112
# [6.3.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.2.1...v6.3.0) (2023-03-09)
213

314

Diff for: package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@uploadcare/api-clients",
33
"private": true,
44
"type": "module",
5-
"version": "6.3.0",
5+
"version": "6.4.0",
66
"license": "MIT",
77
"workspaces": [
88
"packages/api-client-utils",

Diff for: packages/api-client-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/api-client-utils",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"type": "module",
55
"main": "dist/index.browser.js",
66
"module": "dist/index.browser.js",

Diff for: packages/api-client-utils/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.3.0'
1+
export default '6.4.0'

Diff for: packages/rest-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/rest-client",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Library for work with Uploadcare Rest API",
55
"type": "module",
66
"module": "./dist/index.node.js",
@@ -46,7 +46,7 @@
4646
"keywords": ["uploadcare", "file", "rest", "api"],
4747
"devDependencies": {
4848
"@types/blueimp-md5": "^2.18.0",
49-
"@uploadcare/upload-client": "^6.3.0",
49+
"@uploadcare/upload-client": "^6.4.0",
5050
"ts-node": "^10.8.1"
5151
},
5252
"dependencies": {

Diff for: packages/rest-client/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.3.0'
1+
export default '6.4.0'

Diff for: packages/signed-uploads/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/signed-uploads",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Library for work with Uploadcare Signed Uploads",
55
"type": "module",
66
"module": "./dist/index.node.js",

Diff for: packages/upload-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/upload-client",
3-
"version": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Library for work with Uploadcare Upload API",
55
"type": "module",
66
"module": "./dist/index.node.js",
@@ -78,7 +78,7 @@
7878
"koa-body": "5.0.0",
7979
"mock-socket": "9.0.3",
8080
"start-server-and-test": "1.14.0",
81-
"@uploadcare/api-client-utils": "^6.3.0",
81+
"@uploadcare/api-client-utils": "^6.4.0",
8282
"chalk": "^4.1.2"
8383
},
8484
"dependencies": {

Diff for: packages/upload-client/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.3.0'
1+
export default '6.4.0'

0 commit comments

Comments
 (0)