Skip to content

Commit d87bc5f

Browse files
chore: release v6.18.0 (#551)
* chore: release v6.18.0 * Update CHANGELOG for version 6.17.0 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Aleksandr Grenishin <[email protected]>
1 parent 4189ae9 commit d87bc5f

File tree

15 files changed

+34
-26
lines changed

15 files changed

+34
-26
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [6.18.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.17.0...v6.18.0) (2025-09-25)
2+
3+
4+
### Features
5+
6+
* **upload-client/queue:** add flag to disable auto-run and expose run method in public to run queue manually ([#550](https://github.com/uploadcare/uploadcare-js-api-clients/issues/550)) ([4189ae9](https://github.com/uploadcare/uploadcare-js-api-clients/commit/4189ae964eccae33d1009fb55b1bbcbd5927ee52))
7+
8+
19
# [6.17.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.16.2...v6.17.0) (2025-07-10)
210

311

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.17.0",
5+
"version": "6.18.0",
66
"license": "MIT",
77
"workspaces": [
88
"packages/api-client-utils",

packages/api-client-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/api-client-utils",
3-
"version": "6.17.0",
3+
"version": "6.18.0",
44
"type": "module",
55
"main": "./dist/cjs/index.browser.cjs",
66
"module": "./dist/esm/index.browser.mjs",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.17.0'
1+
export default '6.18.0'

packages/cname-prefix/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/cname-prefix",
3-
"version": "6.17.0",
3+
"version": "6.18.0",
44
"description": "Helpers for working with Uploadcare CNAME-prefixed URLs in browser environments.",
55
"type": "module",
66
"main": "./dist/index.cjs",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.17.0'
1+
export default '6.18.0'

packages/image-shrink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/image-shrink",
3-
"version": "6.17.0",
3+
"version": "6.18.0",
44
"description": "Library for work with Uploadcare image shrink",
55
"type": "module",
66
"main": "./dist/cjs/index.browser.cjs",

packages/quality-insights/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/quality-insights",
3-
"version": "6.17.0",
3+
"version": "6.18.0",
44
"description": "Uploadcare Quality Insights API client",
55
"keywords": [
66
"uploadcare",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '6.17.0'
1+
export default '6.18.0'

0 commit comments

Comments
 (0)