Skip to content

Commit

Permalink
Version 1.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed May 11, 2021
1 parent 2bd067c commit da84dba
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.0.0-beta.6 / 2021-05-11
==================

Other changes
-----------------
* Release pipeline testing


1.0.0-beta.4 / 2021-05-09
==================

Expand Down
2 changes: 1 addition & 1 deletion frameworks/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/angular",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"repository": "https://github.com/cloudinary/frontend-frameworks",
"sideEffects": false,
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/angular",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"repository": "https://github.com/cloudinary/frontend-frameworks",
"peerDependencies": {
"@angular/common": "^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/html",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "An HTML wrapper for Cloudinary",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion frameworks/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/react",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "A React component for Cloudinary",
"author": "cloudinary",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions frameworks/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/svelte",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "A Svelte component library for Cloudinary",
"author": "Cloudinary",
"homepage": "https://cloudinary.com",
Expand Down Expand Up @@ -30,7 +30,7 @@
"svelte",
"cloudinary"
],
"files" : [
"files": [
"src",
"dist"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-frameworks-monorepo",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"scripts": {
"quickstart": "bash ./scripts/setup.sh",
"test": "bash ./scripts/test.sh",
Expand Down

0 comments on commit da84dba

Please sign in to comment.