Skip to content

Commit

Permalink
v0.114.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 27, 2017
1 parent 3a5a1de commit 84d823c
Show file tree
Hide file tree
Showing 18 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages/sanity-plugin-vision",
"packages/storybook"
],
"version": "0.113.8"
"version": "0.114.0"
}
4 changes: 2 additions & 2 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.113.7",
"version": "0.114.0",
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/sanity-io/base#readme",
"dependencies": {
"@sanity/client": "^0.113.7",
"@sanity/client": "^0.114.0",
"@sanity/document-store": "^0.113.7",
"@sanity/observable": "^0.113.7",
"@sanity/schema": "^0.113.7",
Expand Down
4 changes: 2 additions & 2 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.113.7",
"version": "0.114.0",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"main": "lib/cli.js",
"bin": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/sanity-io/cli#readme",
"dependencies": {
"@sanity/client": "^0.113.7",
"@sanity/client": "^0.114.0",
"@sanity/resolver": "^0.113.7",
"@sanity/util": "^0.113.7",
"babel-polyfill": "^6.23.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/client",
"version": "0.113.7",
"version": "0.114.0",
"description": "Client for retrieving data from Sanity",
"main": "lib/sanityClient.js",
"umd": "umd/sanityClient.min.js",
Expand Down
4 changes: 2 additions & 2 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.113.8",
"version": "0.114.0",
"description": "Ace editor for editing code",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -16,7 +16,7 @@
"code-editor"
],
"dependencies": {
"@sanity/form-builder": "^0.113.8",
"@sanity/form-builder": "^0.114.0",
"lodash": "^4.17.4",
"react-ace": "^5.0.1"
},
Expand Down
8 changes: 4 additions & 4 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.113.8",
"version": "0.114.0",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -22,7 +22,7 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/date-input": "^0.113.8",
"@sanity/date-input": "^0.114.0",
"@sanity/imagetool": "^0.113.7",
"@sanity/observable": "^0.113.7",
"attr-accept": "^1.1.0",
Expand Down Expand Up @@ -56,9 +56,9 @@
"scroll": "^2.0.0"
},
"devDependencies": {
"@sanity/base": "^0.113.7",
"@sanity/base": "^0.114.0",
"@sanity/check": "^0.113.7",
"@sanity/core": "^0.113.7",
"@sanity/core": "^0.114.0",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
"eslint-plugin-react": "^7.0.1",
Expand Down
4 changes: 2 additions & 2 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.113.7",
"version": "0.114.0",
"description": "Sanity core bundle, containing required packages for the development and build process",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -15,7 +15,7 @@
],
"dependencies": {
"@sanity/check": "^0.113.7",
"@sanity/import": "^0.113.7",
"@sanity/import": "^0.114.0",
"@sanity/mutator": "^0.113.7",
"@sanity/plugin-loader": "^0.113.7",
"@sanity/resolver": "^0.113.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/date-input",
"version": "0.113.8",
"version": "0.114.0",
"description": "Date/time input components for Sanity form builder",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -15,7 +15,7 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/form-builder": "^0.113.8",
"@sanity/form-builder": "^0.114.0",
"@sanity/generate-help-url": "^0.113.7",
"lodash": "^4.17.4",
"moment": "^2.18.1",
Expand Down
12 changes: 6 additions & 6 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.113.8",
"version": "0.114.0",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"react-click-outside": "^2.3.1"
},
"devDependencies": {
"@sanity/base": "^0.113.7",
"@sanity/base": "^0.114.0",
"@sanity/check": "^0.113.7",
"@sanity/cli": "^0.113.7",
"@sanity/components": "^0.113.8",
"@sanity/core": "^0.113.7",
"@sanity/form-builder": "^0.113.8",
"@sanity/cli": "^0.114.0",
"@sanity/components": "^0.114.0",
"@sanity/core": "^0.114.0",
"@sanity/form-builder": "^0.114.0",
"@sanity/observable": "^0.113.7",
"babel-plugin-lodash": "^3.2.11",
"chai": "^3.5.0",
Expand Down
12 changes: 6 additions & 6 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.113.8",
"version": "0.114.0",
"description": "Tool for managing all sorts of content in a structured manner",
"main": "src/plugin.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"@sanity/data-aspects": "^0.113.7",
"@sanity/form-builder": "^0.113.8",
"@sanity/form-builder": "^0.114.0",
"@sanity/mutator": "^0.113.7",
"@sanity/uuid": "^0.113.7",
"classnames": "^2.2.5",
Expand All @@ -37,11 +37,11 @@
"shallow-equals": "^1.0.0"
},
"devDependencies": {
"@sanity/base": "^0.113.7",
"@sanity/base": "^0.114.0",
"@sanity/check": "^0.113.7",
"@sanity/client": "^0.113.7",
"@sanity/components": "^0.113.8",
"@sanity/core": "^0.113.7",
"@sanity/client": "^0.114.0",
"@sanity/components": "^0.114.0",
"@sanity/core": "^0.114.0",
"babel-plugin-lodash": "^3.2.11",
"eslint": "^4.6.1",
"eslint-config-sanity": "^3.0.1",
Expand Down
10 changes: 5 additions & 5 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.113.8",
"version": "0.114.0",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -47,11 +47,11 @@
"speakingurl": "^13.0.0"
},
"devDependencies": {
"@sanity/base": "^0.113.7",
"@sanity/base": "^0.114.0",
"@sanity/check": "^0.113.7",
"@sanity/cli": "^0.113.7",
"@sanity/components": "^0.113.8",
"@sanity/core": "^0.113.7",
"@sanity/cli": "^0.114.0",
"@sanity/components": "^0.114.0",
"@sanity/core": "^0.114.0",
"@sanity/plugin-loader": "^0.113.7",
"@sanity/server": "^0.113.7",
"babel-cli": "^6.24.1",
Expand Down
12 changes: 6 additions & 6 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.113.8",
"version": "0.114.0",
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -19,12 +19,12 @@
"in-publish": "^2.0.0"
},
"devDependencies": {
"@sanity/base": "^0.113.7",
"@sanity/base": "^0.114.0",
"@sanity/check": "^0.113.7",
"@sanity/cli": "^0.113.7",
"@sanity/components": "^0.113.8",
"@sanity/core": "^0.113.7",
"@sanity/form-builder": "^0.113.8",
"@sanity/cli": "^0.114.0",
"@sanity/components": "^0.114.0",
"@sanity/core": "^0.114.0",
"@sanity/form-builder": "^0.114.0",
"babel-plugin-lodash": "^3.2.11",
"lodash": "^4.17.4",
"rimraf": "^2.6.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/import-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/import-cli",
"version": "0.113.7",
"version": "0.114.0",
"description": "CLI tool that imports documents from an ndjson file or URL",
"main": "lib/sanity-import.js",
"bin": {
Expand All @@ -21,8 +21,8 @@
"ndjson"
],
"dependencies": {
"@sanity/client": "^0.113.7",
"@sanity/import": "^0.113.7",
"@sanity/client": "^0.114.0",
"@sanity/import": "^0.114.0",
"meow": "^3.7.0",
"ora": "^1.3.0",
"pretty-ms": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/import",
"version": "0.113.7",
"version": "0.114.0",
"description": "Import documents to a Sanity dataset",
"main": "lib/import.js",
"engines": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"through2": "^2.0.3"
},
"devDependencies": {
"@sanity/client": "^0.113.7",
"@sanity/client": "^0.114.0",
"babel-preset-env": "^1.6.0",
"eslint": "^4.6.1",
"eslint-config-prettier": "^2.4.0",
Expand Down
22 changes: 11 additions & 11 deletions packages/example-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-studio",
"private": true,
"version": "0.113.8",
"version": "0.114.0",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
Expand All @@ -14,16 +14,16 @@
"sanity"
],
"dependencies": {
"@sanity/base": "^0.113.7",
"@sanity/cli": "^0.113.7",
"@sanity/code-input": "^0.113.8",
"@sanity/components": "^0.113.8",
"@sanity/core": "^0.113.7",
"@sanity/date-input": "^0.113.8",
"@sanity/default-layout": "^0.113.8",
"@sanity/base": "^0.114.0",
"@sanity/cli": "^0.114.0",
"@sanity/code-input": "^0.114.0",
"@sanity/components": "^0.114.0",
"@sanity/core": "^0.114.0",
"@sanity/date-input": "^0.114.0",
"@sanity/default-layout": "^0.114.0",
"@sanity/default-login": "^0.113.7",
"@sanity/desk-tool": "^0.113.8",
"@sanity/form-builder": "^0.113.8",
"@sanity/desk-tool": "^0.114.0",
"@sanity/form-builder": "^0.114.0",
"@sanity/storybook": "^0.113.7",
"bio-pv": "^1.8.1",
"date-fns": "^1.28.4",
Expand All @@ -34,7 +34,7 @@
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-icons": "^2.2.5",
"sanity-plugin-vision": "^0.113.8"
"sanity-plugin-vision": "^0.114.0"
},
"devDependencies": {
"rimraf": "^2.6.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/sanity-plugin-vision/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-plugin-vision",
"version": "0.113.8",
"version": "0.114.0",
"description": "React-based data management tool for Sanity projects",
"main": "lib/SanityVision.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -26,11 +26,11 @@
"react-split-pane": "^0.1.63"
},
"devDependencies": {
"@sanity/base": "^0.113.7",
"@sanity/base": "^0.114.0",
"@sanity/check": "^0.113.7",
"@sanity/client": "^0.113.7",
"@sanity/components": "^0.113.8",
"@sanity/default-layout": "^0.113.8",
"@sanity/client": "^0.114.0",
"@sanity/components": "^0.114.0",
"@sanity/default-layout": "^0.114.0",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.113.8",
"version": "0.114.0",
"private": true,
"description": "",
"main": "config.js",
Expand All @@ -10,13 +10,13 @@
"start": "sanity start --port=9002"
},
"dependencies": {
"@sanity/base": "^0.113.7",
"@sanity/components": "^0.113.8",
"@sanity/core": "^0.113.7",
"@sanity/default-layout": "^0.113.8",
"@sanity/base": "^0.114.0",
"@sanity/components": "^0.114.0",
"@sanity/core": "^0.114.0",
"@sanity/default-layout": "^0.114.0",
"@sanity/default-login": "^0.113.7",
"@sanity/desk-tool": "^0.113.8",
"@sanity/google-maps-input": "^0.113.8",
"@sanity/desk-tool": "^0.114.0",
"@sanity/google-maps-input": "^0.114.0",
"@sanity/server": "^0.113.7",
"@sanity/storybook": "^0.113.7",
"prop-types": "^15.5.10",
Expand Down

0 comments on commit 84d823c

Please sign in to comment.