chore: update readmes and dependencies

This commit is contained in:
Shawn Erquhart 2018-07-26 18:01:26 -04:00
parent 668f05fb7c
commit d3ccb2dc88
49 changed files with 394 additions and 28 deletions

View File

@ -1,3 +1,43 @@
# Changelog
Netlify CMS is a collection of npm packages with their own versions and changelogs, each listed
below. The legacy pre-2.0 changelog is below as well.
## Core and distributions
- [netlify-cms](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms/CHANGELOG.md)
- [netlify-cms-core](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-core/CHANGELOG.md)
## Shared libraries
- [netlify-cms-lib-auth](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-lib-auth/CHANGELOG.md)
- [netlify-cms-lib-util](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-lib-util/CHANGELOG.md)
- [netlify-cms-ui-default](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-ui-default/CHANGELOG.md)
## Backends
- [netlify-cms-backend-bitbucket](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-backend-bitbucket/CHANGELOG.md)
- [netlify-cms-backend-git-gateway](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-backend-git-gateway/CHANGELOG.md)
- [netlify-cms-backend-github](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-backend-github/CHANGELOG.md)
- [netlify-cms-backend-gitlab](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-backend-gitlab/CHANGELOG.md)
- [netlify-cms-backend-test](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-backend-test/CHANGELOG.md)
## Editor Components
- [netlify-cms-editor-component-image](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-editor-component-image/CHANGELOG.md)
## Widgets
- [netlify-cms-widget-boolean](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-boolean/CHANGELOG.md)
- [netlify-cms-widget-date](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-date/CHANGELOG.md)
- [netlify-cms-widget-datetime](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-datetime/CHANGELOG.md)
- [netlify-cms-widget-file](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-file/CHANGELOG.md)
- [netlify-cms-widget-image](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-image/CHANGELOG.md)
- [netlify-cms-widget-list](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-list/CHANGELOG.md)
- [netlify-cms-widget-markdown](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-markdown/CHANGELOG.md)
- [netlify-cms-widget-number](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-number/CHANGELOG.md)
- [netlify-cms-widget-object](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-object/CHANGELOG.md)
- [netlify-cms-widget-relation](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-relation/CHANGELOG.md)
- [netlify-cms-widget-select](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-select/CHANGELOG.md)
- [netlify-cms-widget-string](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-string/CHANGELOG.md)
- [netlify-cms-widget-text](https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-text/CHANGELOG.md)
## Legacy Changelog
## [Unreleased] ([demo](https://cms-demo.netlify.com/)) ## [Unreleased] ([demo](https://cms-demo.netlify.com/))
<details> <details>
<summary> <summary>

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-bitbucket/README.md)!

View File

