Skip to content

Commit 58cb089

Browse files
author
cloudinary-bot
committed
v1.4.1
1 parent 4776156 commit 58cb089

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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.4.0"
5+
"version": "1.4.1"
66
}

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/angular-workspace",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"repository": "https://github.com/cloudinary/frontend-frameworks",
55
"sideEffects": false,
66
"scripts": {
@@ -31,7 +31,7 @@
3131
"@angular-devkit/build-angular": "~0.1002.3",
3232
"@angular/cli": "~10.2.3",
3333
"@angular/compiler-cli": "~10.2.4",
34-
"@cloudinary/html": "^1.4.0",
34+
"@cloudinary/html": "^1.4.1",
3535
"@cloudinary/url-gen": "^1.4.0",
3636
"@types/jasmine": "~3.5.0",
3737
"@types/jasminewd2": "~2.0.3",

packages/angular/projects/cloudinary-library/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudinary/ng",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"repository": "https://github.com/cloudinary/frontend-frameworks",
55
"peerDependencies": {
66
"@angular/common": "^10.0.0 || ^11.0.0 || ^12.0.0",
@@ -10,7 +10,7 @@
1010
"@cloudinary/url-gen": "^1.4.0"
1111
},
1212
"dependencies": {
13-
"@cloudinary/html": "^1.4.0"
13+
"@cloudinary/html": "^1.4.1"
1414
},
1515
"publishConfig": {
1616
"access": "public"

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.4.0",
3+
"version": "1.4.1",
44
"description": "An HTML wrapper for Cloudinary",
55
"main": "./index.js",
66
"umd": "./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.4.0",
3+
"version": "1.4.1",
44
"description": "A React component for Cloudinary",
55
"author": "cloudinary",
66
"license": "MIT",
@@ -79,6 +79,6 @@
7979
]
8080
},
8181
"dependencies": {
82-
"@cloudinary/html": "^1.4.0"
82+
"@cloudinary/html": "^1.4.1"
8383
}
8484
}

0 commit comments

Comments
 (0)