Skip to content

Commit

Permalink
v0.126.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 13, 2018
1 parent f37a3ba commit 03a6833
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 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.126.2"
"version": "0.126.3"
}
2 changes: 1 addition & 1 deletion 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.126.2",
"version": "0.126.3",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/vision",
"version": "0.126.2",
"version": "0.126.3",
"description": "React-based data management tool for Sanity projects",
"main": "lib/SanityVision.js",
"author": "Sanity.io <[email protected]>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@sanity/check": "^0.126.0",
"@sanity/client": "^0.126.0",
"@sanity/components": "^0.126.2",
"@sanity/default-layout": "^0.126.2",
"@sanity/default-layout": "^0.126.3",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.6.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/blog-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blog-studio",
"private": true,
"version": "0.126.2",
"version": "0.126.3",
"description": "Content studio running with schema from the blog init template",
"main": "package.json",
"author": "Sanity.io <[email protected]>",
Expand All @@ -23,11 +23,11 @@
"@sanity/cli": "^0.126.2",
"@sanity/components": "^0.126.2",
"@sanity/core": "^0.126.2",
"@sanity/default-layout": "^0.126.2",
"@sanity/default-layout": "^0.126.3",
"@sanity/default-login": "^0.126.0",
"@sanity/desk-tool": "^0.126.2",
"@sanity/google-maps-input": "^0.126.2",
"@sanity/vision": "^0.126.2",
"@sanity/vision": "^0.126.3",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
Expand Down
6 changes: 3 additions & 3 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.126.2",
"version": "0.126.3",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <[email protected]>",
"license": "MIT",
Expand All @@ -25,12 +25,12 @@
"@sanity/components": "^0.126.2",
"@sanity/core": "^0.126.2",
"@sanity/date-input": "^0.126.0",
"@sanity/default-layout": "^0.126.2",
"@sanity/default-layout": "^0.126.3",
"@sanity/default-login": "^0.126.0",
"@sanity/desk-tool": "^0.126.2",
"@sanity/form-builder": "^0.126.2",
"@sanity/storybook": "^0.126.0",
"@sanity/vision": "^0.126.2",
"@sanity/vision": "^0.126.3",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
"fetch": "^1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/movies-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "movies-studio",
"private": true,
"version": "0.126.2",
"version": "0.126.3",
"description": "Content studio running with schema from the moviedb init template",
"main": "package.json",
"author": "Sanity.io <[email protected]>",
Expand All @@ -23,12 +23,12 @@
"@sanity/cli": "^0.126.2",
"@sanity/components": "^0.126.2",
"@sanity/core": "^0.126.2",
"@sanity/default-layout": "^0.126.2",
"@sanity/default-layout": "^0.126.3",
"@sanity/default-login": "^0.126.0",
"@sanity/desk-tool": "^0.126.2",
"@sanity/google-maps-input": "^0.126.2",
"@sanity/production-preview": "^0.126.0",
"@sanity/vision": "^0.126.2",
"@sanity/vision": "^0.126.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-icons": "^2.2.5"
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.126.2",
"version": "0.126.3",
"private": true,
"description": "",
"main": "config.js",
Expand All @@ -13,7 +13,7 @@
"@sanity/base": "^0.126.2",
"@sanity/components": "^0.126.2",
"@sanity/core": "^0.126.2",
"@sanity/default-layout": "^0.126.2",
"@sanity/default-layout": "^0.126.3",
"@sanity/default-login": "^0.126.0",
"@sanity/desk-tool": "^0.126.2",
"@sanity/google-maps-input": "^0.126.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/test-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-studio",
"private": true,
"version": "0.126.2",
"version": "0.126.3",
"description": "A bloated, ugly Sanity studio with a contrived schema for edge case testing and development",
"author": "Sanity.io <[email protected]>",
"license": "MIT",
Expand All @@ -25,15 +25,15 @@
"@sanity/color-input": "^0.126.0",
"@sanity/components": "^0.126.2",
"@sanity/core": "^0.126.2",
"@sanity/default-layout": "^0.126.2",
"@sanity/default-layout": "^0.126.3",
"@sanity/default-login": "^0.126.0",
"@sanity/desk-tool": "^0.126.2",
"@sanity/form-builder": "^0.126.2",
"@sanity/google-maps-input": "^0.126.2",
"@sanity/production-preview": "^0.126.0",
"@sanity/rich-date-input": "^0.126.0",
"@sanity/storybook": "^0.126.0",
"@sanity/vision": "^0.126.2",
"@sanity/vision": "^0.126.3",
"@turf/helpers": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
"bio-pv": "^1.8.1",
Expand Down

0 comments on commit 03a6833

Please sign in to comment.