Skip to content

Commit 46a939f

Browse files
committed
v0.131.0
1 parent 56dacd4 commit 46a939f

File tree

29 files changed

+133
-133
lines changed

29 files changed

+133
-133
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"packages/blog-studio",
1414
"packages/storybook"
1515
],
16-
"version": "0.130.1"
16+
"version": "0.131.0"
1717
}

packages/@sanity/base/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/base",
3-
"version": "0.130.0",
3+
"version": "0.131.0",
44
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
55
"main": "lib/index.js",
66
"scripts": {
@@ -30,11 +30,11 @@
3030
"dependencies": {
3131
"@sanity/client": "0.128.3",
3232
"@sanity/document-store": "0.128.3",
33-
"@sanity/image-url": "0.128.12",
33+
"@sanity/image-url": "0.131.0",
3434
"@sanity/observable": "0.128.3",
35-
"@sanity/preview": "0.130.0",
36-
"@sanity/schema": "0.130.0",
37-
"@sanity/state-router": "0.128.5",
35+
"@sanity/preview": "0.131.0",
36+
"@sanity/schema": "0.131.0",
37+
"@sanity/state-router": "0.131.0",
3838
"@sanity/validation": "0.129.1",
3939
"history": "^4.6.3",
4040
"in-publish": "^2.0.0",
@@ -49,7 +49,7 @@
4949
},
5050
"devDependencies": {
5151
"@sanity/check": "0.128.3",
52-
"@sanity/plugin-loader": "0.128.5",
52+
"@sanity/plugin-loader": "0.131.0",
5353
"chai": "^4.1.2",
5454
"chai-as-promised": "^7.1.1",
5555
"mocha": "^5.0.1",

packages/@sanity/block-tools/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/block-tools",
3-
"version": "0.130.0",
3+
"version": "0.131.0",
44
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
55
"main": "lib/index.js",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"lodash": "^4.17.4"
3737
},
3838
"devDependencies": {
39-
"@sanity/schema": "0.130.0",
39+
"@sanity/schema": "0.131.0",
4040
"assert": "^1.4.1",
4141
"in-publish": "^2.0.0",
4242
"jest": "^22.1.4",

packages/@sanity/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/cli",
3-
"version": "0.130.1",
3+
"version": "0.131.0",
44
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
55
"main": "lib/cli.js",
66
"bin": {

packages/@sanity/code-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/code-input",
3-
"version": "0.128.12",
3+
"version": "0.131.0",
44
"description": "Ace editor for editing code",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",

packages/@sanity/components/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/components",
3-
"version": "0.130.0",
3+
"version": "0.131.0",
44
"description": "Basic UX components",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",
@@ -20,8 +20,8 @@
2020
"sanity-plugin"
2121
],
2222
"dependencies": {
23-
"@sanity/date-input": "0.128.12",
24-
"@sanity/imagetool": "0.128.5",
23+
"@sanity/date-input": "0.131.0",
24+
"@sanity/imagetool": "0.131.0",
2525
"@sanity/observable": "0.128.3",
2626
"@sanity/react-tippy": "1.2.6",
2727
"attr-accept": "^1.1.0",
@@ -51,15 +51,15 @@
5151
"react-dropzone": "^3.9.2",
5252
"react-element-query": "^3.0.2",
5353
"react-ink": "^6.1.0",
54+
"react-popper": "^0.10.4",
5455
"react-sortable-hoc": "^0.6.3",
5556
"react-split-pane": "^0.1.63",
56-
"react-popper": "^0.10.4",
5757
"scroll": "^2.0.0"
5858
},
5959
"devDependencies": {
60-
"@sanity/base": "0.130.0",
60+
"@sanity/base": "0.131.0",
6161
"@sanity/check": "0.128.3",
62-
"@sanity/core": "0.130.0",
62+
"@sanity/core": "0.131.0",
6363
"pre-commit": "^1.2.2",
6464
"prop-types": "^15.6.0",
6565
"react": "^16.2.0",

packages/@sanity/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/core",
3-
"version": "0.130.0",
3+
"version": "0.131.0",
44
"description": "Sanity core bundle, containing required packages for the development and build process",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",
@@ -26,9 +26,9 @@
2626
"@sanity/generate-help-url": "0.128.3",
2727
"@sanity/import": "0.128.12",
2828
"@sanity/mutator": "0.128.3",
29-
"@sanity/plugin-loader": "0.128.5",
29+
"@sanity/plugin-loader": "0.131.0",
3030
"@sanity/resolver": "0.128.3",
31-
"@sanity/server": "0.128.12",
31+
"@sanity/server": "0.131.0",
3232
"@sanity/util": "0.128.3",
3333
"babel-preset-env": "^1.6.1",
3434
"babel-register": "^6.26.0",

packages/@sanity/date-input/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@sanity/date-input",
3-
"version": "0.128.12",
3+
"version": "0.131.0",
44
"description": "[DEPRECATED] Use @sanity/rich-date-input instead",
55
"main": "index.js",
66
"author": "Sanity.io <[email protected]>",
77
"license": "MIT",
88
"dependencies": {
99
"@sanity/generate-help-url": "0.128.3",
10-
"@sanity/rich-date-input": "0.128.12"
10+
"@sanity/rich-date-input": "0.131.0"
1111
},
1212
"repository": {
1313
"type": "git",

packages/@sanity/default-layout/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/default-layout",
3-
"version": "0.130.1",
3+
"version": "0.131.0",
44
"description": "The default layout components for Sanity",
55
"main": "lib/default-layout.js",
66
"scripts": {
@@ -36,13 +36,13 @@
3636
"react-ink": "^6.1.0"
3737
},
3838
"devDependencies": {
39-
"@sanity/base": "0.130.0",
39+
"@sanity/base": "0.131.0",
4040
"@sanity/check": "0.128.3",
41-
"@sanity/cli": "0.130.1",
42-
"@sanity/components": "0.130.0",
43-
"@sanity/core": "0.130.0",
41+
"@sanity/cli": "0.131.0",
42+
"@sanity/components": "0.131.0",
43+
"@sanity/core": "0.131.0",
4444
"@sanity/observable": "0.128.3",
45-
"@sanity/schema": "0.130.0",
45+
"@sanity/schema": "0.131.0",
4646
"chai": "^4.1.2",
4747
"chai-as-promised": "^7.1.1",
4848
"in-publish": "^2.0.0",

packages/@sanity/default-login/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/default-login",
3-
"version": "0.128.3",
3+
"version": "0.131.0",
44
"description": "Lets the user log in to Sanity.",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",

packages/@sanity/desk-tool/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/desk-tool",
3-
"version": "0.130.1",
3+
"version": "0.131.0",
44
"description": "Tool for managing all sorts of content in a structured manner",
55
"main": "src/plugin.js",
66
"author": "Sanity.io <[email protected]>",
@@ -24,7 +24,7 @@
2424
],
2525
"dependencies": {
2626
"@sanity/data-aspects": "0.128.3",
27-
"@sanity/form-builder": "0.130.1",
27+
"@sanity/form-builder": "0.131.0",
2828
"@sanity/mutator": "0.128.3",
2929
"@sanity/observable": "0.128.3",
3030
"@sanity/react-tippy": "1.2.6",
@@ -45,11 +45,11 @@
4545
"shallow-equals": "^1.0.0"
4646
},
4747
"devDependencies": {
48-
"@sanity/base": "0.130.0",
48+
"@sanity/base": "0.131.0",
4949
"@sanity/check": "0.128.3",
5050
"@sanity/client": "0.128.3",
51-
"@sanity/components": "0.130.0",
52-
"@sanity/core": "0.130.0",
51+
"@sanity/components": "0.131.0",
52+
"@sanity/core": "0.131.0",
5353
"history": "^4.6.3",
5454
"postcss-cssnext": "^3.0.2",
5555
"prop-types": "^15.6.0",

packages/@sanity/form-builder/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/form-builder",
3-
"version": "0.130.1",
3+
"version": "0.131.0",
44
"description": "Sanity form builder",
55
"main": "lib/index.js",
66
"scripts": {
@@ -24,13 +24,13 @@
2424
"author": "Sanity.io <[email protected]>",
2525
"license": "MIT",
2626
"dependencies": {
27-
"@sanity/block-tools": "0.130.0",
27+
"@sanity/block-tools": "0.131.0",
2828
"@sanity/generate-help-url": "0.128.3",
29-
"@sanity/image-url": "0.128.12",
30-
"@sanity/imagetool": "0.128.5",
29+
"@sanity/image-url": "0.131.0",
30+
"@sanity/imagetool": "0.131.0",
3131
"@sanity/mutator": "0.128.3",
3232
"@sanity/observable": "0.128.3",
33-
"@sanity/schema": "0.130.0",
33+
"@sanity/schema": "0.131.0",
3434
"attr-accept": "^1.1.0",
3535
"canvas-to-blob": "^0.0.0",
3636
"classnames": "^2.2.5",
@@ -58,13 +58,13 @@
5858
"speakingurl": "^13.0.0"
5959
},
6060
"devDependencies": {
61-
"@sanity/base": "0.130.0",
61+
"@sanity/base": "0.131.0",
6262
"@sanity/check": "0.128.3",
63-
"@sanity/cli": "0.130.1",
64-
"@sanity/components": "0.130.0",
65-
"@sanity/core": "0.130.0",
66-
"@sanity/plugin-loader": "0.128.5",
67-
"@sanity/server": "0.128.12",
63+
"@sanity/cli": "0.131.0",
64+
"@sanity/components": "0.131.0",
65+
"@sanity/core": "0.131.0",
66+
"@sanity/plugin-loader": "0.131.0",
67+
"@sanity/server": "0.131.0",
6868
"flow-typed": "^2.2.3",
6969
"in-publish": "^2.0.0",
7070
"jsdom": "^11.3.0",

packages/@sanity/google-maps-input/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/google-maps-input",
3-
"version": "0.130.1",
3+
"version": "0.131.0",
44
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",
@@ -23,11 +23,11 @@
2323
"in-publish": "^2.0.0"
2424
},
2525
"devDependencies": {
26-
"@sanity/base": "0.130.0",
26+
"@sanity/base": "0.131.0",
2727
"@sanity/check": "0.128.3",
28-
"@sanity/cli": "0.130.1",
29-
"@sanity/components": "0.130.0",
30-
"@sanity/core": "0.130.0",
28+
"@sanity/cli": "0.131.0",
29+
"@sanity/components": "0.131.0",
30+
"@sanity/core": "0.131.0",
3131
"lodash": "^4.17.4",
3232
"prop-types": "^15.6.0",
3333
"rimraf": "^2.6.2"

packages/@sanity/image-url/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/image-url",
3-
"version": "0.128.12",
3+
"version": "0.131.0",
44
"description": "Tools to generate image urls from Sanity content",
55
"main": "index.js",
66
"scripts": {

packages/@sanity/imagetool/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/imagetool",
3-
"version": "0.128.5",
3+
"version": "0.131.0",
44
"description": "The image hotspot selector / cropper used in Sanity",
55
"main": "index.js",
66
"scripts": {
@@ -17,7 +17,7 @@
1717
"lodash": "^4.17.4"
1818
},
1919
"devDependencies": {
20-
"@sanity/state-router": "0.128.5",
20+
"@sanity/state-router": "0.131.0",
2121
"browserify": "^14.3.0",
2222
"disc": "^1.3.2",
2323
"envify": "^4.0.0",

packages/@sanity/plugin-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/plugin-loader",
3-
"version": "0.128.5",
3+
"version": "0.131.0",
44
"description": "Monkey-patches node's require algorithm to allow requiring of Sanity parts",
55
"main": "loader.js",
66
"scripts": {

packages/@sanity/preview/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/preview",
3-
"version": "0.130.0",
3+
"version": "0.131.0",
44
"description": "Utilities for previewing content in Sanity",
55
"main": "index.js",
66
"scripts": {
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/sanity-io/sanity/issues"
2626
},
2727
"dependencies": {
28-
"@sanity/image-url": "0.128.12",
28+
"@sanity/image-url": "0.131.0",
2929
"@sanity/observable": "0.128.3",
3030
"lodash": "^4.17.4",
3131
"observable-props": "^2.0.0",

packages/@sanity/rich-date-input/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/rich-date-input",
3-
"version": "0.128.12",
3+
"version": "0.131.0",
44
"description": "Date/time input components for Sanity form builder",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",

packages/@sanity/schema/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/schema",
3-
"version": "0.130.0",
3+
"version": "0.131.0",
44
"description": "",
55
"main": "lib/legacy/index.js",
66
"scripts": {

packages/@sanity/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/server",
3-
"version": "0.128.12",
3+
"version": "0.131.0",
44
"description": "Webserver dedicated to serving Sanity, allowing a smooth development experience",
55
"main": "lib/server.js",
66
"scripts": {

packages/@sanity/state-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/state-router",
3-
"version": "0.128.5",
3+
"version": "0.131.0",
44
"description": "A path pattern => state object bidirectional mapper",
55
"main": "lib/index.js",
66
"scripts": {

packages/@sanity/storybook/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/storybook",
3-
"version": "0.128.12",
3+
"version": "0.131.0",
44
"description": "Sanity plugin for running react-storybook in a Sanity studio",
55
"main": "./lib/index.js",
66
"scripts": {},
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://www.sanity.io/",
2525
"dependencies": {
26-
"@sanity/server": "0.128.12",
26+
"@sanity/server": "0.131.0",
2727
"@sanity/webpack-integration": "0.128.5",
2828
"@storybook/addon-knobs": "^3.2.8",
2929
"@storybook/addons": "^3.2.6",

0 commit comments

Comments
 (0)