Skip to content

Commit 1e3139a

Browse files
author
cloudinary-bot
committed
Version 1.0.0-beta.9
1 parent 91ee05a commit 1e3139a

File tree

7 files changed

+14
-6
lines changed

7 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
1.0.0-beta.9 / 2021-07-04
2+
==================
3+
4+
* Fix/common js build (#87)
5+
* Add advanced picture (#84)
6+
7+
8+
19
1.0.0-beta.8 / 2021-05-12
210
==================
311

frameworks/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",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"repository": "https://github.com/cloudinary/frontend-frameworks",
55
"sideEffects": false,
66
"scripts": {

frameworks/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/angular",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"repository": "https://github.com/cloudinary/frontend-frameworks",
55
"peerDependencies": {
66
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",

frameworks/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.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "An HTML wrapper for Cloudinary",
55
"main": "dist/index.js",
66
"umd": "dist/index.umd.js",

frameworks/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/react",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "A React component for Cloudinary",
55
"author": "cloudinary",
66
"license": "MIT",

frameworks/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/svelte",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"description": "A Svelte component library for Cloudinary",
55
"author": "Cloudinary",
66
"homepage": "https://cloudinary.com",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend-frameworks-monorepo",
3-
"version": "1.0.0-beta.8",
3+
"version": "1.0.0-beta.9",
44
"scripts": {
55
"quickstart": "bash ./scripts/setup.sh",
66
"test": "bash ./scripts/test.sh",

0 commit comments

Comments
 (0)