Skip to content

Commit ce128b1

Browse files
committed
Version 1.3.1
1 parent 07718db commit ce128b1

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2+
1.3.1 / 2020-07-19
3+
=============
4+
5+
New functionality
6+
-----------------
7+
* Add support for angular 10 (#281)
8+
9+
Other changes
10+
-----------------
11+
* Fix placeholder when user passes css style (#284)
12+
* Add test for normalized user variables (#280)
13+
* Update workspace to version angular 7 (#278)
14+
* Fix user variables (#276)
15+
* Add test coverage (#285)
16+
* Update cloudinary-core version (#286)
17+
18+
119
1.2.2 / 2020-04-13
220
==================
321

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.2.2",
3+
"version": "1.3.1",
44
"scripts": {
55
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
66
"test": "npm run test-es5 && npm run test-es2015",

projects/angular-cld/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-5.x",
3-
"version": "1.2.2",
3+
"version": "1.3.1",
44
"peerDependencies": {
55
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
66
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"

0 commit comments

Comments
 (0)