chore(release): publish

- netlify-cms-app@2.10.0-beta.0
 - netlify-cms-backend-git-gateway@2.5.1
 - netlify-cms-backend-github@2.5.0-beta.5
 - netlify-cms-backend-test@2.4.0
 - netlify-cms-core@2.13.0-beta.6
 - netlify-cms-lib-auth@2.2.5
 - netlify-cms-locales@1.1.0
 - netlify-cms-ui-default@2.7.0-beta.2
 - netlify-cms-widget-markdown@2.5.2
 - netlify-cms-widget-relation@2.5.0
 - netlify-cms@2.10.0-beta.0
This commit is contained in:
Shawn Erquhart
2019-11-18 16:56:44 -05:00
parent ead46af194
commit dc0c4c51ed
22 changed files with 164 additions and 24 deletions

View File

@ -0,0 +1,13 @@
# 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 (2019-11-18)
### Features
* add french translation ([#2884](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/2884)) ([0898767](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/0898767fc93f9d25438d45318d780942bb5f7d2c))
* add translation support ([#2870](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/2870)) ([096b067](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/096b067d4542c723630ded631fc9a4ba950732f3)), closes [#2877](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/2877)
* commit media with post ([#2851](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/issues/2851)) ([6515dee](https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales/commit/6515dee8715d8571ea19484a7dfab7cfd0cc40be))

View File

@ -1,7 +1,7 @@
{
"name": "netlify-cms-locales",
"description": "Locales for Netlify CMS.",
"version": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-locales",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT",
@ -15,7 +15,5 @@
"develop": "yarn build:esm --watch",
"build": "cross-env NODE_ENV=production webpack",
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
},
"dependencies": {},
"peerDependencies": {}
}
}