Skip to content

Commit 92307e1

Browse files
committed
v0.112.0
1 parent 7a3fb87 commit 92307e1

File tree

38 files changed

+162
-162
lines changed

38 files changed

+162
-162
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"packages/sanity-plugin-vision",
99
"packages/storybook"
1010
],
11-
"version": "0.111.6-beta.0"
11+
"version": "0.112.0"
1212
}

packages/@sanity/base/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/base",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
55
"main": "lib/index.js",
66
"scripts": {
@@ -25,11 +25,11 @@
2525
},
2626
"homepage": "https://github.com/sanity-io/base#readme",
2727
"dependencies": {
28-
"@sanity/client": "^0.111.6-beta.0",
29-
"@sanity/document-store": "^0.111.6-beta.0",
30-
"@sanity/observable": "^0.111.6-beta.0",
31-
"@sanity/schema": "^0.111.6-beta.0",
32-
"@sanity/state-router": "^0.111.6-beta.0",
28+
"@sanity/client": "^0.112.0",
29+
"@sanity/document-store": "^0.112.0",
30+
"@sanity/observable": "^0.112.0",
31+
"@sanity/schema": "^0.112.0",
32+
"@sanity/state-router": "^0.112.0",
3333
"history": "^4.6.3",
3434
"in-publish": "^2.0.0",
3535
"lodash": "^4.17.4",
@@ -43,8 +43,8 @@
4343
"stylelint-config-standard": "^17.0.0"
4444
},
4545
"devDependencies": {
46-
"@sanity/check": "^0.111.6-beta.0",
47-
"@sanity/plugin-loader": "^0.111.6-beta.0",
46+
"@sanity/check": "^0.112.0",
47+
"@sanity/plugin-loader": "^0.112.0",
4848
"chai": "^3.5.0",
4949
"chai-as-promised": "^6.0.0",
5050
"eslint": "^3.19.0",

packages/@sanity/check/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/check",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Sanity check Sanity plugins and projects",
55
"main": "src/sanityCheck.js",
66
"bin": {
@@ -17,8 +17,8 @@
1717
"sanity-plugin"
1818
],
1919
"dependencies": {
20-
"@sanity/generate-help-url": "^0.111.6-beta.0",
21-
"@sanity/resolver": "^0.111.6-beta.0",
20+
"@sanity/generate-help-url": "^0.112.0",
21+
"@sanity/resolver": "^0.112.0",
2222
"chalk": "^1.1.3",
2323
"fs-promise": "^2.0.0",
2424
"in-publish": "^2.0.0",

packages/@sanity/cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/cli",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
55
"main": "lib/cli.js",
66
"bin": {
@@ -33,9 +33,9 @@
3333
},
3434
"homepage": "https://github.com/sanity-io/cli#readme",
3535
"dependencies": {
36-
"@sanity/client": "^0.111.6-beta.0",
37-
"@sanity/resolver": "^0.111.6-beta.0",
38-
"@sanity/util": "^0.111.6-beta.0",
36+
"@sanity/client": "^0.112.0",
37+
"@sanity/resolver": "^0.112.0",
38+
"@sanity/util": "^0.112.0",
3939
"babel-polyfill": "^6.23.0",
4040
"chalk": "^1.1.3",
4141
"configstore": "^3.0.0",

packages/@sanity/client/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/client",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Client for retrieving data from Sanity",
55
"main": "lib/sanityClient.js",
66
"umd": "umd/sanityClient.min.js",
@@ -21,9 +21,9 @@
2121
"./lib/http/nodeMiddleware.js": "./lib/http/browserMiddleware.js"
2222
},
2323
"dependencies": {
24-
"@sanity/eventsource": "^0.111.6-beta.0",
25-
"@sanity/generate-help-url": "^0.111.6-beta.0",
26-
"@sanity/observable": "^0.111.6-beta.0",
24+
"@sanity/eventsource": "^0.112.0",
25+
"@sanity/generate-help-url": "^0.112.0",
26+
"@sanity/observable": "^0.112.0",
2727
"deep-assign": "^2.0.0",
2828
"get-it": "^2.0.2",
2929
"in-publish": "^2.0.0",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/code-input",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Ace editor for editing code",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",
@@ -16,12 +16,12 @@
1616
"code-editor"
1717
],
1818
"dependencies": {
19-
"@sanity/form-builder": "^0.111.6-beta.0",
19+
"@sanity/form-builder": "^0.112.0",
2020
"lodash": "^4.17.4",
2121
"react-ace": "^5.0.1"
2222
},
2323
"devDependencies": {
24-
"@sanity/check": "^0.111.6-beta.0",
24+
"@sanity/check": "^0.112.0",
2525
"babel-plugin-lodash": "^3.2.11",
2626
"rimraf": "^2.6.1"
2727
}

packages/@sanity/components/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/components",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Basic UX components",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",
@@ -22,9 +22,9 @@
2222
"sanity-plugin"
2323
],
2424
"dependencies": {
25-
"@sanity/date-input": "^0.111.6-beta.0",
26-
"@sanity/imagetool": "^0.111.6-beta.0",
27-
"@sanity/observable": "^0.111.6-beta.0",
25+
"@sanity/date-input": "^0.112.0",
26+
"@sanity/imagetool": "^0.112.0",
27+
"@sanity/observable": "^0.112.0",
2828
"attr-accept": "^1.1.0",
2929
"canvas-to-blob": "^0.0.0",
3030
"chance": "^1.0.4",
@@ -56,9 +56,9 @@
5656
"scroll": "^2.0.0"
5757
},
5858
"devDependencies": {
59-
"@sanity/base": "^0.111.6-beta.0",
60-
"@sanity/check": "^0.111.6-beta.0",
61-
"@sanity/core": "^0.111.6-beta.0",
59+
"@sanity/base": "^0.112.0",
60+
"@sanity/check": "^0.112.0",
61+
"@sanity/core": "^0.112.0",
6262
"eslint": "^3.19.0",
6363
"eslint-config-sanity": "^2.1.4",
6464
"eslint-plugin-react": "^6.10.0",

packages/@sanity/core/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/core",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.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]>",
@@ -14,13 +14,13 @@
1414
"sanity"
1515
],
1616
"dependencies": {
17-
"@sanity/check": "^0.111.6-beta.0",
18-
"@sanity/import": "^0.111.6-beta.0",
19-
"@sanity/mutator": "^0.111.6-beta.0",
20-
"@sanity/plugin-loader": "^0.111.6-beta.0",
21-
"@sanity/resolver": "^0.111.6-beta.0",
22-
"@sanity/server": "^0.111.6-beta.0",
23-
"@sanity/util": "^0.111.6-beta.0",
17+
"@sanity/check": "^0.112.0",
18+
"@sanity/import": "^0.112.0",
19+
"@sanity/mutator": "^0.112.0",
20+
"@sanity/plugin-loader": "^0.112.0",
21+
"@sanity/resolver": "^0.112.0",
22+
"@sanity/server": "^0.112.0",
23+
"@sanity/util": "^0.112.0",
2424
"babel-preset-es2015-node4": "^2.1.1",
2525
"babel-preset-stage-2": "^6.22.0",
2626
"babel-register": "^6.26.0",

packages/@sanity/data-aspects/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/data-aspects",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Sanity plugin which controls how your data is presented",
55
"main": "lib/DataAspectsResolver.js",
66
"author": "Sanity.io <[email protected]>",
@@ -19,7 +19,7 @@
1919
"lodash": "^4.17.4"
2020
},
2121
"devDependencies": {
22-
"@sanity/check": "^0.111.6-beta.0",
22+
"@sanity/check": "^0.112.0",
2323
"babel-plugin-lodash": "^3.2.11",
2424
"rimraf": "^2.6.1"
2525
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/date-input",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Date/time input components for Sanity form builder",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",
@@ -15,7 +15,7 @@
1515
"sanity-plugin"
1616
],
1717
"dependencies": {
18-
"@sanity/form-builder": "^0.111.6-beta.0",
18+
"@sanity/form-builder": "^0.112.0",
1919
"lodash": "^4.17.4",
2020
"moment": "^2.18.1",
2121
"moment-timezone": "^0.5.11",
@@ -25,7 +25,7 @@
2525
"react-kronos": "^1.5.2"
2626
},
2727
"devDependencies": {
28-
"@sanity/check": "^0.111.6-beta.0",
28+
"@sanity/check": "^0.112.0",
2929
"in-publish": "^2.0.0",
3030
"rimraf": "^2.6.1"
3131
},

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/default-layout",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "The default layout components for Sanity",
55
"main": "lib/default-layout.js",
66
"scripts": {
@@ -29,13 +29,13 @@
2929
"react-click-outside": "^2.2.0"
3030
},
3131
"devDependencies": {
32-
"@sanity/base": "^0.111.6-beta.0",
33-
"@sanity/check": "^0.111.6-beta.0",
34-
"@sanity/cli": "^0.111.6-beta.0",
35-
"@sanity/components": "^0.111.6-beta.0",
36-
"@sanity/core": "^0.111.6-beta.0",
37-
"@sanity/form-builder": "^0.111.6-beta.0",
38-
"@sanity/observable": "^0.111.6-beta.0",
32+
"@sanity/base": "^0.112.0",
33+
"@sanity/check": "^0.112.0",
34+
"@sanity/cli": "^0.112.0",
35+
"@sanity/components": "^0.112.0",
36+
"@sanity/core": "^0.112.0",
37+
"@sanity/form-builder": "^0.112.0",
38+
"@sanity/observable": "^0.112.0",
3939
"babel-plugin-lodash": "^3.2.11",
4040
"chai": "^3.5.0",
4141
"chai-as-promised": "^6.0.0",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/default-login",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Lets the user log in to Sanity.",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",
@@ -19,7 +19,7 @@
1919
"prop-types": "^15.5.10"
2020
},
2121
"devDependencies": {
22-
"@sanity/check": "^0.111.6-beta.0",
22+
"@sanity/check": "^0.112.0",
2323
"rimraf": "^2.6.1"
2424
},
2525
"repository": {

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/desk-tool",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.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]>",
@@ -20,10 +20,10 @@
2020
"sanity-tool"
2121
],
2222
"dependencies": {
23-
"@sanity/data-aspects": "^0.111.6-beta.0",
24-
"@sanity/form-builder": "^0.111.6-beta.0",
25-
"@sanity/mutator": "^0.111.6-beta.0",
26-
"@sanity/uuid": "^0.111.6-beta.0",
23+
"@sanity/data-aspects": "^0.112.0",
24+
"@sanity/form-builder": "^0.112.0",
25+
"@sanity/mutator": "^0.112.0",
26+
"@sanity/uuid": "^0.112.0",
2727
"classnames": "^2.2.5",
2828
"diff": "^3.2.0",
2929
"element-resize-detector": "^1.1.10",
@@ -37,11 +37,11 @@
3737
"shallow-equals": "^1.0.0"
3838
},
3939
"devDependencies": {
40-
"@sanity/base": "^0.111.6-beta.0",
41-
"@sanity/check": "^0.111.6-beta.0",
42-
"@sanity/client": "^0.111.6-beta.0",
43-
"@sanity/components": "^0.111.6-beta.0",
44-
"@sanity/core": "^0.111.6-beta.0",
40+
"@sanity/base": "^0.112.0",
41+
"@sanity/check": "^0.112.0",
42+
"@sanity/client": "^0.112.0",
43+
"@sanity/components": "^0.112.0",
44+
"@sanity/core": "^0.112.0",
4545
"babel-plugin-lodash": "^3.2.11",
4646
"eslint": "^3.19.0",
4747
"eslint-config-sanity": "^2.1.4",

packages/@sanity/document-store/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/document-store",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -13,8 +13,8 @@
1313
"author": "",
1414
"license": "ISC",
1515
"dependencies": {
16-
"@sanity/mutator": "^0.111.6-beta.0",
17-
"@sanity/observable": "^0.111.6-beta.0",
16+
"@sanity/mutator": "^0.112.0",
17+
"@sanity/observable": "^0.112.0",
1818
"lodash": "^4.17.4",
1919
"nano-pubsub": "^1.0.1"
2020
},

packages/@sanity/eventsource/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/eventsource",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "EventSource polyfill for browser and node.js",
55
"main": "./node.js",
66
"browser": "./browser.js",

packages/@sanity/extract-text-webpack-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/extract-text-webpack-plugin",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"author": "Tobias Koppers @sokra",
55
"description": "Extract text from bundle into a file.",
66
"peerDependencies": {

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/form-builder",
3-
"version": "0.111.6-beta.0",
3+
"version": "0.112.0",
44
"description": "Sanity form builder",
55
"main": "lib/index.js",
66
"scripts": {
@@ -20,10 +20,10 @@
2020
"author": "Sanity.io <[email protected]>",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@sanity/imagetool": "^0.111.6-beta.0",
24-
"@sanity/mutator": "^0.111.6-beta.0",
25-
"@sanity/observable": "^0.111.6-beta.0",
26-
"@sanity/schema": "^0.111.6-beta.0",
23+
"@sanity/imagetool": "^0.112.0",
24+
"@sanity/mutator": "^0.112.0",
25+
"@sanity/observable": "^0.112.0",
26+
"@sanity/schema": "^0.112.0",
2727
"cheerio": "^0.22.0",
2828
"classnames": "^2.2.5",
2929
"debug": "^2.6.3",
@@ -43,13 +43,13 @@
4343
"speakingurl": "^13.0.0"
4444
},
4545
"devDependencies": {
46-
"@sanity/base": "^0.111.6-beta.0",
47-
"@sanity/check": "^0.111.6-beta.0",
48-
"@sanity/cli": "^0.111.6-beta.0",
49-
"@sanity/components": "^0.111.6-beta.0",
50-
"@sanity/core": "^0.111.6-beta.0",
51-
"@sanity/plugin-loader": "^0.111.6-beta.0",
52-
"@sanity/server": "^0.111.6-beta.0",
46+
"@sanity/base": "^0.112.0",
47+
"@sanity/check": "^0.112.0",
48+
"@sanity/cli": "^0.112.0",
49+
"@sanity/components": "^0.112.0",
50+
"@sanity/core": "^0.112.0",
51+
"@sanity/plugin-loader": "^0.112.0",
52+
"@sanity/server": "^0.112.0",
5353
"babel-cli": "^6.24.0",
5454
"babel-eslint": "^7.2.1",
5555
"babel-plugin-css-modules-transform": "^1.1.0",

0 commit comments

Comments
 (0)