Skip to content

Commit

Permalink
v0.131.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed May 14, 2018
1 parent 56dacd4 commit 46a939f
Show file tree
Hide file tree
Showing 29 changed files with 133 additions and 133 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"packages/blog-studio",
"packages/storybook"
],
"version": "0.130.1"
"version": "0.131.0"
}
12 changes: 6 additions & 6 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.130.0",
"version": "0.131.0",
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -30,11 +30,11 @@
"dependencies": {
"@sanity/client": "0.128.3",
"@sanity/document-store": "0.128.3",
"@sanity/image-url": "0.128.12",
"@sanity/image-url": "0.131.0",
"@sanity/observable": "0.128.3",
"@sanity/preview": "0.130.0",
"@sanity/schema": "0.130.0",
"@sanity/state-router": "0.128.5",
"@sanity/preview": "0.131.0",
"@sanity/schema": "0.131.0",
"@sanity/state-router": "0.131.0",
"@sanity/validation": "0.129.1",
"history": "^4.6.3",
"in-publish": "^2.0.0",
Expand All @@ -49,7 +49,7 @@
},
"devDependencies": {
"@sanity/check": "0.128.3",
"@sanity/plugin-loader": "0.128.5",
"@sanity/plugin-loader": "0.131.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions 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.130.0",
"version": "0.131.0",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"@sanity/schema": "0.130.0",
"@sanity/schema": "0.131.0",
"assert": "^1.4.1",
"in-publish": "^2.0.0",
"jest": "^22.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli",
"version": "0.130.1",
"version": "0.131.0",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"main": "lib/cli.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion 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.128.12",
"version": "0.131.0",
"description": "Ace editor for editing code",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
12 changes: 6 additions & 6 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.130.0",
"version": "0.131.0",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -20,8 +20,8 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/date-input": "0.128.12",
"@sanity/imagetool": "0.128.5",
"@sanity/date-input": "0.131.0",
"@sanity/imagetool": "0.131.0",
"@sanity/observable": "0.128.3",
"@sanity/react-tippy": "1.2.6",
"attr-accept": "^1.1.0",
Expand Down Expand Up @@ -51,15 +51,15 @@
"react-dropzone": "^3.9.2",
"react-element-query": "^3.0.2",
"react-ink": "^6.1.0",
"react-popper": "^0.10.4",
"react-sortable-hoc": "^0.6.3",
"react-split-pane": "^0.1.63",
"react-popper": "^0.10.4",
"scroll": "^2.0.0"
},
"devDependencies": {
"@sanity/base": "0.130.0",
"@sanity/base": "0.131.0",
"@sanity/check": "0.128.3",
"@sanity/core": "0.130.0",
"@sanity/core": "0.131.0",
"pre-commit": "^1.2.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
Expand Down
6 changes: 3 additions & 3 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.130.0",
"version": "0.131.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 @@ -26,9 +26,9 @@
"@sanity/generate-help-url": "0.128.3",
"@sanity/import": "0.128.12",
"@sanity/mutator": "0.128.3",
"@sanity/plugin-loader": "0.128.5",
"@sanity/plugin-loader": "0.131.0",
"@sanity/resolver": "0.128.3",
"@sanity/server": "0.128.12",
"@sanity/server": "0.131.0",
"@sanity/util": "0.128.3",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
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,13 +1,13 @@
{
"name": "@sanity/date-input",
"version": "0.128.12",
"version": "0.131.0",
"description": "[DEPRECATED] Use @sanity/rich-date-input instead",
"main": "index.js",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"dependencies": {
"@sanity/generate-help-url": "0.128.3",
"@sanity/rich-date-input": "0.128.12"
"@sanity/rich-date-input": "0.131.0"
},
"repository": {
"type": "git",
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.130.1",
"version": "0.131.0",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -36,13 +36,13 @@
"react-ink": "^6.1.0"
},
"devDependencies": {
"@sanity/base": "0.130.0",
"@sanity/base": "0.131.0",
"@sanity/check": "0.128.3",
"@sanity/cli": "0.130.1",
"@sanity/components": "0.130.0",
"@sanity/core": "0.130.0",
"@sanity/cli": "0.131.0",
"@sanity/components": "0.131.0",
"@sanity/core": "0.131.0",
"@sanity/observable": "0.128.3",
"@sanity/schema": "0.130.0",
"@sanity/schema": "0.131.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"in-publish": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/default-login/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/default-login",
"version": "0.128.3",
"version": "0.131.0",
"description": "Lets the user log in to Sanity.",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
10 changes: 5 additions & 5 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.130.1",
"version": "0.131.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 @@ -24,7 +24,7 @@
],
"dependencies": {
"@sanity/data-aspects": "0.128.3",
"@sanity/form-builder": "0.130.1",
"@sanity/form-builder": "0.131.0",
"@sanity/mutator": "0.128.3",
"@sanity/observable": "0.128.3",
"@sanity/react-tippy": "1.2.6",
Expand All @@ -45,11 +45,11 @@
"shallow-equals": "^1.0.0"
},
"devDependencies": {
"@sanity/base": "0.130.0",
"@sanity/base": "0.131.0",
"@sanity/check": "0.128.3",
"@sanity/client": "0.128.3",
"@sanity/components": "0.130.0",
"@sanity/core": "0.130.0",
"@sanity/components": "0.131.0",
"@sanity/core": "0.131.0",
"history": "^4.6.3",
"postcss-cssnext": "^3.0.2",
"prop-types": "^15.6.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.130.1",
"version": "0.131.0",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand All @@ -24,13 +24,13 @@
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"dependencies": {
"@sanity/block-tools": "0.130.0",
"@sanity/block-tools": "0.131.0",
"@sanity/generate-help-url": "0.128.3",
"@sanity/image-url": "0.128.12",
"@sanity/imagetool": "0.128.5",
"@sanity/image-url": "0.131.0",
"@sanity/imagetool": "0.131.0",
"@sanity/mutator": "0.128.3",
"@sanity/observable": "0.128.3",
"@sanity/schema": "0.130.0",
"@sanity/schema": "0.131.0",
"attr-accept": "^1.1.0",
"canvas-to-blob": "^0.0.0",
"classnames": "^2.2.5",
Expand Down Expand Up @@ -58,13 +58,13 @@
"speakingurl": "^13.0.0"
},
"devDependencies": {
"@sanity/base": "0.130.0",
"@sanity/base": "0.131.0",
"@sanity/check": "0.128.3",
"@sanity/cli": "0.130.1",
"@sanity/components": "0.130.0",
"@sanity/core": "0.130.0",
"@sanity/plugin-loader": "0.128.5",
"@sanity/server": "0.128.12",
"@sanity/cli": "0.131.0",
"@sanity/components": "0.131.0",
"@sanity/core": "0.131.0",
"@sanity/plugin-loader": "0.131.0",
"@sanity/server": "0.131.0",
"flow-typed": "^2.2.3",
"in-publish": "^2.0.0",
"jsdom": "^11.3.0",
Expand Down
10 changes: 5 additions & 5 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.130.1",
"version": "0.131.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 @@ -23,11 +23,11 @@
"in-publish": "^2.0.0"
},
"devDependencies": {
"@sanity/base": "0.130.0",
"@sanity/base": "0.131.0",
"@sanity/check": "0.128.3",
"@sanity/cli": "0.130.1",
"@sanity/components": "0.130.0",
"@sanity/core": "0.130.0",
"@sanity/cli": "0.131.0",
"@sanity/components": "0.131.0",
"@sanity/core": "0.131.0",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"rimraf": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/image-url/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/image-url",
"version": "0.128.12",
"version": "0.131.0",
"description": "Tools to generate image urls from Sanity content",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/imagetool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/imagetool",
"version": "0.128.5",
"version": "0.131.0",
"description": "The image hotspot selector / cropper used in Sanity",
"main": "index.js",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"@sanity/state-router": "0.128.5",
"@sanity/state-router": "0.131.0",
"browserify": "^14.3.0",
"disc": "^1.3.2",
"envify": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/plugin-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/plugin-loader",
"version": "0.128.5",
"version": "0.131.0",
"description": "Monkey-patches node's require algorithm to allow requiring of Sanity parts",
"main": "loader.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/preview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/preview",
"version": "0.130.0",
"version": "0.131.0",
"description": "Utilities for previewing content in Sanity",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"url": "https://github.com/sanity-io/sanity/issues"
},
"dependencies": {
"@sanity/image-url": "0.128.12",
"@sanity/image-url": "0.131.0",
"@sanity/observable": "0.128.3",
"lodash": "^4.17.4",
"observable-props": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/rich-date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/rich-date-input",
"version": "0.128.12",
"version": "0.131.0",
"description": "Date/time input components for Sanity form builder",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/schema",
"version": "0.130.0",
"version": "0.131.0",
"description": "",
"main": "lib/legacy/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/server",
"version": "0.128.12",
"version": "0.131.0",
"description": "Webserver dedicated to serving Sanity, allowing a smooth development experience",
"main": "lib/server.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/state-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/state-router",
"version": "0.128.5",
"version": "0.131.0",
"description": "A path pattern => state object bidirectional mapper",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/storybook",
"version": "0.128.12",
"version": "0.131.0",
"description": "Sanity plugin for running react-storybook in a Sanity studio",
"main": "./lib/index.js",
"scripts": {},
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://www.sanity.io/",
"dependencies": {
"@sanity/server": "0.128.12",
"@sanity/server": "0.131.0",
"@sanity/webpack-integration": "0.128.5",
"@storybook/addon-knobs": "^3.2.8",
"@storybook/addons": "^3.2.6",
Expand Down

0 comments on commit 46a939f

Please sign in to comment.