Skip to content

Commit 25f6455

Browse files
author
cloudinary-bot
committed
Version 1.0.0-beta.8
1 parent d80b294 commit 25f6455

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.8 / 2021-05-12
2+
==================
3+
4+
Other changes
5+
-----------------
6+
* Release pipeline testing
7+
8+
19
1.0.0-beta.7 / 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.7",
3+
"version": "1.0.0-beta.8",
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.7",
3+
"version": "1.0.0-beta.8",
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.7",
3+
"version": "1.0.0-beta.8",
44
"description": "An HTML wrapper for Cloudinary",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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.7",
3+
"version": "1.0.0-beta.8",
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.7",
3+
"version": "1.0.0-beta.8",
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.7",
3+
"version": "1.0.0-beta.8",
44
"scripts": {
55
"quickstart": "bash ./scripts/setup.sh",
66
"test": "bash ./scripts/test.sh",

0 commit comments

Comments
 (0)