Skip to content

Commit

Permalink
Version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
strausr committed Jul 19, 2020
1 parent 07718db commit ce128b1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@

1.3.1 / 2020-07-19
=============

New functionality
-----------------
* Add support for angular 10 (#281)

Other changes
-----------------
* Fix placeholder when user passes css style (#284)
* Add test for normalized user variables (#280)
* Update workspace to version angular 7 (#278)
* Fix user variables (#276)
* Add test coverage (#285)
* Update cloudinary-core version (#286)


1.2.2 / 2020-04-13
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudinary_angular",
"version": "1.2.2",
"version": "1.3.1",
"scripts": {
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
"test": "npm run test-es5 && npm run test-es2015",
Expand Down
2 changes: 1 addition & 1 deletion projects/angular-cld/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudinary/angular-5.x",
"version": "1.2.2",
"version": "1.3.1",
"peerDependencies": {
"@angular/common": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@angular/core": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
Expand Down

0 comments on commit ce128b1

Please sign in to comment.