Skip to content

Commit

Permalink
Version 1.0.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed Nov 30, 2021
1 parent 96ff197 commit d088051
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.0.0-beta.13 / 2021-11-30
==================

* Add Lerna (#104)



1.0.0-beta.11 / 2021-09-14
==================

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/**/!(dist|playground)*"
],
"version": "1.0.0-beta.12"
"version": "1.0.0-beta.13"
}
12 changes: 6 additions & 6 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/angular-workspace",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.13",
"repository": "https://github.com/cloudinary/frontend-frameworks",
"sideEffects": false,
"scripts": {
Expand All @@ -27,13 +27,15 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@cloudinary/html": "^1.0.0-beta.10",
"@angular-devkit/build-angular": "~0.1002.3",
"@angular/cli": "~10.2.3",
"@angular/compiler-cli": "~10.2.4",
"@types/node": "^12.11.1",
"@cloudinary/html": "^1.0.0-beta.13",
"@cloudinary/url-gen": "^1.0.0-beta.5",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"bundlewatch": "^0.3.1",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
Expand All @@ -46,8 +48,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.2",
"@cloudinary/url-gen": "^1.0.0-beta.5",
"bundlewatch": "^0.3.1"
"typescript": "~4.0.2"
}
}
4 changes: 2 additions & 2 deletions packages/angular/projects/cloudinary-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/angular",
"version": "1.0.0-beta.11",
"version": "1.0.0-beta.13",
"repository": "https://github.com/cloudinary/frontend-frameworks",
"peerDependencies": {
"@angular/common": "^10.0.0 || ^11.0.0",
Expand All @@ -10,6 +10,6 @@
"@cloudinary/url-gen": "^1.0.0-beta.5"
},
"dependencies": {
"@cloudinary/html": "^1.0.0-beta.10"
"@cloudinary/html": "^1.0.0-beta.13"
}
}
2 changes: 1 addition & 1 deletion packages/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.11",
"version": "1.0.0-beta.13",
"description": "An HTML wrapper for Cloudinary",
"main": "dist/index.js",
"umd": "dist/index.umd.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/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.11",
"version": "1.0.0-beta.13",
"description": "A React component for Cloudinary",
"author": "cloudinary",
"license": "MIT",
Expand Down Expand Up @@ -75,6 +75,6 @@
]
},
"dependencies": {
"@cloudinary/html": "^1.0.0-beta.10"
"@cloudinary/html": "^1.0.0-beta.13"
}
}

0 comments on commit d088051

Please sign in to comment.