We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48e9b0 commit 43af48fCopy full SHA for 43af48f
3 files changed
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+1.3.2 / 2020-07-23
3
+=============
4
+ * Updated placeholder styling (#288)
5
+
6
7
8
1.3.1 / 2020-07-19
9
=============
10
package.json
@@ -1,6 +1,6 @@
{
"name": "cloudinary_angular",
- "version": "1.3.1",
+ "version": "1.3.2",
"scripts": {
"lint": "tslint **/*.ts --exclude \"**/*.d.ts\" -t verbose --project tsconfig.lib.json",
"test": "npm run test-es5 && npm run test-es2015",
projects/angular-cld/package.json
"name": "@cloudinary/angular-5.x",
"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"
0 commit comments