Skip to content

Commit 35e2abe

Browse files
author
cloudinary-bot
committed
Version 1.0.0-beta.1
1 parent 0fb405e commit 35e2abe

File tree

7 files changed

+25
-6
lines changed

7 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
1.0.0-beta.1 / 2021-02-24
2+
==================
3+
4+
New functionality
5+
-----------------
6+
* Add svelte sdk (#48)
7+
8+
Other changes
9+
-----------------
10+
* Upgrade to base beta (#51)
11+
* Handle placeholder onerror (#46)
12+
* Add travis.yml file (#50)
13+
* Docs - Add version number to the docs reference (#47)
14+
* Docs - Finalize readme before release (#45)
15+
16+
17+
18+
19+
120
1.0.0-beta.0 / 2021-02-02
221
==================
322

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.0",
3+
"version": "1.0.0-beta.1",
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.0",
3+
"version": "1.0.0-beta.1",
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.0",
3+
"version": "1.0.0-beta.1",
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.0",
3+
"version": "1.0.0-beta.1",
44
"description": "A React component for Cloudinary",
55
"author": "cloudinary",
66
"license": "MIT",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)