@ -2,8 +2,10 @@
"name": "netlify-cms-backend-bitbucket", "name": "netlify-cms-backend-bitbucket",
"description": "Bitbucket backend for Netlify CMS", "description": "Bitbucket backend for Netlify CMS",
"version": "2.0.0", "version": "2.0.0",
"license": "MIT", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-bitbucket",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-backend-bitbucket.js", "main": "dist/netlify-cms-backend-bitbucket.js",
"license": "MIT",
"keywords": [ "keywords": [
"netlify", "netlify",
"netlify-cms", "netlify-cms",

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-git-gateway/README.md)!

View File

@ -2,8 +2,10 @@
"name": "netlify-cms-backend-git-gateway", "name": "netlify-cms-backend-git-gateway",
"description": "Git Gateway backend for Netlify CMS", "description": "Git Gateway backend for Netlify CMS",
"version": "2.0.0", "version": "2.0.0",
"license": "MIT", "repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-git-gateway",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-backend-git-gateway.js", "main": "dist/netlify-cms-backend-git-gateway.js",
"license": "MIT",
"keywords": [ "keywords": [
"netlify", "netlify",
"netlify-cms", "netlify-cms",
@ -29,12 +31,12 @@
"emotion": "^9.2.6", "emotion": "^9.2.6",
"immutable": "^3.7.6", "immutable": "^3.7.6",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"netlify-cms-backend-bitbucket": "2.0.0-alpha.0", "netlify-cms-backend-bitbucket": "^2.0.0",
"netlify-cms-backend-github": "2.0.0-alpha.0", "netlify-cms-backend-github": "^2.0.0",
"netlify-cms-backend-gitlab": "2.0.0-alpha.0", "netlify-cms-backend-gitlab": "^2.0.0",
"netlify-cms-lib-auth": "2.0.0-alpha.0", "netlify-cms-lib-auth": "^2.0.0",
"netlify-cms-lib-util": "2.0.0-alpha.0", "netlify-cms-lib-util": "^2.0.0",
"netlify-cms-ui-default": "2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.6" "react-emotion": "^9.2.6"

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-github/README.md)!

View File

@ -3,6 +3,8 @@
"description": "GitHub backend for Netlify CMS", "description": "GitHub backend for Netlify CMS",
"version": "2.0.0", "version": "2.0.0",
"license": "MIT", "license": "MIT",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-github",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-backend-github.js", "main": "dist/netlify-cms-backend-github.js",
"keywords": [ "keywords": [
"netlify", "netlify",
@ -27,9 +29,9 @@
"peerDependencies": { "peerDependencies": {
"emotion": "^9.2.6", "emotion": "^9.2.6",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"netlify-cms-lib-auth": "2.0.0-alpha.0", "netlify-cms-lib-auth": "^2.0.0",
"netlify-cms-lib-util": "2.0.0-alpha.0", "netlify-cms-lib-util": "^2.0.0",
"netlify-cms-ui-default": "2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.6" "react-emotion": "^9.2.6"

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-gitlab/README.md)!

View File

@ -2,6 +2,8 @@
"name": "netlify-cms-backend-gitlab", "name": "netlify-cms-backend-gitlab",
"description": "GitLab backend for Netlify CMS", "description": "GitLab backend for Netlify CMS",
"version": "2.0.0", "version": "2.0.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-gitlab",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT", "license": "MIT",
"main": "dist/netlify-cms-backend-gitlab.js", "main": "dist/netlify-cms-backend-gitlab.js",
"keywords": [ "keywords": [
@ -28,9 +30,9 @@
"emotion": "^9.2.6", "emotion": "^9.2.6",
"immutable": "^3.7.6", "immutable": "^3.7.6",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"netlify-cms-lib-auth": "2.0.0-alpha.0", "netlify-cms-lib-auth": "^2.0.0",
"netlify-cms-lib-util": "2.0.0-alpha.0", "netlify-cms-lib-util": "^2.0.0",
"netlify-cms-ui-default": "2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.6" "react-emotion": "^9.2.6"

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-backend-test/README.md)!

View File

@ -2,6 +2,8 @@
"name": "netlify-cms-backend-test", "name": "netlify-cms-backend-test",
"description": "Development testing backend for Netlify CMS", "description": "Development testing backend for Netlify CMS",
"version": "2.0.0", "version": "2.0.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-backend-test",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT", "license": "MIT",
"main": "dist/netlify-cms-backend-test.js", "main": "dist/netlify-cms-backend-test.js",
"keywords": [ "keywords": [
@ -26,8 +28,8 @@
"emotion": "^9.2.6", "emotion": "^9.2.6",
"immutable": "^3.8.2", "immutable": "^3.8.2",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"netlify-cms-lib-util": "2.0.0-alpha.0", "netlify-cms-lib-util": "^2.0.0",
"netlify-cms-ui-default": "2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.6.2", "prop-types": "^15.6.2",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.6", "react-emotion": "^9.2.6",

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-core/README.md)!

View File

@ -2,6 +2,8 @@
"name": "netlify-cms-core", "name": "netlify-cms-core",
"description": "Netlify CMS core application, see netlify-cms package for the main distribution.", "description": "Netlify CMS core application, see netlify-cms package for the main distribution.",
"version": "2.0.0", "version": "2.0.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-core",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-core.js", "main": "dist/netlify-cms-core.js",
"files": [ "files": [
"src/", "src/",

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-editor-component-image/README.md)!

View File

@ -2,6 +2,8 @@
"name": "netlify-cms-editor-component-image", "name": "netlify-cms-editor-component-image",
"description": "Image component for Netlify CMS editor widget", "description": "Image component for Netlify CMS editor widget",
"version": "2.0.0", "version": "2.0.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-editor-component-image",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-editor-component-image.js", "main": "dist/netlify-cms-editor-component-image.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-lib-auth/README.md)!

View File

@ -2,6 +2,8 @@
"name": "netlify-cms-lib-auth", "name": "netlify-cms-lib-auth",
"description": "Shared authentication functionality for Netlify CMS.", "description": "Shared authentication functionality for Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-auth",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-lib-auth.js", "main": "dist/netlify-cms-lib-auth.js",
"license": "MIT", "license": "MIT",
"files": [ "files": [

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-lib-util/README.md)!

View File

@ -2,6 +2,8 @@
"name": "netlify-cms-lib-util", "name": "netlify-cms-lib-util",
"description": "Shared utilities for Netlify CMS.", "description": "Shared utilities for Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-lib-util",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-lib-util.js", "main": "dist/netlify-cms-lib-util.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-ui-default/README.md)!

View File

@ -2,6 +2,8 @@
"name": "netlify-cms-ui-default", "name": "netlify-cms-ui-default",
"description": "Default UI components for Netlify CMS.", "description": "Default UI components for Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-ui-default",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"license": "MIT", "license": "MIT",
"main": "dist/netlify-cms-ui-default.js", "main": "dist/netlify-cms-ui-default.js",
"keywords": [ "keywords": [

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-boolean/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-boolean", "name": "netlify-cms-widget-boolean",
"description": "Widget for editing boolean values in Netlify CMS.", "description": "Widget for editing boolean values in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#boolean",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-boolean",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-boolean.js", "main": "dist/netlify-cms-widget-boolean.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -23,7 +26,7 @@
"peerDependencies": { "peerDependencies": {
"emotion": "^9.2.6", "emotion": "^9.2.6",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1", "react": "^16.4.1",
"react-immutable-proptypes": "^2.1.0" "react-immutable-proptypes": "^2.1.0"

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-date/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-date", "name": "netlify-cms-widget-date",
"description": "Widget for editing dates in Netlify CMS.", "description": "Widget for editing dates in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#date",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-date",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-date.js", "main": "dist/netlify-cms-widget-date.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -29,7 +32,7 @@
"peerDependencies": { "peerDependencies": {
"emotion": "^9.2.6", "emotion": "^9.2.6",
"moment": "^2.11.2", "moment": "^2.11.2",
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.6" "react-emotion": "^9.2.6"

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-datetime/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-datetime", "name": "netlify-cms-widget-datetime",
"description": "Widget for editing dates and times in Netlify CMS.", "description": "Widget for editing dates and times in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#datetime",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-datetime",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-datetime.js", "main": "dist/netlify-cms-widget-datetime.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-file/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-file", "name": "netlify-cms-widget-file",
"description": "Widget for uploading files in Netlify CMS.", "description": "Widget for uploading files in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#file",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-file",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-file.js", "main": "dist/netlify-cms-widget-file.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -27,7 +30,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"emotion": "^9.2.6", "emotion": "^9.2.6",
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.6", "react-emotion": "^9.2.6",

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-image/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-image", "name": "netlify-cms-widget-image",
"description": "Widget for uploading images in Netlify CMS.", "description": "Widget for uploading images in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#image",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-image",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-image.js", "main": "dist/netlify-cms-widget-image.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -26,7 +29,7 @@
"webpack-cli": "^3.1.0" "webpack-cli": "^3.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.6" "react-emotion": "^9.2.6"

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-list/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-list", "name": "netlify-cms-widget-list",
"description": "Widget for editing lists in Netlify CMS.", "description": "Widget for editing lists in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#list",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-list",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-list.js", "main": "dist/netlify-cms-widget-list.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -29,7 +32,7 @@
"emotion": "^9.2.6", "emotion": "^9.2.6",
"immutable": "^3.7.6", "immutable": "^3.7.6",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.6", "react-emotion": "^9.2.6",

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-markdown/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-markdown", "name": "netlify-cms-widget-markdown",
"description": "Widget for editing markdown in Netlify CMS.", "description": "Widget for editing markdown in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#markdown",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-markdown",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-markdown.js", "main": "dist/netlify-cms-widget-markdown.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -45,7 +48,7 @@
"emotion": "^9.2.6", "emotion": "^9.2.6",
"immutable": "^3.7.6", "immutable": "^3.7.6",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1", "react": "^16.4.1",
"react-dom": "^16.0.0", "react-dom": "^16.0.0",

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-number/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-number", "name": "netlify-cms-widget-number",
"description": "Widget for editing numberic values in Netlify CMS.", "description": "Widget for editing numberic values in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#number",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-number",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-number.js", "main": "dist/netlify-cms-widget-number.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -22,7 +25,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"emotion": "^9.2.6", "emotion": "^9.2.6",
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1" "react": "^16.4.1"
} }

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-object/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-object", "name": "netlify-cms-widget-object",
"description": "Widget for displaying an object of fields for Netlify CMS.", "description": "Widget for displaying an object of fields for Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#object",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-object",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-object.js", "main": "dist/netlify-cms-widget-object.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -26,7 +29,7 @@
"emotion": "^9.2.6", "emotion": "^9.2.6",
"immutable": "^3.7.6", "immutable": "^3.7.6",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.6", "react-emotion": "^9.2.6",

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-relation/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-relation", "name": "netlify-cms-widget-relation",
"description": "Widget for linking related entries in Netlify CMS.", "description": "Widget for linking related entries in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#relation",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-relation",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-relation.js", "main": "dist/netlify-cms-widget-relation.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -28,7 +31,7 @@
"emotion": "^9.2.6", "emotion": "^9.2.6",
"immutable": "^3.7.6", "immutable": "^3.7.6",
"lodash": "^4.17.10", "lodash": "^4.17.10",
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1", "react": "^16.4.1",
"react-emotion": "^9.2.5", "react-emotion": "^9.2.5",

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-select/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-select", "name": "netlify-cms-widget-select",
"description": "Selectable values widget for Netlify CMS.", "description": "Selectable values widget for Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#select",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-select",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-select.js", "main": "dist/netlify-cms-widget-select.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -24,7 +27,7 @@
}, },
"peerDependencies": { "peerDependencies": {
"immutable": "^3.7.6", "immutable": "^3.7.6",
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1", "react": "^16.4.1",
"react-immutable-proptypes": "^2.1.0" "react-immutable-proptypes": "^2.1.0"

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-string/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-string", "name": "netlify-cms-widget-string",
"description": "Widget for editing plain string values in Netlify CMS.", "description": "Widget for editing plain string values in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#string",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-string",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-string.js", "main": "dist/netlify-cms-widget-string.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -21,7 +24,7 @@
"webpack-cli": "^3.1.0" "webpack-cli": "^3.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1" "react": "^16.4.1"
} }

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms-widget-text/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms-widget-text", "name": "netlify-cms-widget-text",
"description": "Widget for editing multiline plain string values in Netlify CMS.", "description": "Widget for editing multiline plain string values in Netlify CMS.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org/docs/widgets/#text",
"repository": "https://github.com/netlify/netlify-cms/tree/master/packages/netlify-cms-widget-text",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms-widget-text.js", "main": "dist/netlify-cms-widget-text.js",
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
@ -27,7 +30,7 @@
"webpack-cli": "^3.1.0" "webpack-cli": "^3.1.0"
}, },
"peerDependencies": { "peerDependencies": {
"netlify-cms-ui-default": "^2.0.0-alpha.0", "netlify-cms-ui-default": "^2.0.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react": "^16.4.1" "react": "^16.4.1"
} }

View File

@ -0,0 +1,11 @@
# Docs coming soon!
Netlify CMS was recently converted from a single npm package to a "monorepo" of over 20 packages.
That's over 20 Readme's! We haven't created one for this package yet, but we will soon.
In the meantime, you can:
1. Check out the [main readme](https://github.com/netlify/netlify-cms/#readme) or the [documentation
site](https://www.netlifycms.org) for more info.
2. Reach out to the [community chat](https://gitter.im/netlify/netlifycms/) if you need help.
3. Help out and [write the readme yourself](https://github.com/netlify/netlify-cms/edit/master/packages/netlify-cms/README.md)!

View File

@ -2,6 +2,9 @@
"name": "netlify-cms", "name": "netlify-cms",
"description": "An extensible, open source, Git-based, React CMS for static sites.", "description": "An extensible, open source, Git-based, React CMS for static sites.",
"version": "2.0.0", "version": "2.0.0",
"homepage": "https://www.netlifycms.org",
"repository": "https://github.com/netlify/netlify-cms",
"bugs": "https://github.com/netlify/netlify-cms/issues",
"main": "dist/netlify-cms.js", "main": "dist/netlify-cms.js",
"scripts": { "scripts": {
"build": "cross-env NODE_ENV=production webpack" "build": "cross-env NODE_ENV=production webpack"