Skip to content

Commit 2c19651

Browse files
committed
v0.105.0
1 parent f2dd3ca commit 2c19651

File tree

11 files changed

+37
-37
lines changed

11 files changed

+37
-37
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"packages/example-studio",
66
"packages/storybook"
77
],
8-
"version": "0.104.45"
8+
"version": "0.105.0"
99
}

packages/@sanity/base/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/base",
3-
"version": "0.104.45",
3+
"version": "0.105.0",
44
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
55
"main": "lib/index.js",
66
"scripts": {
@@ -26,7 +26,7 @@
2626
"homepage": "https://github.com/sanity-io/base#readme",
2727
"dependencies": {
2828
"@sanity/client": "^0.104.44",
29-
"@sanity/document-store": "^0.104.45",
29+
"@sanity/document-store": "^0.105.0",
3030
"@sanity/observable": "^0.104.44",
3131
"@sanity/schema": "^0.104.44",
3232
"@sanity/state-router": "^0.104.44",

packages/@sanity/components/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/components",
3-
"version": "0.104.45",
3+
"version": "0.105.0",
44
"description": "Basic UX components",
55
"main": "lib/index.js",
66
"author": "Sanity.io <[email protected]>",
@@ -22,7 +22,7 @@
2222
"sanity-plugin"
2323
],
2424
"dependencies": {
25-
"@sanity/date-input": "^0.104.45",
25+
"@sanity/date-input": "^0.105.0",
2626
"@sanity/imagetool": "^0.104.44",
2727
"@sanity/observable": "^0.104.44",
2828
"attr-accept": "^1.1.0",
@@ -56,7 +56,7 @@
5656
"scroll": "^2.0.0"
5757
},
5858
"devDependencies": {
59-
"@sanity/base": "^0.104.45",
59+
"@sanity/base": "^0.105.0",
6060
"@sanity/check": "^0.104.44",
6161
"@sanity/core": "^0.104.45",
6262
"eslint": "^3.17.1",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/date-input",
3-
"version": "0.104.45",
3+
"version": "0.105.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.104.45",
18+
"@sanity/form-builder": "^0.105.0",
1919
"lodash": "^4.17.4",
2020
"moment": "^2.15.2",
2121
"moment-timezone": "^0.5.11",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/default-layout",
3-
"version": "0.104.45",
3+
"version": "0.105.0",
44
"description": "The default layout components for Sanity",
55
"main": "lib/default-layout.js",
66
"scripts": {
@@ -28,12 +28,12 @@
2828
"react-click-outside": "^2.2.0"
2929
},
3030
"devDependencies": {
31-
"@sanity/base": "^0.104.45",
31+
"@sanity/base": "^0.105.0",
3232
"@sanity/check": "^0.104.44",
3333
"@sanity/cli": "^0.104.44",
34-
"@sanity/components": "^0.104.45",
34+
"@sanity/components": "^0.105.0",
3535
"@sanity/core": "^0.104.45",
36-
"@sanity/form-builder": "^0.104.45",
36+
"@sanity/form-builder": "^0.105.0",
3737
"babel-plugin-lodash": "^3.2.11",
3838
"chai": "^3.5.0",
3939
"chai-as-promised": "^6.0.0",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/desk-tool",
3-
"version": "0.104.45",
3+
"version": "0.105.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]>",
@@ -21,7 +21,7 @@
2121
],
2222
"dependencies": {
2323
"@sanity/data-aspects": "^0.104.44",
24-
"@sanity/form-builder": "^0.104.45",
24+
"@sanity/form-builder": "^0.105.0",
2525
"@sanity/mutator": "^0.104.45",
2626
"classnames": "^2.2.5",
2727
"shallow-equals": "^1.0.0",
@@ -36,10 +36,10 @@
3636
"react-json-inspector": "^7.0.0"
3737
},
3838
"devDependencies": {
39-
"@sanity/base": "^0.104.45",
39+
"@sanity/base": "^0.105.0",
4040
"@sanity/check": "^0.104.44",
4141
"@sanity/client": "^0.104.44",
42-
"@sanity/components": "^0.104.45",
42+
"@sanity/components": "^0.105.0",
4343
"@sanity/core": "^0.104.45",
4444
"babel-plugin-lodash": "^3.2.11",
4545
"history": "^4.5.1",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/document-store",
3-
"version": "0.104.45",
3+
"version": "0.105.0",
44
"description": "",
55
"main": "./lib/index.js",
66
"scripts": {

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/form-builder",
3-
"version": "0.104.45",
3+
"version": "0.105.0",
44
"description": "Sanity form builder",
55
"main": "lib/index.js",
66
"scripts": {
@@ -41,10 +41,10 @@
4141
"speakingurl": "^13.0.0"
4242
},
4343
"devDependencies": {
44-
"@sanity/base": "^0.104.45",
44+
"@sanity/base": "^0.105.0",
4545
"@sanity/check": "^0.104.44",
4646
"@sanity/cli": "^0.104.44",
47-
"@sanity/components": "^0.104.45",
47+
"@sanity/components": "^0.105.0",
4848
"@sanity/core": "^0.104.45",
4949
"@sanity/plugin-loader": "^0.104.44",
5050
"@sanity/server": "^0.104.44",

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sanity/google-maps-input",
3-
"version": "0.104.45",
3+
"version": "0.105.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]>",
@@ -19,12 +19,12 @@
1919
"in-publish": "^2.0.0"
2020
},
2121
"devDependencies": {
22-
"@sanity/base": "^0.104.45",
22+
"@sanity/base": "^0.105.0",
2323
"@sanity/check": "^0.104.44",
2424
"@sanity/cli": "^0.104.44",
25-
"@sanity/components": "^0.104.45",
25+
"@sanity/components": "^0.105.0",
2626
"@sanity/core": "^0.104.45",
27-
"@sanity/form-builder": "^0.104.45",
27+
"@sanity/form-builder": "^0.105.0",
2828
"babel-plugin-lodash": "^3.2.11",
2929
"lodash": "^4.17.4",
3030
"rimraf": "^2.6.1"

packages/example-studio/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-studio",
33
"private": "true",
4-
"version": "0.104.45",
4+
"version": "0.105.0",
55
"description": "Just a sample Sanity studio project",
66
"author": "Sanity.io <[email protected]>",
77
"license": "MIT",
@@ -14,14 +14,14 @@
1414
"sanity"
1515
],
1616
"dependencies": {
17-
"@sanity/base": "^0.104.45",
18-
"@sanity/components": "^0.104.45",
17+
"@sanity/base": "^0.105.0",
18+
"@sanity/components": "^0.105.0",
1919
"@sanity/core": "^0.104.45",
20-
"@sanity/date-input": "^0.104.45",
21-
"@sanity/default-layout": "^0.104.45",
20+
"@sanity/date-input": "^0.105.0",
21+
"@sanity/default-layout": "^0.105.0",
2222
"@sanity/default-login": "^0.104.44",
23-
"@sanity/desk-tool": "^0.104.45",
24-
"@sanity/form-builder": "^0.104.45",
23+
"@sanity/desk-tool": "^0.105.0",
24+
"@sanity/form-builder": "^0.105.0",
2525
"@sanity/storybook": "^0.104.44",
2626
"prop-types": "^15.5.8",
2727
"react": "^15.5.4",

packages/storybook/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook",
3-
"version": "0.104.45",
3+
"version": "0.105.0",
44
"private": true,
55
"description": "",
66
"main": "config.js",
@@ -10,13 +10,13 @@
1010
"start": "sanity start --port=9002"
1111
},
1212
"dependencies": {
13-
"@sanity/base": "^0.104.45",
14-
"@sanity/components": "^0.104.45",
13+
"@sanity/base": "^0.105.0",
14+
"@sanity/components": "^0.105.0",
1515
"@sanity/core": "^0.104.45",
16-
"@sanity/default-layout": "^0.104.45",
16+
"@sanity/default-layout": "^0.105.0",
1717
"@sanity/default-login": "^0.104.44",
18-
"@sanity/desk-tool": "^0.104.45",
19-
"@sanity/google-maps-input": "^0.104.45",
18+
"@sanity/desk-tool": "^0.105.0",
19+
"@sanity/google-maps-input": "^0.105.0",
2020
"@sanity/server": "^0.104.44",
2121
"@sanity/storybook": "^0.104.44",
2222
"prop-types": "^15.5.8",

0 commit comments

Comments
 (0)