Skip to content

Commit bed8e96

Browse files
chore: release v6.18.1 (#556)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cca21dc commit bed8e96

File tree

15 files changed

+35
-26
lines changed

15 files changed

+35
-26
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [6.18.1](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.18.0...v6.18.1) (2025-11-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **quality-insights:** fix package deps ([#552](https://github.com/uploadcare/uploadcare-js-api-clients/issues/552)) ([c9626f0](https://github.com/uploadcare/uploadcare-js-api-clients/commit/c9626f07b3aef757479f0840b1b802cc7b3c5db6))
7+
8+
9+
110
# [6.18.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v6.17.0...v6.18.0) (2025-09-25)
211

312

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.18.0",
5+
"version": "6.18.1",
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.18.0",
3+
"version": "6.18.1",
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.18.0'
1+
export default '6.18.1'

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.18.0",
3+
"version": "6.18.1",
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.18.0'
1+
export default '6.18.1'

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.18.0",
3+
"version": "6.18.1",
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.18.0",
3+
"version": "6.18.1",
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.18.0'
1+
export default '6.18.1'

0 commit comments

Comments
 (0)