Skip to content

Commit fbb7d15

Browse files
author
cloudinary-bot
committed
chore(ci): publish
- @cloudinary/[email protected] - @cloudinary/[email protected] - @cloudinary/[email protected] - @cloudinary/[email protected] - @cloudinary/[email protected]
1 parent 2ce9182 commit fbb7d15

File tree

15 files changed

+88
-16
lines changed

15 files changed

+88
-16
lines changed

packages/angular/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.2](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2025-02-25)
7+
8+
9+
### Bug Fixes
10+
11+
* added missing path to html project ([d420a20](https://github.com/cloudinary/frontend-frameworks/commit/d420a205f1d54aaf61d09be5623dbc9dfd1780e0))
12+
* added missing script to angular workspace ([3c665bb](https://github.com/cloudinary/frontend-frameworks/commit/3c665bb0eb5174b7b78eced7b7d66861c0338fd7))
13+
* lint adjustments ([c72b84d](https://github.com/cloudinary/frontend-frameworks/commit/c72b84d4d420818e40928b91d4d57cb1f48510b5))
14+
* lint adjustments ([edb67ad](https://github.com/cloudinary/frontend-frameworks/commit/edb67ade6cd3dc1b2b379ad326c981b9dcf2a660))
15+
16+
17+
18+
19+
620
## [2.1.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2024-11-14)
721

822

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.1",
3+
"version": "2.1.2",
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.1",
35+
"@cloudinary/html": "^1.13.2",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.2](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2025-02-25)
7+
8+
9+
### Bug Fixes
10+
11+
* lint adjustments ([c72b84d](https://github.com/cloudinary/frontend-frameworks/commit/c72b84d4d420818e40928b91d4d57cb1f48510b5))
12+
* lint adjustments ([edb67ad](https://github.com/cloudinary/frontend-frameworks/commit/edb67ade6cd3dc1b2b379ad326c981b9dcf2a660))
13+
14+
15+
16+
17+
618
## [2.1.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2024-11-14)
719

820

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.1",
3+
"version": "2.1.2",
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.1"
15+
"@cloudinary/html": "^1.13.2"
1616
},
1717
"publishConfig": {
1818
"access": "public"

packages/html/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.2](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2025-02-25)
7+
8+
9+
### Bug Fixes
10+
11+
* changed added package.json - files ([dd47314](https://github.com/cloudinary/frontend-frameworks/commit/dd473142dadfc332cf79d129fa6196d0aaf6180b))
12+
* changed rollup/tsc config to prevent generating ignored files locally ([db82303](https://github.com/cloudinary/frontend-frameworks/commit/db823033a85a5bd5391d98292d297d3f3c1b89e6))
13+
14+
15+
16+
17+
618
## [1.13.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2024-11-04)
719

820
**Note:** Version bump only for package @cloudinary/html

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: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
{
22
"name": "@cloudinary/html",
3-
"version": "1.13.1",
3+
"version": "1.13.2",
44
"description": "An HTML wrapper for Cloudinary",
55
"main": "./dist/index.js",
66
"umd": "./dist/index.umd.js",
77
"module": "./dist/index.esm.js",
88
"types": "./dist/index.d.ts",
99
"type": "module",
10-
"files": ["package.json", "dist"],
10+
"files": [
11+
"package.json",
12+
"dist"
13+
],
1114
"sideEffects": false,
1215
"repository": "https://github.com/cloudinary/frontend-frameworks",
1316
"scripts": {

packages/react/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.0](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2025-02-25)
7+
8+
9+
### Bug Fixes
10+
11+
* changed added package.json - files ([dd47314](https://github.com/cloudinary/frontend-frameworks/commit/dd473142dadfc332cf79d129fa6196d0aaf6180b))
12+
13+
14+
### Features
15+
16+
* added react 19 to peerDependencies ([a70e7d1](https://github.com/cloudinary/frontend-frameworks/commit/a70e7d1f50bd6c33b5b2948a6c8e79d65c4d9330))
17+
18+
19+
20+
21+
622
## [1.13.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2024-11-04)
723

824
**Note:** Version bump only for package @cloudinary/react

0 commit comments

Comments
 (0)