Skip to content

Commit

Permalink
v0.123.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 7, 2017
1 parent ceb5f99 commit 19d9504
Show file tree
Hide file tree
Showing 31 changed files with 152 additions and 144 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages/sanity-plugin-vision",
"packages/storybook"
],
"version": "0.122.7"
"version": "0.123.0"
}
10 changes: 5 additions & 5 deletions packages/@sanity/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/base",
"version": "0.122.4",
"version": "0.123.0",
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -29,10 +29,10 @@
},
"homepage": "https://www.sanity.io/",
"dependencies": {
"@sanity/client": "^0.122.0",
"@sanity/client": "^0.123.0",
"@sanity/document-store": "^0.121.0",
"@sanity/observable": "^0.121.0",
"@sanity/schema": "^0.120.0",
"@sanity/schema": "^0.123.0",
"@sanity/state-router": "^0.120.0",
"history": "^4.6.3",
"in-publish": "^2.0.0",
Expand All @@ -47,8 +47,8 @@
"stylelint-config-standard": "^17.0.0"
},
"devDependencies": {
"@sanity/check": "^0.122.4",
"@sanity/plugin-loader": "^0.122.4",
"@sanity/check": "^0.123.0",
"@sanity/plugin-loader": "^0.123.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^4.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/block-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/block-tools",
"version": "0.122.5",
"version": "0.123.0",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
"main": "lib/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/check",
"version": "0.122.4",
"version": "0.123.0",
"description": "Sanity check Sanity plugins and projects",
"main": "src/sanityCheck.js",
"bin": {
Expand All @@ -22,8 +22,8 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/generate-help-url": "^0.120.0",
"@sanity/resolver": "^0.122.4",
"@sanity/generate-help-url": "^0.123.0",
"@sanity/resolver": "^0.123.0",
"chalk": "^1.1.3",
"fs-extra": "^4.0.2",
"in-publish": "^2.0.0",
Expand Down
18 changes: 13 additions & 5 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli",
"version": "0.122.7",
"version": "0.123.0",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"main": "lib/cli.js",
"bin": {
Expand All @@ -22,17 +22,25 @@
"type": "git",
"url": "git+https://github.com/sanity-io/sanity.git"
},
"keywords": ["sanity", "cms", "headless", "realtime", "content", "cli", "tool"],
"keywords": [
"sanity",
"cms",
"headless",
"realtime",
"content",
"cli",
"tool"
],
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"homepage": "https://www.sanity.io/",
"devDependencies": {
"@sanity/client": "^0.122.0",
"@sanity/resolver": "^0.122.4",
"@sanity/util": "^0.120.0",
"@sanity/client": "^0.123.0",
"@sanity/resolver": "^0.123.0",
"@sanity/util": "^0.123.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.23.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/client",
"version": "0.122.0",
"version": "0.123.0",
"description": "Client for retrieving data from Sanity",
"main": "lib/sanityClient.js",
"umd": "umd/sanityClient.min.js",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@sanity/eventsource": "^0.120.0",
"@sanity/generate-help-url": "^0.120.0",
"@sanity/generate-help-url": "^0.123.0",
"@sanity/observable": "^0.121.0",
"deep-assign": "^2.0.0",
"get-it": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/code-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/code-input",
"version": "0.122.7",
"version": "0.123.0",
"description": "Ace editor for editing code",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -21,12 +21,12 @@
"code-editor"
],
"dependencies": {
"@sanity/form-builder": "^0.122.7",
"@sanity/form-builder": "^0.123.0",
"lodash": "^4.17.4",
"react-ace": "^5.0.1"
},
"devDependencies": {
"@sanity/check": "^0.122.4",
"@sanity/check": "^0.123.0",
"babel-plugin-lodash": "^3.2.11",
"rimraf": "^2.6.2"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/@sanity/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/components",
"version": "0.122.7",
"version": "0.123.0",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -27,7 +27,7 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/date-input": "^0.122.7",
"@sanity/date-input": "^0.123.0",
"@sanity/imagetool": "^0.120.0",
"@sanity/observable": "^0.121.0",
"attr-accept": "^1.1.0",
Expand Down Expand Up @@ -62,9 +62,9 @@
"scroll": "^2.0.0"
},
"devDependencies": {
"@sanity/base": "^0.122.4",
"@sanity/check": "^0.122.4",
"@sanity/core": "^0.122.5",
"@sanity/base": "^0.123.0",
"@sanity/check": "^0.123.0",
"@sanity/core": "^0.123.0",
"eslint": "^4.9.0",
"eslint-config-sanity": "^3.1.0",
"eslint-plugin-react": "^7.4.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/@sanity/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/core",
"version": "0.122.5",
"version": "0.123.0",
"description": "Sanity core bundle, containing required packages for the development and build process",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -22,13 +22,13 @@
"core"
],
"dependencies": {
"@sanity/check": "^0.122.4",
"@sanity/import": "^0.122.0",
"@sanity/check": "^0.123.0",
"@sanity/import": "^0.123.0",
"@sanity/mutator": "^0.120.0",
"@sanity/plugin-loader": "^0.122.4",
"@sanity/resolver": "^0.122.4",
"@sanity/server": "^0.122.4",
"@sanity/util": "^0.120.0",
"@sanity/plugin-loader": "^0.123.0",
"@sanity/resolver": "^0.123.0",
"@sanity/server": "^0.123.0",
"@sanity/util": "^0.123.0",
"babel-preset-es2015-node4": "^2.1.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.26.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/data-aspects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/data-aspects",
"version": "0.122.4",
"version": "0.123.0",
"description": "Sanity plugin which controls how your data is presented",
"main": "lib/DataAspectsResolver.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -20,12 +20,12 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/generate-help-url": "^0.120.0",
"@sanity/generate-help-url": "^0.123.0",
"in-publish": "^2.0.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"@sanity/check": "^0.122.4",
"@sanity/check": "^0.123.0",
"babel-plugin-lodash": "^3.2.11",
"rimraf": "^2.6.2"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@sanity/date-input",
"version": "0.122.7",
"version": "0.123.0",
"description": "[DEPRECATED] Use @sanity/rich-date-input instead",
"main": "index.js",
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"dependencies": {
"@sanity/generate-help-url": "^0.120.0",
"@sanity/rich-date-input": "^0.122.7"
"@sanity/generate-help-url": "^0.123.0",
"@sanity/rich-date-input": "^0.123.0"
},
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions packages/@sanity/default-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/default-layout",
"version": "0.122.7",
"version": "0.123.0",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -35,15 +35,15 @@
"react-ink": "^6.1.0"
},
"devDependencies": {
"@sanity/base": "^0.122.4",
"@sanity/check": "^0.122.4",
"@sanity/cli": "^0.122.7",
"@sanity/components": "^0.122.7",
"@sanity/core": "^0.122.5",
"@sanity/form-builder": "^0.122.7",
"@sanity/generate-help-url": "^0.120.0",
"@sanity/base": "^0.123.0",
"@sanity/check": "^0.123.0",
"@sanity/cli": "^0.123.0",
"@sanity/components": "^0.123.0",
"@sanity/core": "^0.123.0",
"@sanity/form-builder": "^0.123.0",
"@sanity/generate-help-url": "^0.123.0",
"@sanity/observable": "^0.121.0",
"@sanity/schema": "^0.120.0",
"@sanity/schema": "^0.123.0",
"babel-plugin-lodash": "^3.2.11",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
Expand Down
16 changes: 8 additions & 8 deletions packages/@sanity/desk-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/desk-tool",
"version": "0.122.7",
"version": "0.123.0",
"description": "Tool for managing all sorts of content in a structured manner",
"main": "src/plugin.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -25,8 +25,8 @@
"sanity-tool"
],
"dependencies": {
"@sanity/data-aspects": "^0.122.4",
"@sanity/form-builder": "^0.122.7",
"@sanity/data-aspects": "^0.123.0",
"@sanity/form-builder": "^0.123.0",
"@sanity/mutator": "^0.120.0",
"@sanity/observable": "^0.120.0",
"@sanity/uuid": "^0.120.0",
Expand All @@ -44,11 +44,11 @@
"shallow-equals": "^1.0.0"
},
"devDependencies": {
"@sanity/base": "^0.122.4",
"@sanity/check": "^0.122.4",
"@sanity/client": "^0.122.0",
"@sanity/components": "^0.122.7",
"@sanity/core": "^0.122.5",
"@sanity/base": "^0.123.0",
"@sanity/check": "^0.123.0",
"@sanity/client": "^0.123.0",
"@sanity/components": "^0.123.0",
"@sanity/core": "^0.123.0",
"babel-plugin-lodash": "^3.2.11",
"eslint": "^4.9.0",
"eslint-config-sanity": "^3.1.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/@sanity/form-builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/form-builder",
"version": "0.122.7",
"version": "0.123.0",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,12 +27,12 @@
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"dependencies": {
"@sanity/block-tools": "^0.122.5",
"@sanity/generate-help-url": "^0.120.0",
"@sanity/block-tools": "^0.123.0",
"@sanity/generate-help-url": "^0.123.0",
"@sanity/imagetool": "^0.120.0",
"@sanity/mutator": "^0.120.0",
"@sanity/observable": "^0.121.0",
"@sanity/schema": "^0.120.0",
"@sanity/schema": "^0.123.0",
"attr-accept": "^1.1.0",
"canvas-to-blob": "^0.0.0",
"classnames": "^2.2.5",
Expand Down Expand Up @@ -60,13 +60,13 @@
"speakingurl": "^13.0.0"
},
"devDependencies": {
"@sanity/base": "^0.122.4",
"@sanity/check": "^0.122.4",
"@sanity/cli": "^0.122.7",
"@sanity/components": "^0.122.7",
"@sanity/core": "^0.122.5",
"@sanity/plugin-loader": "^0.122.4",
"@sanity/server": "^0.122.4",
"@sanity/base": "^0.123.0",
"@sanity/check": "^0.123.0",
"@sanity/cli": "^0.123.0",
"@sanity/components": "^0.123.0",
"@sanity/core": "^0.123.0",
"@sanity/plugin-loader": "^0.123.0",
"@sanity/server": "^0.123.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-css-modules-transform": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/generate-help-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/generate-help-url",
"version": "0.120.0",
"version": "0.123.0",
"description": "Generates URLs to specific sections of the Sanity documentation",
"main": "index.js",
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions packages/@sanity/google-maps-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/google-maps-input",
"version": "0.122.7",
"version": "0.123.0",
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -24,12 +24,12 @@
"in-publish": "^2.0.0"
},
"devDependencies": {
"@sanity/base": "^0.122.4",
"@sanity/check": "^0.122.4",
"@sanity/cli": "^0.122.7",
"@sanity/components": "^0.122.7",
"@sanity/core": "^0.122.5",
"@sanity/form-builder": "^0.122.7",
"@sanity/base": "^0.123.0",
"@sanity/check": "^0.123.0",
"@sanity/cli": "^0.123.0",
"@sanity/components": "^0.123.0",
"@sanity/core": "^0.123.0",
"@sanity/form-builder": "^0.123.0",
"babel-plugin-lodash": "^3.2.11",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
Expand Down
Loading

0 comments on commit 19d9504

Please sign in to comment.