- netlify-cms-core@2.3.0
 - netlify-cms-editor-component-image@2.1.0
 - netlify-cms-media-library-cloudinary@1.1.0
 - netlify-cms-media-library-uploadcare@0.3.0
 - netlify-cms-widget-file@2.2.0
 - netlify-cms-widget-image@2.1.1
 - netlify-cms-widget-select@2.1.0
 - netlify-cms@2.3.0
This commit is contained in:
Shawn Erquhart
2018-12-04 17:10:55 -05:00
parent 1fc2f50499
commit a892ab16a1
16 changed files with 108 additions and 18 deletions

View File

@ -0,0 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 1.1.0 (2018-12-04)
### Features
* add cloudinary support ([#1932](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary/issues/1932)) ([1fc2f50](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary/commit/1fc2f50))

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-media-library-cloudinary",
"description": "Cloudinary integration for Netlify CMS",
"version": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-media-library-cloudinary",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-media-library-cloudinary.js",
@ -30,6 +30,5 @@
},
"peerDependencies": {
"netlify-cms-lib-util": "^2.0.4"
},
"dependencies": {}
}
}