Skip to content

Commit

Permalink
chore(ci): publish
Browse files Browse the repository at this point in the history
 - @cloudinary/[email protected]
 - @cloudinary/[email protected]
 - @cloudinary/[email protected]
 - @cloudinary/[email protected]
 - @cloudinary/[email protected]
  • Loading branch information
cloudinary-bot committed Feb 1, 2024
1 parent 801e708 commit f975928
Show file tree
Hide file tree
Showing 10 changed files with 382 additions and 9 deletions.
11 changes: 11 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2024-02-01)


### Bug Fixes

* bump url-gen and update analytics related tests ([4c95cce](https://github.com/cloudinary/frontend-frameworks/commit/4c95cce77f363ac9ed674f94d38c20b4e0d71f21))





# 2.0.0 (2023-04-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/angular-workspace",
"version": "2.0.0",
"version": "2.0.1",
"description": "Cloudinary Angular SDK",
"repository": "https://github.com/cloudinary/frontend-frameworks",
"sideEffects": false,
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular-devkit/build-angular": "~12.2.18",
"@angular/cli": "~12.2.16",
"@angular/compiler-cli": "~12.2.16",
"@cloudinary/html": "^1.11.2",
"@cloudinary/html": "^1.12.0",
"@cloudinary/url-gen": "^1.16.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/angular/projects/cloudinary-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/cloudinary/frontend-frameworks/compare/@cloudinary/[email protected]...@cloudinary/[email protected]) (2024-02-01)


### Bug Fixes

* bump url-gen and update analytics related tests ([4c95cce](https://github.com/cloudinary/frontend-frameworks/commit/4c95cce77f363ac9ed674f94d38c20b4e0d71f21))





# 2.0.0 (2023-04-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/angular/projects/cloudinary-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/ng",
"version": "2.0.0",
"version": "2.0.1",
"repository": "https://github.com/cloudinary/frontend-frameworks",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand All @@ -12,7 +12,7 @@
"@cloudinary/url-gen": "^1.16.0"
},
"dependencies": {
"@cloudinary/html": "^1.11.2"
"@cloudinary/html": "^1.12.0"
},
"publishConfig": {
"access": "public"
Expand Down
153 changes: 153 additions & 0 deletions packages/html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,153 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.12.0 (2024-02-01)


### Bug Fixes

* bump url-gen and update analytics related tests ([4c95cce](https://github.com/cloudinary/frontend-frameworks/commit/4c95cce77f363ac9ed674f94d38c20b4e0d71f21))
* ensure unobserve is a function ([443aeb4](https://github.com/cloudinary/frontend-frameworks/commit/443aeb42f854309e245b7d6a9dce6cf563c8ac08))


### Features

* added functionality for placeholder plugin to be aware of responsive plugin and avoid duplicate image load ([614316b](https://github.com/cloudinary/frontend-frameworks/commit/614316b735168f20703060df975839e35aeac68e))
* clean up placeholder and responsive plugin logic ([0429162](https://github.com/cloudinary/frontend-frameworks/commit/0429162f92e81f8d2ec94a5a905c7aa32d57aecd))
* improve plugin used helper ([4071f6f](https://github.com/cloudinary/frontend-frameworks/commit/4071f6fbb3a314ac643fdb37e9aa6111b4a5a43b))
* revert unrelated changes ([a1759ba](https://github.com/cloudinary/frontend-frameworks/commit/a1759ba65f8be673c48763655941367ac6dca13a))



## 1.11.2 (2023-03-20)


### Bug Fixes

* return last plugin response ([1f725b8](https://github.com/cloudinary/frontend-frameworks/commit/1f725b8540dd9b61bc7a66e3958d159ac3b5eb45))
* return last plugin response ([286935c](https://github.com/cloudinary/frontend-frameworks/commit/286935cfa40913a3a0dcf79ae09036ffabb94526))



## 1.11.1 (2023-03-09)


### Bug Fixes

* fix placeholder plugin token ([cc9d088](https://github.com/cloudinary/frontend-frameworks/commit/cc9d08877adc371b9917ac6bef94ae3fc997de8b))
* minor test fix ([fbdf2b8](https://github.com/cloudinary/frontend-frameworks/commit/fbdf2b86755dc502cce4ffaed2fe585479e0f7bf))
* minor test fix ([43decd1](https://github.com/cloudinary/frontend-frameworks/commit/43decd15efe6b2b93b30369c07665e29834e0024))



# 1.11.0 (2023-02-21)


### Bug Fixes

* cleanup html layer on component unmount ([8132bcb](https://github.com/cloudinary/frontend-frameworks/commit/8132bcb0f3b6f33ed49ec8af07a0e1bdedbd89f5))



## 1.9.1 (2023-02-06)


### Bug Fixes

* fix feature flags in responsive plugin ([885449b](https://github.com/cloudinary/frontend-frameworks/commit/885449b0f6548e49c54f1965ab2ba3f562e7d847))


### Features

* add analytics features to plugins ([89cac3e](https://github.com/cloudinary/frontend-frameworks/commit/89cac3e4fa7d6ac52fec6d4cce658be43b1ca205))
* add plugin response. add analytics features to a11y and lazyload ([91fb838](https://github.com/cloudinary/frontend-frameworks/commit/91fb8381e8522331fbb413ef313da578e5e49639))



# 1.9.0 (2023-01-17)


### Features

* SNI-6952 add VideoPoster type for cldVideo ([417d4a7](https://github.com/cloudinary/frontend-frameworks/commit/417d4a77b30d614b2508c89ded6a28e58decbc88))
* SNI-6952 clone original video before creating auto poster ([fcbc593](https://github.com/cloudinary/frontend-frameworks/commit/fcbc5933a650a1a84095c461c969d4d247ad957f))
* SNI-6952 move cldPoster to html video layer ([5121df0](https://github.com/cloudinary/frontend-frameworks/commit/5121df0ecaa8ead516397e4e487ab7a8e127768b))



## 1.8.1 (2023-01-11)


### Bug Fixes

* pass analytics options down to the plugins, and use it in placeholder & responsive ([e75b6ad](https://github.com/cloudinary/frontend-frameworks/commit/e75b6ad2fca02142232e354848c274d3744d9d37))



# 1.8.0 (2023-01-03)



# 1.7.0 (2022-12-12)


### Bug Fixes

* guard html image layer analytics options ([86c1b34](https://github.com/cloudinary/frontend-frameworks/commit/86c1b3475e3319de01c5d809b34d3c8dbff4bd80))


### Reverts

* Revert "set packages/vue3/package.json version" ([9a24cc6](https://github.com/cloudinary/frontend-frameworks/commit/9a24cc682974477c8ff207cbb2619250d0e74b10))



# 1.6.0 (2022-11-17)


### Bug Fixes

* update url-gen version ([b5ffd45](https://github.com/cloudinary/frontend-frameworks/commit/b5ffd4534fa2bca5dbcbb08d244a116f5812ae15))
* use the same analytics token in react ssr and csr ([9e086bd](https://github.com/cloudinary/frontend-frameworks/commit/9e086bd8b870246ba4647a189b73d4d786749b60))



# 1.5.0 (2022-09-18)



## 1.4.2 (2022-08-09)



## 1.4.1 (2022-05-31)



# 1.4.0 (2022-05-11)



## 1.2.2 (2022-03-28)



# 1.2.0 (2022-03-13)



# 1.1.0 (2022-02-13)



## 1.0.1 (2022-01-05)



# 1.0.0 (2022-01-02)



# 1.0.0-beta.13 (2021-11-30)
2 changes: 1 addition & 1 deletion packages/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/html",
"version": "1.11.2",
"version": "1.12.0",
"description": "An HTML wrapper for Cloudinary",
"main": "./index.js",
"umd": "./index.umd.js",
Expand Down
137 changes: 137 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 1.12.0 (2024-02-01)


### Bug Fixes

* bump url-gen and update analytics related tests ([4c95cce](https://github.com/cloudinary/frontend-frameworks/commit/4c95cce77f363ac9ed674f94d38c20b4e0d71f21))



## 1.11.2 (2023-03-20)



## 1.11.1 (2023-03-09)



# 1.11.0 (2023-02-21)


### Bug Fixes

* cleanup html layer on component unmount ([8132bcb](https://github.com/cloudinary/frontend-frameworks/commit/8132bcb0f3b6f33ed49ec8af07a0e1bdedbd89f5))



## 1.9.1 (2023-02-06)



# 1.9.0 (2023-01-17)


### Features

* SNI-6952 add VideoPoster type for cldVideo ([417d4a7](https://github.com/cloudinary/frontend-frameworks/commit/417d4a77b30d614b2508c89ded6a28e58decbc88))
* SNI-6952 move cldPoster to html video layer ([5121df0](https://github.com/cloudinary/frontend-frameworks/commit/5121df0ecaa8ead516397e4e487ab7a8e127768b))



## 1.8.1 (2023-01-11)


### Bug Fixes

* SNI-6952 check cldPoster with instanceof operator ([500420a](https://github.com/cloudinary/frontend-frameworks/commit/500420a50c935391098ecb8e024d86837839c28d))
* SNI-6952 fix cldPoster issues from pr review ([7c0ad9b](https://github.com/cloudinary/frontend-frameworks/commit/7c0ad9b6787c78579900506bca54aacc0019c307))


### Features

* SNI-6952 add cldPoster auto for react advanced video ([46e9f42](https://github.com/cloudinary/frontend-frameworks/commit/46e9f4212d3f74571ff35e5b5060186dc74b9896))
* SNI-6952 add cldPoster prop for react advanced video ([a6bd6bb](https://github.com/cloudinary/frontend-frameworks/commit/a6bd6bb66e698b11be08dd8042179e39e8e45cb0))
* SNI-6952 use jpg format for cldPoster ([ad7e993](https://github.com/cloudinary/frontend-frameworks/commit/ad7e993549c94451d9474045000d82176f6de68e))



# 1.8.0 (2023-01-03)


### Bug Fixes

* VideoProps to extend video tag attributes ([8c68f59](https://github.com/cloudinary/frontend-frameworks/commit/8c68f59ab36afdbf48a6bb423bf83eed9026daaf))



# 1.7.0 (2022-12-12)


### Bug Fixes

* change playground package name ([a027ab4](https://github.com/cloudinary/frontend-frameworks/commit/a027ab48004398c7c2ded503574825d01979611a))
* fix react playground by using vite ([27a0f8b](https://github.com/cloudinary/frontend-frameworks/commit/27a0f8bbcaf34a9cf0062457c7b3b3d71a1ec933))
* SNI-6973 Incorrect sample in README ([7a09632](https://github.com/cloudinary/frontend-frameworks/commit/7a096326e4005aa4567dae8ae418afbb5ec5be6f))
* SNI-7194 License is written as Licence in all sdks readme ([9cebd62](https://github.com/cloudinary/frontend-frameworks/commit/9cebd620b2dc5db37c8eb7563fb77c90f3685ccf))
* 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))
* use cloudinary favicon in playground ([6f8ae18](https://github.com/cloudinary/frontend-frameworks/commit/6f8ae18b8d97fed361e8ce19b14786e8bc3615e5))
* use responsive plugin in react playground ([bfc7c74](https://github.com/cloudinary/frontend-frameworks/commit/bfc7c74162a55885d93cb517695b9ec2c28f0fee))



# 1.6.0 (2022-11-17)


### Bug Fixes

* update url-gen version ([b5ffd45](https://github.com/cloudinary/frontend-frameworks/commit/b5ffd4534fa2bca5dbcbb08d244a116f5812ae15))
* use the same analytics token in react ssr and csr ([9e086bd](https://github.com/cloudinary/frontend-frameworks/commit/9e086bd8b870246ba4647a189b73d4d786749b60))



# 1.5.0 (2022-09-18)



## 1.4.2 (2022-08-09)



## 1.4.1 (2022-05-31)



# 1.4.0 (2022-05-11)



# 1.3.0 (2022-04-11)



## 1.2.2 (2022-03-28)



# 1.2.0 (2022-03-13)



# 1.1.0 (2022-02-13)



## 1.0.1 (2022-01-05)



# 1.0.0 (2022-01-02)



# 1.0.0-beta.13 (2021-11-30)
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/react",
"version": "1.11.2",
"version": "1.12.0",
"description": "Cloudinary React SDK",
"author": "cloudinary",
"license": "MIT",
Expand Down Expand Up @@ -67,6 +67,6 @@
"typescript": "^3.7.5"
},
"dependencies": {
"@cloudinary/html": "^1.11.2"
"@cloudinary/html": "^1.12.0"
}
}
Loading

0 comments on commit f975928

Please sign in to comment.