Skip to content

Commit

Permalink
v0.125.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 16, 2018
1 parent 2a1d5d7 commit c5bfebf
Show file tree
Hide file tree
Showing 15 changed files with 64 additions and 64 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.8"
"version": "0.125.9"
}
4 changes: 2 additions & 2 deletions packages/@sanity/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/components",
"version": "0.125.8",
"version": "0.125.9",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand Down Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@sanity/base": "^0.125.8",
"@sanity/check": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/core": "^0.125.9",
"pre-commit": "^1.2.2",
"prop-types": "^15.6.0",
"react": "^15.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/core",
"version": "0.125.8",
"version": "0.125.9",
"description": "Sanity core bundle, containing required packages for the development and build process",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -26,7 +26,7 @@
"@sanity/mutator": "^0.125.8",
"@sanity/plugin-loader": "^0.125.8",
"@sanity/resolver": "^0.125.8",
"@sanity/server": "^0.125.8",
"@sanity/server": "^0.125.9",
"@sanity/util": "^0.125.8",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "0.125.9",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -38,8 +38,8 @@
"@sanity/base": "^0.125.8",
"@sanity/check": "^0.125.8",
"@sanity/cli": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/core": "^0.125.9",
"@sanity/generate-help-url": "^0.125.8",
"@sanity/observable": "^0.125.8",
"@sanity/schema": "^0.125.8",
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "0.125.9",
"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.8",
"@sanity/form-builder": "^0.125.8",
"@sanity/form-builder": "^0.125.9",
"@sanity/mutator": "^0.125.8",
"@sanity/observable": "^0.125.8",
"@sanity/uuid": "^0.125.8",
Expand All @@ -45,8 +45,8 @@
"@sanity/base": "^0.125.8",
"@sanity/check": "^0.125.8",
"@sanity/client": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/core": "^0.125.9",
"history": "^4.6.3",
"postcss-cssnext": "^3.0.2",
"prop-types": "^15.6.0",
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "0.125.9",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -61,10 +61,10 @@
"@sanity/base": "^0.125.8",
"@sanity/check": "^0.125.8",
"@sanity/cli": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/core": "^0.125.9",
"@sanity/plugin-loader": "^0.125.8",
"@sanity/server": "^0.125.8",
"@sanity/server": "^0.125.9",
"flow-typed": "^2.2.0",
"in-publish": "^2.0.0",
"jsdom": "^11.3.0",
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "0.125.9",
"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 @@ -26,8 +26,8 @@
"@sanity/base": "^0.125.8",
"@sanity/check": "^0.125.8",
"@sanity/cli": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/core": "^0.125.9",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"rimraf": "^2.6.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/server",
"version": "0.125.8",
"version": "0.125.9",
"description": "Webserver dedicated to serving Sanity, allowing a smooth development experience",
"main": "lib/server.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/storybook",
"version": "0.125.8",
"version": "0.125.9",
"description": "Sanity plugin for running react-storybook in a Sanity studio",
"main": "./lib/index.js",
"scripts": {},
Expand All @@ -23,7 +23,7 @@
},
"homepage": "https://www.sanity.io/",
"dependencies": {
"@sanity/server": "^0.125.8",
"@sanity/server": "^0.125.9",
"@sanity/webpack-integration": "^0.125.8",
"@storybook/addon-knobs": "^3.2.8",
"@storybook/addons": "^3.2.6",
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "0.125.9",
"description": "React-based data management tool for Sanity projects",
"main": "lib/SanityVision.js",
"author": "Sanity.io <[email protected]>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@sanity/base": "^0.125.8",
"@sanity/check": "^0.125.8",
"@sanity/client": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/default-layout": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/default-layout": "^0.125.9",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.6.1"
Expand Down
14 changes: 7 additions & 7 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.8",
"version": "0.125.9",
"description": "Content studio running with schema from the blog init template",
"main": "package.json",
"author": "Sanity.io <[email protected]>",
Expand All @@ -16,13 +16,13 @@
"dependencies": {
"@sanity/base": "^0.125.8",
"@sanity/cli": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/default-layout": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/core": "^0.125.9",
"@sanity/default-layout": "^0.125.9",
"@sanity/default-login": "^0.125.8",
"@sanity/desk-tool": "^0.125.8",
"@sanity/google-maps-input": "^0.125.8",
"@sanity/vision": "^0.125.8",
"@sanity/desk-tool": "^0.125.9",
"@sanity/google-maps-input": "^0.125.9",
"@sanity/vision": "^0.125.9",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
Expand Down
16 changes: 8 additions & 8 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.8",
"version": "0.125.9",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <[email protected]>",
"license": "MIT",
Expand All @@ -22,15 +22,15 @@
"@sanity/base": "^0.125.8",
"@sanity/cli": "^0.125.8",
"@sanity/code-input": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/core": "^0.125.9",
"@sanity/date-input": "^0.125.8",
"@sanity/default-layout": "^0.125.8",
"@sanity/default-layout": "^0.125.9",
"@sanity/default-login": "^0.125.8",
"@sanity/desk-tool": "^0.125.8",
"@sanity/form-builder": "^0.125.8",
"@sanity/storybook": "^0.125.8",
"@sanity/vision": "^0.125.8",
"@sanity/desk-tool": "^0.125.9",
"@sanity/form-builder": "^0.125.9",
"@sanity/storybook": "^0.125.9",
"@sanity/vision": "^0.125.9",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
"fetch": "^1.1.0",
Expand Down
14 changes: 7 additions & 7 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.8",
"version": "0.125.9",
"description": "Content studio running with schema from the moviedb init template",
"main": "package.json",
"author": "Sanity.io <[email protected]>",
Expand All @@ -16,14 +16,14 @@
"dependencies": {
"@sanity/base": "^0.125.8",
"@sanity/cli": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/default-layout": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/core": "^0.125.9",
"@sanity/default-layout": "^0.125.9",
"@sanity/default-login": "^0.125.8",
"@sanity/desk-tool": "^0.125.8",
"@sanity/google-maps-input": "^0.125.8",
"@sanity/desk-tool": "^0.125.9",
"@sanity/google-maps-input": "^0.125.9",
"@sanity/production-preview": "^0.125.8",
"@sanity/vision": "^0.125.8",
"@sanity/vision": "^0.125.9",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-icons": "^2.2.5"
Expand Down
16 changes: 8 additions & 8 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.125.8",
"version": "0.125.9",
"private": true,
"description": "",
"main": "config.js",
Expand All @@ -11,14 +11,14 @@
},
"dependencies": {
"@sanity/base": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/default-layout": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/core": "^0.125.9",
"@sanity/default-layout": "^0.125.9",
"@sanity/default-login": "^0.125.8",
"@sanity/desk-tool": "^0.125.8",
"@sanity/google-maps-input": "^0.125.8",
"@sanity/server": "^0.125.8",
"@sanity/storybook": "^0.125.8",
"@sanity/desk-tool": "^0.125.9",
"@sanity/google-maps-input": "^0.125.9",
"@sanity/server": "^0.125.9",
"@sanity/storybook": "^0.125.9",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.6.1"
Expand Down
18 changes: 9 additions & 9 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.8",
"version": "0.125.9",
"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 @@ -23,17 +23,17 @@
"@sanity/cli": "^0.125.8",
"@sanity/code-input": "^0.125.8",
"@sanity/color-input": "^0.125.8",
"@sanity/components": "^0.125.8",
"@sanity/core": "^0.125.8",
"@sanity/default-layout": "^0.125.8",
"@sanity/components": "^0.125.9",
"@sanity/core": "^0.125.9",
"@sanity/default-layout": "^0.125.9",
"@sanity/default-login": "^0.125.8",
"@sanity/desk-tool": "^0.125.8",
"@sanity/form-builder": "^0.125.8",
"@sanity/google-maps-input": "^0.125.8",
"@sanity/desk-tool": "^0.125.9",
"@sanity/form-builder": "^0.125.9",
"@sanity/google-maps-input": "^0.125.9",
"@sanity/production-preview": "^0.125.8",
"@sanity/rich-date-input": "^0.125.8",
"@sanity/storybook": "^0.125.8",
"@sanity/vision": "^0.125.8",
"@sanity/storybook": "^0.125.9",
"@sanity/vision": "^0.125.9",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
"fetch": "^1.1.0",
Expand Down

0 comments on commit c5bfebf

Please sign in to comment.