Skip to content

Commit

Permalink
v0.125.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Jan 30, 2018
1 parent b577dcb commit 06581c5
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.0"
"version": "0.125.1"
}
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.0",
"version": "0.125.1",
"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.0",
"version": "0.125.1",
"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.0",
"@sanity/check": "0.125.0",
"@sanity/cli": "0.125.0",
"@sanity/cli": "^0.125.1",
"@sanity/components": "0.125.0",
"@sanity/core": "0.125.0",
"@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.0",
"version": "0.125.1",
"description": "Tool for managing all sorts of content in a structured manner",
"main": "src/plugin.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -24,7 +24,7 @@
],
"dependencies": {
"@sanity/data-aspects": "0.125.0",
"@sanity/form-builder": "0.125.0",
"@sanity/form-builder": "^0.125.1",
"@sanity/mutator": "0.125.0",
"@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.0",
"version": "0.125.1",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@sanity/base": "0.125.0",
"@sanity/check": "0.125.0",
"@sanity/cli": "0.125.0",
"@sanity/cli": "^0.125.1",
"@sanity/components": "0.125.0",
"@sanity/core": "0.125.0",
"@sanity/plugin-loader": "0.125.0",
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.0",
"version": "0.125.1",
"description": "Sanity plugin providing input handlers for geo-related input types using Google Maps",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"@sanity/base": "0.125.0",
"@sanity/check": "0.125.0",
"@sanity/cli": "0.125.0",
"@sanity/cli": "^0.125.1",
"@sanity/components": "0.125.0",
"@sanity/core": "0.125.0",
"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.0",
"version": "0.125.1",
"description": "React-based data management tool for Sanity projects",
"main": "lib/SanityVision.js",
"author": "Sanity.io <hello@sanity.io>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@sanity/check": "0.125.0",
"@sanity/client": "0.125.0",
"@sanity/components": "0.125.0",
"@sanity/default-layout": "0.125.0",
"@sanity/default-layout": "^0.125.1",
"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.0",
"version": "0.125.1",
"description": "Content studio running with schema from the blog init template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -15,14 +15,14 @@
],
"dependencies": {
"@sanity/base": "0.125.0",
"@sanity/cli": "0.125.0",
"@sanity/cli": "^0.125.1",
"@sanity/components": "0.125.0",
"@sanity/core": "0.125.0",
"@sanity/default-layout": "0.125.0",
"@sanity/default-layout": "^0.125.1",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "0.125.0",
"@sanity/google-maps-input": "0.125.0",
"@sanity/vision": "0.125.0",
"@sanity/desk-tool": "^0.125.1",
"@sanity/google-maps-input": "^0.125.1",
"@sanity/vision": "^0.125.1",
"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.0",
"version": "0.125.1",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
Expand All @@ -20,15 +20,15 @@
],
"dependencies": {
"@sanity/base": "0.125.0",
"@sanity/cli": "0.125.0",
"@sanity/cli": "^0.125.1",
"@sanity/code-input": "0.125.0",
"@sanity/components": "0.125.0",
"@sanity/core": "0.125.0",
"@sanity/date-input": "0.125.0",
"@sanity/default-layout": "0.125.0",
"@sanity/default-layout": "^0.125.1",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "0.125.0",
"@sanity/form-builder": "0.125.0",
"@sanity/desk-tool": "^0.125.1",
"@sanity/form-builder": "^0.125.1",
"@sanity/storybook": "0.125.0",
"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.0",
"version": "0.125.1",
"description": "Content studio running with schema from the moviedb init template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -15,15 +15,15 @@
],
"dependencies": {
"@sanity/base": "0.125.0",
"@sanity/cli": "0.125.0",
"@sanity/cli": "^0.125.1",
"@sanity/components": "0.125.0",
"@sanity/core": "0.125.0",
"@sanity/default-layout": "0.125.0",
"@sanity/default-layout": "^0.125.1",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "0.125.0",
"@sanity/google-maps-input": "0.125.0",
"@sanity/desk-tool": "^0.125.1",
"@sanity/google-maps-input": "^0.125.1",
"@sanity/production-preview": "0.125.0",
"@sanity/vision": "0.125.0",
"@sanity/vision": "^0.125.1",
"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.0",
"version": "0.125.1",
"private": true,
"description": "",
"main": "config.js",
Expand All @@ -13,10 +13,10 @@
"@sanity/base": "0.125.0",
"@sanity/components": "0.125.0",
"@sanity/core": "0.125.0",
"@sanity/default-layout": "0.125.0",
"@sanity/default-layout": "^0.125.1",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "0.125.0",
"@sanity/google-maps-input": "0.125.0",
"@sanity/desk-tool": "^0.125.1",
"@sanity/google-maps-input": "^0.125.1",
"@sanity/server": "0.125.0",
"@sanity/storybook": "0.125.0",
"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.0",
"version": "0.125.1",
"description": "A bloated, ugly Sanity studio with a contrived schema for edge case testing and development",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
Expand All @@ -20,20 +20,20 @@
],
"dependencies": {
"@sanity/base": "0.125.0",
"@sanity/cli": "0.125.0",
"@sanity/cli": "^0.125.1",
"@sanity/code-input": "0.125.0",
"@sanity/color-input": "0.125.0",
"@sanity/components": "0.125.0",
"@sanity/core": "0.125.0",
"@sanity/default-layout": "0.125.0",
"@sanity/default-layout": "^0.125.1",
"@sanity/default-login": "0.125.0",
"@sanity/desk-tool": "0.125.0",
"@sanity/form-builder": "0.125.0",
"@sanity/google-maps-input": "0.125.0",
"@sanity/desk-tool": "^0.125.1",
"@sanity/form-builder": "^0.125.1",
"@sanity/google-maps-input": "^0.125.1",
"@sanity/production-preview": "0.125.0",
"@sanity/rich-date-input": "0.125.0",
"@sanity/storybook": "0.125.0",
"@sanity/vision": "0.125.0",
"@sanity/vision": "^0.125.1",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
"fetch": "^1.1.0",
Expand Down

0 comments on commit 06581c5

Please sign in to comment.