Skip to content

Commit

Permalink
v0.124.10
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Jan 25, 2018
1 parent 21c2e28 commit 53d5554
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 45 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"packages/sanity-plugin-vision",
"packages/storybook"
],
"version": "0.124.9"
"version": "0.124.10"
}
2 changes: 1 addition & 1 deletion packages/@sanity/block-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/block-tools",
"version": "0.124.0",
"version": "0.124.10",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/code-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/code-input",
"version": "0.124.9",
"version": "0.124.10",
"description": "Ace editor for editing code",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -21,7 +21,7 @@
"code-editor"
],
"dependencies": {
"@sanity/form-builder": "^0.124.9",
"@sanity/form-builder": "^0.124.10",
"lodash": "^4.17.4",
"react-ace": "^5.0.1"
},
Expand Down
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.124.9",
"version": "0.124.10",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -27,7 +27,7 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/date-input": "^0.124.9",
"@sanity/date-input": "^0.124.10",
"@sanity/imagetool": "^0.124.0",
"@sanity/observable": "^0.121.0",
"attr-accept": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@sanity/date-input",
"version": "0.124.9",
"version": "0.124.10",
"description": "[DEPRECATED] Use @sanity/rich-date-input instead",
"main": "index.js",
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"dependencies": {
"@sanity/generate-help-url": "^0.123.0",
"@sanity/rich-date-input": "^0.124.9"
"@sanity/rich-date-input": "^0.124.10"
},
"repository": {
"type": "git",
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.124.9",
"version": "0.124.10",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -38,9 +38,9 @@
"@sanity/base": "^0.124.9",
"@sanity/check": "^0.123.0",
"@sanity/cli": "^0.124.4",
"@sanity/components": "^0.124.9",
"@sanity/components": "^0.124.10",
"@sanity/core": "^0.124.9",
"@sanity/form-builder": "^0.124.9",
"@sanity/form-builder": "^0.124.10",
"@sanity/generate-help-url": "^0.123.0",
"@sanity/observable": "^0.121.0",
"@sanity/schema": "^0.124.0",
Expand Down
6 changes: 3 additions & 3 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.124.9",
"version": "0.124.10",
"description": "Tool for managing all sorts of content in a structured manner",
"main": "src/plugin.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@sanity/data-aspects": "^0.123.0",
"@sanity/form-builder": "^0.124.9",
"@sanity/form-builder": "^0.124.10",
"@sanity/mutator": "^0.124.0",
"@sanity/observable": "^0.120.0",
"@sanity/uuid": "^0.124.9",
Expand All @@ -47,7 +47,7 @@
"@sanity/base": "^0.124.9",
"@sanity/check": "^0.123.0",
"@sanity/client": "^0.123.0",
"@sanity/components": "^0.124.9",
"@sanity/components": "^0.124.10",
"@sanity/core": "^0.124.9",
"babel-plugin-lodash": "^3.2.11",
"eslint": "^4.9.0",
Expand Down
6 changes: 3 additions & 3 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.124.9",
"version": "0.124.10",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"author": "Sanity.io <[email protected]>",
"license": "MIT",
"dependencies": {
"@sanity/block-tools": "^0.124.0",
"@sanity/block-tools": "^0.124.10",
"@sanity/generate-help-url": "^0.123.0",
"@sanity/image-url": "^0.124.9",
"@sanity/imagetool": "^0.124.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@sanity/base": "^0.124.9",
"@sanity/check": "^0.123.0",
"@sanity/cli": "^0.124.4",
"@sanity/components": "^0.124.9",
"@sanity/components": "^0.124.10",
"@sanity/core": "^0.124.9",
"@sanity/plugin-loader": "^0.123.0",
"@sanity/server": "^0.123.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.124.9",
"version": "0.124.10",
"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 @@ -27,9 +27,9 @@
"@sanity/base": "^0.124.9",
"@sanity/check": "^0.123.0",
"@sanity/cli": "^0.124.4",
"@sanity/components": "^0.124.9",
"@sanity/components": "^0.124.10",
"@sanity/core": "^0.124.9",
"@sanity/form-builder": "^0.124.9",
"@sanity/form-builder": "^0.124.10",
"babel-plugin-lodash": "^3.2.11",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/rich-date-input/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/rich-date-input",
"version": "0.124.9",
"version": "0.124.10",
"description": "Date/time input components for Sanity form builder",
"main": "lib/index.js",
"author": "Sanity.io <[email protected]>",
Expand All @@ -20,7 +20,7 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/form-builder": "^0.124.9",
"@sanity/form-builder": "^0.124.10",
"@sanity/generate-help-url": "^0.123.0",
"lodash": "^4.17.4",
"moment": "^2.19.1",
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.124.9",
"version": "0.124.10",
"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.124.9",
"@sanity/check": "^0.123.0",
"@sanity/client": "^0.123.0",
"@sanity/components": "^0.124.9",
"@sanity/default-layout": "^0.124.9",
"@sanity/components": "^0.124.10",
"@sanity/default-layout": "^0.124.10",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
Expand Down
14 changes: 7 additions & 7 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.124.9",
"version": "0.124.10",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <[email protected]>",
"license": "MIT",
Expand All @@ -21,14 +21,14 @@
"dependencies": {
"@sanity/base": "^0.124.9",
"@sanity/cli": "^0.124.4",
"@sanity/code-input": "^0.124.9",
"@sanity/components": "^0.124.9",
"@sanity/code-input": "^0.124.10",
"@sanity/components": "^0.124.10",
"@sanity/core": "^0.124.9",
"@sanity/date-input": "^0.124.9",
"@sanity/default-layout": "^0.124.9",
"@sanity/date-input": "^0.124.10",
"@sanity/default-layout": "^0.124.10",
"@sanity/default-login": "^0.124.0",
"@sanity/desk-tool": "^0.124.9",
"@sanity/form-builder": "^0.124.9",
"@sanity/desk-tool": "^0.124.10",
"@sanity/form-builder": "^0.124.10",
"@sanity/storybook": "^0.123.0",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.124.9",
"version": "0.124.10",
"private": true,
"description": "",
"main": "config.js",
Expand All @@ -11,12 +11,12 @@
},
"dependencies": {
"@sanity/base": "^0.124.9",
"@sanity/components": "^0.124.9",
"@sanity/components": "^0.124.10",
"@sanity/core": "^0.124.9",
"@sanity/default-layout": "^0.124.9",
"@sanity/default-layout": "^0.124.10",
"@sanity/default-login": "^0.124.0",
"@sanity/desk-tool": "^0.124.9",
"@sanity/google-maps-input": "^0.124.9",
"@sanity/desk-tool": "^0.124.10",
"@sanity/google-maps-input": "^0.124.10",
"@sanity/server": "^0.123.0",
"@sanity/storybook": "^0.123.0",
"prop-types": "^15.6.0",
Expand Down
16 changes: 8 additions & 8 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.124.9",
"version": "0.124.10",
"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 @@ -21,16 +21,16 @@
"dependencies": {
"@sanity/base": "^0.124.9",
"@sanity/cli": "^0.124.4",
"@sanity/code-input": "^0.124.9",
"@sanity/code-input": "^0.124.10",
"@sanity/color-input": "^0.124.0",
"@sanity/components": "^0.124.9",
"@sanity/components": "^0.124.10",
"@sanity/core": "^0.124.9",
"@sanity/default-layout": "^0.124.9",
"@sanity/default-layout": "^0.124.10",
"@sanity/default-login": "^0.124.0",
"@sanity/desk-tool": "^0.124.9",
"@sanity/form-builder": "^0.124.9",
"@sanity/google-maps-input": "^0.124.9",
"@sanity/rich-date-input": "^0.124.9",
"@sanity/desk-tool": "^0.124.10",
"@sanity/form-builder": "^0.124.10",
"@sanity/google-maps-input": "^0.124.10",
"@sanity/rich-date-input": "^0.124.10",
"@sanity/storybook": "^0.123.0",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
Expand Down

0 comments on commit 53d5554

Please sign in to comment.