Skip to content

Commit

Permalink
chore: release v4.3.1 (#422)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 24, 2022
1 parent 58166d8 commit a739348
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 18 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [4.3.1](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v4.3.0...v4.3.1) (2022-08-24)


### Bug Fixes

* force disable XHR sync mode ([#420](https://github.com/uploadcare/uploadcare-js-api-clients/issues/420)) ([4dd9ecf](https://github.com/uploadcare/uploadcare-js-api-clients/commit/4dd9ecfa174c584cd2631ac34393c9917d1c70cf))
* leave pathname from baseURL ([#421](https://github.com/uploadcare/uploadcare-js-api-clients/issues/421)) ([58166d8](https://github.com/uploadcare/uploadcare-js-api-clients/commit/58166d806e1a16c90ccd048fe52e633851ae8dd2))
* **package.json:** add default exports field ([#419](https://github.com/uploadcare/uploadcare-js-api-clients/issues/419)) ([e9cf28f](https://github.com/uploadcare/uploadcare-js-api-clients/commit/e9cf28ffd141d9d07450887042167636cb2eb76c))



# [4.3.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v4.2.1...v4.3.0) (2022-07-20)


Expand Down
18 changes: 9 additions & 9 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": "4.3.0",
"version": "4.3.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": "4.3.0",
"version": "4.3.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 '4.3.0'
export default '4.3.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": "4.3.0",
"version": "4.3.1",
"description": "Library for work with Uploadcare Rest API",
"type": "module",
"module": "./dist/index.node.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
"keywords": ["uploadcare", "file", "rest", "api"],
"devDependencies": {
"@types/blueimp-md5": "^2.18.0",
"@uploadcare/upload-client": "^4.3.0",
"@uploadcare/upload-client": "^4.3.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 '4.3.0'
export default '4.3.1'
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": "4.3.0",
"version": "4.3.1",
"description": "Library for work with Uploadcare Upload API",
"type": "module",
"module": "./dist/index.node.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"koa-body": "5.0.0",
"mock-socket": "9.0.3",
"start-server-and-test": "1.14.0",
"@uploadcare/api-client-utils": "^4.3.0",
"@uploadcare/api-client-utils": "^4.3.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 '4.3.0'
export default '4.3.1'

0 comments on commit a739348

Please sign in to comment.