Skip to content

Commit 748a6ca

Browse files
author
cloudinary-bot
committed
chore(ci): publish
- @cloudinary/angular-workspace@2.0.2 - @cloudinary/ng@2.0.2 - @cloudinary/html@1.13.0 - @cloudinary/react@1.13.0 - @cloudinary/vue@1.12.1
1 parent 6cacd6f commit 748a6ca

File tree

10 files changed

+55
-9
lines changed

10 files changed

+55
-9
lines changed

packages/angular/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.2](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/angular-workspace@2.0.1...@cloudinary/angular-workspace@2.0.2) (2024-02-16)
7+
8+
**Note:** Version bump only for package @cloudinary/angular-workspace
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/angular-workspace@2.0.0...@cloudinary/angular-workspace@2.0.1) (2024-02-01)
715

816

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.0.1",
3+
"version": "2.0.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.12.0",
35+
"@cloudinary/html": "^1.13.0",
3636
"@cloudinary/url-gen": "^1.16.0",
3737
"@types/jasmine": "~3.5.0",
3838
"@types/jasminewd2": "~2.0.3",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.0.2](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/ng@2.0.1...@cloudinary/ng@2.0.2) (2024-02-16)
7+
8+
**Note:** Version bump only for package @cloudinary/ng
9+
10+
11+
12+
13+
614
## [2.0.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/ng@2.0.0...@cloudinary/ng@2.0.1) (2024-02-01)
715

816

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.0.1",
3+
"version": "2.0.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.16.0"
1313
},
1414
"dependencies": {
15-
"@cloudinary/html": "^1.12.0"
15+
"@cloudinary/html": "^1.13.0"
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.0](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/html@1.12.0...@cloudinary/html@1.13.0) (2024-02-16)
7+
8+
9+
### Features
10+
11+
* add useFetchFormat prop in react sdk ([94d7fb2](https://github.com/cloudinary/frontend-frameworks/commit/94d7fb25f0da2a719f961d68923ef1bbd8ee72a2))
12+
13+
14+
15+
16+
617
# 1.12.0 (2024-02-01)
718

819

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.12.0",
3+
"version": "1.13.0",
44
"description": "An HTML wrapper for Cloudinary",
55
"main": "./index.js",
66
"umd": "./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.13.0](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/react@1.12.0...@cloudinary/react@1.13.0) (2024-02-16)
7+
8+
9+
### Features
10+
11+
* add useFetchFormat prop in react sdk ([94d7fb2](https://github.com/cloudinary/frontend-frameworks/commit/94d7fb25f0da2a719f961d68923ef1bbd8ee72a2))
12+
13+
14+
15+
16+
617
# 1.12.0 (2024-02-01)
718

819

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/react",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "Cloudinary React SDK",
55
"author": "cloudinary",
66
"license": "MIT",
@@ -67,6 +67,6 @@
6767
"typescript": "^3.7.5"
6868
},
6969
"dependencies": {
70-
"@cloudinary/html": "^1.12.0"
70+
"@cloudinary/html": "^1.13.0"
7171
}
7272
}

packages/vue/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.12.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/vue@1.12.0...@cloudinary/vue@1.12.1) (2024-02-16)
7+
8+
**Note:** Version bump only for package @cloudinary/vue
9+
10+
11+
12+
13+
614
# 1.12.0 (2024-02-01)
715

816

packages/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/vue",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Cloudinary Vue SDK",
55
"author": "cloudinary",
66
"license": "MIT",
@@ -65,7 +65,7 @@
6565
"vue-tsc": "^0.38.5"
6666
},
6767
"dependencies": {
68-
"@cloudinary/html": "^1.12.0"
68+
"@cloudinary/html": "^1.13.0"
6969
},
7070
"eslintConfig": {
7171
"root": true,

0 commit comments

Comments
 (0)