Skip to content

Commit 41d70d4

Browse files
author
cloudinary-bot
committed
chore(ci): publish
- @cloudinary/angular-workspace@2.1.4 - @cloudinary/ng@2.1.4 - @cloudinary/html@1.13.3 - @cloudinary/react@1.14.2 - @cloudinary/vue@1.13.2
1 parent f341eab commit 41d70d4

File tree

15 files changed

+69
-14
lines changed

15 files changed

+69
-14
lines changed

packages/angular/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.4](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/angular-workspace@2.1.3...@cloudinary/angular-workspace@2.1.4) (2025-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* restructure files commited during publish stage ([914a23a](https://github.com/cloudinary/frontend-frameworks/commit/914a23aba63dcb12cc4541b7b1ecbeaa52843a91))
12+
13+
14+
15+
16+
617
## [2.1.3](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/angular-workspace@2.1.2...@cloudinary/angular-workspace@2.1.3) (2025-05-12)
718

819

packages/angular/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular-workspace",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "Cloudinary Angular SDK",
55
"repository": "https://github.com/cloudinary/frontend-frameworks",
66
"sideEffects": false,
@@ -32,7 +32,7 @@
3232
"@angular-devkit/build-angular": "~12.2.18",
3333
"@angular/cli": "~12.2.16",
3434
"@angular/compiler-cli": "~12.2.16",
35-
"@cloudinary/html": "^1.13.2",
35+
"@cloudinary/html": "^1.13.3",
3636
"@cloudinary/url-gen": "^1.21.0",
3737
"@types/jasmine": "~3.5.0",
3838
"@types/jasminewd2": "~2.0.3",

packages/angular/projects/cloudinary-library/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.4](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/ng@2.1.3...@cloudinary/ng@2.1.4) (2025-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* restructure files commited during publish stage ([914a23a](https://github.com/cloudinary/frontend-frameworks/commit/914a23aba63dcb12cc4541b7b1ecbeaa52843a91))
12+
13+
14+
15+
16+
617
## [2.1.3](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/ng@2.1.2...@cloudinary/ng@2.1.3) (2025-05-12)
718

819

packages/angular/projects/cloudinary-library/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular/projects/cloudinary-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/ng",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"repository": "https://github.com/cloudinary/frontend-frameworks",
55
"peerDependencies": {
66
"@angular/common": ">=12.0.0",
@@ -12,7 +12,7 @@
1212
"@cloudinary/url-gen": "^1.21.0"
1313
},
1414
"dependencies": {
15-
"@cloudinary/html": "^1.13.2"
15+
"@cloudinary/html": "^1.13.3"
1616
},
1717
"publishConfig": {
1818
"access": "public"

packages/html/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.13.3](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/html@1.13.2...@cloudinary/html@1.13.3) (2025-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* restructure files commited during publish stage ([914a23a](https://github.com/cloudinary/frontend-frameworks/commit/914a23aba63dcb12cc4541b7b1ecbeaa52843a91))
12+
13+
14+
15+
16+
617
## [1.13.2](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/html@1.13.1...@cloudinary/html@1.13.2) (2025-02-25)
718

819

packages/html/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/html",
3-
"version": "1.13.2",
3+
"version": "1.13.3",
44
"description": "An HTML wrapper for Cloudinary",
55
"main": "./dist/index.js",
66
"umd": "./dist/index.umd.js",

packages/react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.14.2](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/react@1.14.1...@cloudinary/react@1.14.2) (2025-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* restructure files commited during publish stage ([914a23a](https://github.com/cloudinary/frontend-frameworks/commit/914a23aba63dcb12cc4541b7b1ecbeaa52843a91))
12+
13+
14+
15+
16+
617
## [1.14.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/react@1.14.0...@cloudinary/react@1.14.1) (2025-02-28)
718

819

0 commit comments

Comments
 (0)