Skip to content

Commit

Permalink
v0.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed May 3, 2017
1 parent f2dd3ca commit 2c19651
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"packages/example-studio",
"packages/storybook"
],
"version": "0.104.45"
"version": "0.105.0"
}
4 changes: 2 additions & 2 deletions packages/@sanity/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/base",
"version": "0.104.45",
"version": "0.105.0",
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
"main": "lib/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"homepage": "https://github.com/sanity-io/base#readme",
"dependencies": {
"@sanity/client": "^0.104.44",
"@sanity/document-store": "^0.104.45",
"@sanity/document-store": "^0.105.0",
"@sanity/observable": "^0.104.44",
"@sanity/schema": "^0.104.44",
"@sanity/state-router": "^0.104.44",
Expand Down
6 changes: 3 additions & 3 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.104.45",
"version": "0.105.0",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -22,7 +22,7 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/date-input": "^0.104.45",
"@sanity/date-input": "^0.105.0",
"@sanity/imagetool": "^0.104.44",
"@sanity/observable": "^0.104.44",
"attr-accept": "^1.1.0",
Expand Down Expand Up @@ -56,7 +56,7 @@
"scroll": "^2.0.0"
},
"devDependencies": {
"@sanity/base": "^0.104.45",
"@sanity/base": "^0.105.0",
"@sanity/check": "^0.104.44",
"@sanity/core": "^0.104.45",
"eslint": "^3.17.1",
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,6 +1,6 @@
{
"name": "@sanity/date-input",
"version": "0.104.45",
"version": "0.105.0",
"description": "Date/time input components for Sanity form builder",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -15,7 +15,7 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/form-builder": "^0.104.45",
"@sanity/form-builder": "^0.105.0",
"lodash": "^4.17.4",
"moment": "^2.15.2",
"moment-timezone": "^0.5.11",
Expand Down
8 changes: 4 additions & 4 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.104.45",
"version": "0.105.0",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -28,12 +28,12 @@
"react-click-outside": "^2.2.0"
},
"devDependencies": {
"@sanity/base": "^0.104.45",
"@sanity/base": "^0.105.0",
"@sanity/check": "^0.104.44",
"@sanity/cli": "^0.104.44",
"@sanity/components": "^0.104.45",
"@sanity/components": "^0.105.0",
"@sanity/core": "^0.104.45",
"@sanity/form-builder": "^0.104.45",
"@sanity/form-builder": "^0.105.0",
"babel-plugin-lodash": "^3.2.11",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
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.104.45",
"version": "0.105.0",
"description": "Tool for managing all sorts of content in a structured manner",
"main": "src/plugin.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"@sanity/data-aspects": "^0.104.44",
"@sanity/form-builder": "^0.104.45",
"@sanity/form-builder": "^0.105.0",
"@sanity/mutator": "^0.104.45",
"classnames": "^2.2.5",
"shallow-equals": "^1.0.0",
Expand All @@ -36,10 +36,10 @@
"react-json-inspector": "^7.0.0"
},
"devDependencies": {
"@sanity/base": "^0.104.45",
"@sanity/base": "^0.105.0",
"@sanity/check": "^0.104.44",
"@sanity/client": "^0.104.44",
"@sanity/components": "^0.104.45",
"@sanity/components": "^0.105.0",
"@sanity/core": "^0.104.45",
"babel-plugin-lodash": "^3.2.11",
"history": "^4.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/document-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/document-store",
"version": "0.104.45",
"version": "0.105.0",
"description": "",
"main": "./lib/index.js",
"scripts": {
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.104.45",
"version": "0.105.0",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -41,10 +41,10 @@
"speakingurl": "^13.0.0"
},
"devDependencies": {
"@sanity/base": "^0.104.45",
"@sanity/base": "^0.105.0",
"@sanity/check": "^0.104.44",
"@sanity/cli": "^0.104.44",
"@sanity/components": "^0.104.45",
"@sanity/components": "^0.105.0",
"@sanity/core": "^0.104.45",
"@sanity/plugin-loader": "^0.104.44",
"@sanity/server": "^0.104.44",
Expand Down
8 changes: 4 additions & 4 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.104.45",
"version": "0.105.0",
"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 @@ -19,12 +19,12 @@
"in-publish": "^2.0.0"
},
"devDependencies": {
"@sanity/base": "^0.104.45",
"@sanity/base": "^0.105.0",
"@sanity/check": "^0.104.44",
"@sanity/cli": "^0.104.44",
"@sanity/components": "^0.104.45",
"@sanity/components": "^0.105.0",
"@sanity/core": "^0.104.45",
"@sanity/form-builder": "^0.104.45",
"@sanity/form-builder": "^0.105.0",
"babel-plugin-lodash": "^3.2.11",
"lodash": "^4.17.4",
"rimraf": "^2.6.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.104.45",
"version": "0.105.0",
"description": "Just a sample Sanity studio project",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
Expand All @@ -14,14 +14,14 @@
"sanity"
],
"dependencies": {
"@sanity/base": "^0.104.45",
"@sanity/components": "^0.104.45",
"@sanity/base": "^0.105.0",
"@sanity/components": "^0.105.0",
"@sanity/core": "^0.104.45",
"@sanity/date-input": "^0.104.45",
"@sanity/default-layout": "^0.104.45",
"@sanity/date-input": "^0.105.0",
"@sanity/default-layout": "^0.105.0",
"@sanity/default-login": "^0.104.44",
"@sanity/desk-tool": "^0.104.45",
"@sanity/form-builder": "^0.104.45",
"@sanity/desk-tool": "^0.105.0",
"@sanity/form-builder": "^0.105.0",
"@sanity/storybook": "^0.104.44",
"prop-types": "^15.5.8",
"react": "^15.5.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.104.45",
"version": "0.105.0",
"private": true,
"description": "",
"main": "config.js",
Expand All @@ -10,13 +10,13 @@
"start": "sanity start --port=9002"
},
"dependencies": {
"@sanity/base": "^0.104.45",
"@sanity/components": "^0.104.45",
"@sanity/base": "^0.105.0",
"@sanity/components": "^0.105.0",
"@sanity/core": "^0.104.45",
"@sanity/default-layout": "^0.104.45",
"@sanity/default-layout": "^0.105.0",
"@sanity/default-login": "^0.104.44",
"@sanity/desk-tool": "^0.104.45",
"@sanity/google-maps-input": "^0.104.45",
"@sanity/desk-tool": "^0.105.0",
"@sanity/google-maps-input": "^0.105.0",
"@sanity/server": "^0.104.44",
"@sanity/storybook": "^0.104.44",
"prop-types": "^15.5.8",
Expand Down

0 comments on commit 2c19651

Please sign in to comment.