Skip to content

Commit 77dc004

Browse files
committed
chore(ci): publish
- @cloudinary/angular-workspace@2.0.0 - @cloudinary/ng@2.0.0
1 parent 9377e93 commit 77dc004

File tree

4 files changed

+240
-2
lines changed

4 files changed

+240
-2
lines changed

packages/angular/CHANGELOG.md

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.0.0 (2023-04-25)
7+
8+
9+
### Features
10+
11+
* switch angular to partial compilation mode ([dacd905](https://github.com/cloudinary/frontend-frameworks/commit/dacd9052519bc5c029d930cfa83dd29cc8b41658))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* enabled ivy compiler
17+
18+
19+
20+
## 1.11.2 (2023-03-20)
21+
22+
23+
24+
## 1.11.1 (2023-03-09)
25+
26+
27+
28+
# 1.11.0 (2023-02-21)
29+
30+
31+
32+
## 1.9.1 (2023-02-06)
33+
34+
35+
36+
# 1.9.0 (2023-01-17)
37+
38+
39+
### Features
40+
41+
* SNI-6952 add cldPoster to angular video component ([a9065df](https://github.com/cloudinary/frontend-frameworks/commit/a9065dfd93f30d6596547a568998728d4b43390f))
42+
* SNI-6952 add VideoPoster type for cldVideo ([417d4a7](https://github.com/cloudinary/frontend-frameworks/commit/417d4a77b30d614b2508c89ded6a28e58decbc88))
43+
44+
45+
46+
## 1.8.1 (2023-01-11)
47+
48+
49+
50+
# 1.8.0 (2023-01-03)
51+
52+
53+
### Features
54+
55+
* add angular playground ([e01e8e3](https://github.com/cloudinary/frontend-frameworks/commit/e01e8e3ba8b0e98876ed0dec73989127bc42c678))
56+
57+
58+
59+
# 1.7.0 (2022-12-12)
60+
61+
62+
### Bug Fixes
63+
64+
* SNI-7194 License is written as Licence in all sdks readme ([9cebd62](https://github.com/cloudinary/frontend-frameworks/commit/9cebd620b2dc5db37c8eb7563fb77c90f3685ccf))
65+
* SNI-7195 Table of content does not include all the content in the sdks readme (all frontend sdks) ([9d9bf15](https://github.com/cloudinary/frontend-frameworks/commit/9d9bf15fee67cc7d5199b11c6d90c8ea6621556a))
66+
67+
68+
69+
# 1.6.0 (2022-11-17)
70+
71+
72+
### Bug Fixes
73+
74+
* fix the build ([dc15f3a](https://github.com/cloudinary/frontend-frameworks/commit/dc15f3a390b4463998b15b1f1ea35317ddd75701))
75+
* update url-gen version ([b5ffd45](https://github.com/cloudinary/frontend-frameworks/commit/b5ffd4534fa2bca5dbcbb08d244a116f5812ae15))
76+
77+
78+
79+
# 1.5.0 (2022-09-18)
80+
81+
82+
83+
## 1.4.2 (2022-08-09)
84+
85+
86+
87+
## 1.4.1 (2022-05-31)
88+
89+
90+
91+
# 1.4.0 (2022-05-11)
92+
93+
94+
95+
# 1.3.0 (2022-04-11)
96+
97+
98+
99+
## 1.2.2 (2022-03-28)
100+
101+
102+
103+
## 1.2.1 (2022-03-24)
104+
105+
106+
107+
# 1.2.0 (2022-03-13)
108+
109+
110+
111+
# 1.1.0 (2022-02-13)
112+
113+
114+
115+
## 1.0.1 (2022-01-05)
116+
117+
118+
119+
# 1.0.0 (2022-01-02)
120+
121+
122+
123+
# 1.0.0-beta.14 (2021-12-06)
124+
125+
126+
127+
# 1.0.0-beta.13 (2021-11-30)

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular-workspace",
3-
"version": "1.11.2",
3+
"version": "2.0.0",
44
"description": "Cloudinary Angular SDK",
55
"repository": "https://github.com/cloudinary/frontend-frameworks",
66
"sideEffects": false,
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
# 2.0.0 (2023-04-25)
7+
8+
9+
### Features
10+
11+
* switch angular to partial compilation mode ([dacd905](https://github.com/cloudinary/frontend-frameworks/commit/dacd9052519bc5c029d930cfa83dd29cc8b41658))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* enabled ivy compiler
17+
18+
19+
20+
## 1.11.2 (2023-03-20)
21+
22+
23+
24+
## 1.11.1 (2023-03-09)
25+
26+
27+
28+
# 1.11.0 (2023-02-21)
29+
30+
31+
32+
## 1.9.1 (2023-02-06)
33+
34+
35+
36+
# 1.9.0 (2023-01-17)
37+
38+
39+
### Features
40+
41+
* SNI-6952 add cldPoster to angular video component ([a9065df](https://github.com/cloudinary/frontend-frameworks/commit/a9065dfd93f30d6596547a568998728d4b43390f))
42+
* SNI-6952 add VideoPoster type for cldVideo ([417d4a7](https://github.com/cloudinary/frontend-frameworks/commit/417d4a77b30d614b2508c89ded6a28e58decbc88))
43+
44+
45+
46+
## 1.8.1 (2023-01-11)
47+
48+
49+
50+
# 1.8.0 (2023-01-03)
51+
52+
53+
54+
# 1.7.0 (2022-12-12)
55+
56+
57+
58+
# 1.6.0 (2022-11-17)
59+
60+
61+
### Bug Fixes
62+
63+
* update url-gen version ([b5ffd45](https://github.com/cloudinary/frontend-frameworks/commit/b5ffd4534fa2bca5dbcbb08d244a116f5812ae15))
64+
65+
66+
67+
# 1.5.0 (2022-09-18)
68+
69+
70+
71+
## 1.4.2 (2022-08-09)
72+
73+
74+
75+
## 1.4.1 (2022-05-31)
76+
77+
78+
79+
# 1.4.0 (2022-05-11)
80+
81+
82+
83+
# 1.3.0 (2022-04-11)
84+
85+
86+
87+
## 1.2.2 (2022-03-28)
88+
89+
90+
91+
# 1.2.0 (2022-03-13)
92+
93+
94+
95+
# 1.1.0 (2022-02-13)
96+
97+
98+
99+
## 1.0.1 (2022-01-05)
100+
101+
102+
103+
# 1.0.0 (2022-01-02)
104+
105+
106+
107+
# 1.0.0-beta.14 (2021-12-06)
108+
109+
110+
111+
# 1.0.0-beta.13 (2021-11-30)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/ng",
3-
"version": "1.11.2",
3+
"version": "2.0.0",
44
"repository": "https://github.com/cloudinary/frontend-frameworks",
55
"peerDependencies": {
66
"@angular/common": ">=12.0.0",

0 commit comments

Comments
 (0)