Skip to content

Commit

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

* 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 Apr 25, 2023
1 parent 34bd56d commit 9d23846
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 36 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [6.5.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.4.1...v6.5.0) (2023-04-25)

### Bug Fixes

* set corresponding extension for the dynamic chunks ([882741f](https://github.com/uploadcare/uploadcare-js-api-clients/commit/882741ffdfd7e54e43c7d05c6fb953d0fcfaed97))


### Features

* add CommonJS bundles ([4aff9bc](https://github.com/uploadcare/uploadcare-js-api-clients/commit/4aff9bcb9d5901bb0b444c91cd0bd78eff0ff2b3))
* **rest-client:** export `createSignature` method ([#472](https://github.com/uploadcare/uploadcare-js-api-clients/issues/472)) ([ccbb97a](https://github.com/uploadcare/uploadcare-js-api-clients/commit/ccbb97a0e1e05ce74b51e7437332a55f2a8c6807))



## [6.4.1](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.4.0...v6.4.1) (2023-03-17)


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.1",
"version": "6.5.0",
"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.1",
"version": "6.5.0",
"type": "module",
"main": "./dist/cjs/index.browser.cjs",
"module": "./dist/esm/index.browser.mjs",
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.1'
export default '6.5.0'
17 changes: 4 additions & 13 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.1",
"version": "6.5.0",
"description": "Library for work with Uploadcare Rest API",
"type": "module",
"main": "./dist/cjs/index.node.cjs",
Expand Down Expand Up @@ -32,11 +32,7 @@
}
},
"sideEffects": false,
"files": [
"dist/*",
"README.md",
"LICENSE"
],
"files": ["dist/*", "README.md", "LICENSE"],
"scripts": {
"prepack": "cp ../../LICENSE ./LICENSE",
"clean": "rimraf dist",
Expand All @@ -56,16 +52,11 @@
"url": "https://github.com/uploadcare/uploadcare-js-api-clients/issues"
},
"homepage": "https://github.com/uploadcare/uploadcare-js-api-clients#readme",
"keywords": [
"uploadcare",
"file",
"rest",
"api"
],
"keywords": ["uploadcare", "file", "rest", "api"],
"devDependencies": {
"@types/blueimp-md5": "^2.18.0",
"@types/node-fetch": "^2.6.2",
"@uploadcare/upload-client": "^6.4.1",
"@uploadcare/upload-client": "^6.5.0",
"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.1'
export default '6.5.0'
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.1",
"version": "6.5.0",
"description": "Library for work with Uploadcare Signed Uploads",
"type": "module",
"main": "./dist/cjs/index.node.cjs",
Expand Down
10 changes: 3 additions & 7 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.1",
"version": "6.5.0",
"description": "Library for work with Uploadcare Upload API",
"type": "module",
"module": "./dist/esm/index.node.mjs",
Expand Down Expand Up @@ -40,11 +40,7 @@
}
},
"sideEffects": false,
"files": [
"dist/*",
"README.md",
"LICENSE"
],
"files": ["dist/*", "README.md", "LICENSE"],
"engines": {
"node": ">=16"
},
Expand Down Expand Up @@ -94,7 +90,7 @@
"koa-body": "5.0.0",
"mock-socket": "9.0.3",
"start-server-and-test": "1.14.0",
"@uploadcare/api-client-utils": "^6.4.1",
"@uploadcare/api-client-utils": "^6.5.0",
"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.1'
export default '6.5.0'

0 comments on commit 9d23846

Please sign in to comment.