Skip to content

Commit

Permalink
v0.125.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 5, 2018
1 parent 01da7ee commit 7f1af4d
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"packages/blog-studio",
"packages/storybook"
],
"version": "0.125.4"
"version": "0.125.5"
}
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.125.4",
"version": "0.125.5",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"main": "lib/cli.js",
"bin": {
Expand Down
4 changes: 2 additions & 2 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.125.4",
"version": "0.125.5",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@sanity/base": "^0.125.4",
"@sanity/check": "0.125.0",
"@sanity/cli": "^0.125.4",
"@sanity/cli": "^0.125.5",
"@sanity/components": "^0.125.4",
"@sanity/core": "^0.125.4",
"@sanity/generate-help-url": "0.125.0",
Expand Down
4 changes: 2 additions & 2 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.125.4",
"version": "0.125.5",
"description": "Tool for managing all sorts of content in a structured manner",
"main": "src/plugin.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@sanity/data-aspects": "0.125.0",
"@sanity/form-builder": "^0.125.4",
"@sanity/form-builder": "^0.125.5",
"@sanity/mutator": "^0.125.4",
"@sanity/observable": "0.125.0",
"@sanity/uuid": "0.125.0",
Expand Down
4 changes: 2 additions & 2 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.125.4",
"version": "0.125.5",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@sanity/base": "^0.125.4",
"@sanity/check": "0.125.0",
"@sanity/cli": "^0.125.4",
"@sanity/cli": "^0.125.5",
"@sanity/components": "^0.125.4",
"@sanity/core": "^0.125.4",
"@sanity/plugin-loader": "^0.125.3",
Expand Down
4 changes: 2 additions & 2 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.125.4",
"version": "0.125.5",
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@sanity/base": "^0.125.4",
"@sanity/check": "0.125.0",
"@sanity/cli": "^0.125.4",
"@sanity/cli": "^0.125.5",
"@sanity/components": "^0.125.4",
"@sanity/core": "^0.125.4",
"lodash": "^4.17.4",
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.125.4",
"version": "0.125.5",
"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.125.0",
"@sanity/client": "^0.125.4",
"@sanity/components": "^0.125.4",
"@sanity/default-layout": "^0.125.4",
"@sanity/default-layout": "^0.125.5",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.6.1"
Expand Down
12 changes: 6 additions & 6 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.125.4",
"version": "0.125.5",
"description": "Content studio running with schema from the blog init template",
"main": "package.json",
"author": "Sanity.io <[email protected]>",
Expand All @@ -15,14 +15,14 @@
],
"dependencies": {
"@sanity/base": "^0.125.4",
"@sanity/cli": "^0.125.4",
"@sanity/cli": "^0.125.5",
"@sanity/components": "^0.125.4",
"@sanity/core": "^0.125.4",
"@sanity/default-layout": "^0.125.4",
"@sanity/default-layout": "^0.125.5",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "^0.125.4",
"@sanity/google-maps-input": "^0.125.4",
"@sanity/vision": "^0.125.4",
"@sanity/desk-tool": "^0.125.5",
"@sanity/google-maps-input": "^0.125.5",
"@sanity/vision": "^0.125.5",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
Expand Down
10 changes: 5 additions & 5 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.125.4",
"version": "0.125.5",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <[email protected]>",
"license": "MIT",
Expand All @@ -20,15 +20,15 @@
],
"dependencies": {
"@sanity/base": "^0.125.4",
"@sanity/cli": "^0.125.4",
"@sanity/cli": "^0.125.5",
"@sanity/code-input": "0.125.0",
"@sanity/components": "^0.125.4",
"@sanity/core": "^0.125.4",
"@sanity/date-input": "0.125.0",
"@sanity/default-layout": "^0.125.4",
"@sanity/default-layout": "^0.125.5",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "^0.125.4",
"@sanity/form-builder": "^0.125.4",
"@sanity/desk-tool": "^0.125.5",
"@sanity/form-builder": "^0.125.5",
"@sanity/storybook": "^0.125.4",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
Expand Down
12 changes: 6 additions & 6 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.125.4",
"version": "0.125.5",
"description": "Content studio running with schema from the moviedb init template",
"main": "package.json",
"author": "Sanity.io <[email protected]>",
Expand All @@ -15,15 +15,15 @@
],
"dependencies": {
"@sanity/base": "^0.125.4",
"@sanity/cli": "^0.125.4",
"@sanity/cli": "^0.125.5",
"@sanity/components": "^0.125.4",
"@sanity/core": "^0.125.4",
"@sanity/default-layout": "^0.125.4",
"@sanity/default-layout": "^0.125.5",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "^0.125.4",
"@sanity/google-maps-input": "^0.125.4",
"@sanity/desk-tool": "^0.125.5",
"@sanity/google-maps-input": "^0.125.5",
"@sanity/production-preview": "0.125.0",
"@sanity/vision": "^0.125.4",
"@sanity/vision": "^0.125.5",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.125.4",
"version": "0.125.5",
"private": true,
"description": "",
"main": "config.js",
Expand All @@ -13,10 +13,10 @@
"@sanity/base": "^0.125.4",
"@sanity/components": "^0.125.4",
"@sanity/core": "^0.125.4",
"@sanity/default-layout": "^0.125.4",
"@sanity/default-layout": "^0.125.5",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "^0.125.4",
"@sanity/google-maps-input": "^0.125.4",
"@sanity/desk-tool": "^0.125.5",
"@sanity/google-maps-input": "^0.125.5",
"@sanity/server": "^0.125.4",
"@sanity/storybook": "^0.125.4",
"prop-types": "^15.6.0",
Expand Down
14 changes: 7 additions & 7 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.125.4",
"version": "0.125.5",
"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 @@ -20,20 +20,20 @@
],
"dependencies": {
"@sanity/base": "^0.125.4",
"@sanity/cli": "^0.125.4",
"@sanity/cli": "^0.125.5",
"@sanity/code-input": "0.125.0",
"@sanity/color-input": "0.125.0",
"@sanity/components": "^0.125.4",
"@sanity/core": "^0.125.4",
"@sanity/default-layout": "^0.125.4",
"@sanity/default-layout": "^0.125.5",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "^0.125.4",
"@sanity/form-builder": "^0.125.4",
"@sanity/google-maps-input": "^0.125.4",
"@sanity/desk-tool": "^0.125.5",
"@sanity/form-builder": "^0.125.5",
"@sanity/google-maps-input": "^0.125.5",
"@sanity/production-preview": "0.125.0",
"@sanity/rich-date-input": "0.125.0",
"@sanity/storybook": "^0.125.4",
"@sanity/vision": "^0.125.4",
"@sanity/vision": "^0.125.5",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
"fetch": "^1.1.0",
Expand Down

0 comments on commit 7f1af4d

Please sign in to comment.