Skip to content

Commit d088051

Browse files
author
cloudinary-bot
committed
Version 1.0.0-beta.13
1 parent 96ff197 commit d088051

File tree

6 files changed

+19
-12
lines changed

6 files changed

+19
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.0.0-beta.13 / 2021-11-30
2+
==================
3+
4+
* Add Lerna (#104)
5+
6+
7+
18
1.0.0-beta.11 / 2021-09-14
29
==================
310

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/**/!(dist|playground)*"
44
],
5-
"version": "1.0.0-beta.12"
5+
"version": "1.0.0-beta.13"
66
}

packages/angular/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular-workspace",
3-
"version": "1.0.0-beta.11",
3+
"version": "1.0.0-beta.13",
44
"repository": "https://github.com/cloudinary/frontend-frameworks",
55
"sideEffects": false,
66
"scripts": {
@@ -27,13 +27,15 @@
2727
"zone.js": "~0.10.2"
2828
},
2929
"devDependencies": {
30-
"@cloudinary/html": "^1.0.0-beta.10",
3130
"@angular-devkit/build-angular": "~0.1002.3",
3231
"@angular/cli": "~10.2.3",
3332
"@angular/compiler-cli": "~10.2.4",
34-
"@types/node": "^12.11.1",
33+
"@cloudinary/html": "^1.0.0-beta.13",
34+
"@cloudinary/url-gen": "^1.0.0-beta.5",
3535
"@types/jasmine": "~3.5.0",
3636
"@types/jasminewd2": "~2.0.3",
37+
"@types/node": "^12.11.1",
38+
"bundlewatch": "^0.3.1",
3739
"codelyzer": "^6.0.0",
3840
"jasmine-core": "~3.6.0",
3941
"jasmine-spec-reporter": "~5.0.0",
@@ -46,8 +48,6 @@
4648
"protractor": "~7.0.0",
4749
"ts-node": "~8.3.0",
4850
"tslint": "~6.1.0",
49-
"typescript": "~4.0.2",
50-
"@cloudinary/url-gen": "^1.0.0-beta.5",
51-
"bundlewatch": "^0.3.1"
51+
"typescript": "~4.0.2"
5252
}
5353
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular",
3-
"version": "1.0.0-beta.11",
3+
"version": "1.0.0-beta.13",
44
"repository": "https://github.com/cloudinary/frontend-frameworks",
55
"peerDependencies": {
66
"@angular/common": "^10.0.0 || ^11.0.0",
@@ -10,6 +10,6 @@
1010
"@cloudinary/url-gen": "^1.0.0-beta.5"
1111
},
1212
"dependencies": {
13-
"@cloudinary/html": "^1.0.0-beta.10"
13+
"@cloudinary/html": "^1.0.0-beta.13"
1414
}
1515
}

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

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/react",
3-
"version": "1.0.0-beta.11",
3+
"version": "1.0.0-beta.13",
44
"description": "A React component for Cloudinary",
55
"author": "cloudinary",
66
"license": "MIT",
@@ -75,6 +75,6 @@
7575
]
7676
},
7777
"dependencies": {
78-
"@cloudinary/html": "^1.0.0-beta.10"
78+
"@cloudinary/html": "^1.0.0-beta.13"
7979
}
8080
}

0 commit comments

Comments
 (0)