Skip to content

Commit

Permalink
v0.109.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Aug 25, 2017
1 parent c37d4f2 commit e2356b1
Show file tree
Hide file tree
Showing 22 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages/sanity-plugin-vision",
"packages/storybook"
],
"version": "0.108.13"
"version": "0.109.0"
}
14 changes: 7 additions & 7 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.108.7",
"version": "0.109.0",
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
"main": "lib/index.js",
"scripts": {
Expand All @@ -25,11 +25,11 @@
},
"homepage": "https://github.com/sanity-io/base#readme",
"dependencies": {
"@sanity/client": "^0.108.0",
"@sanity/document-store": "^0.108.0",
"@sanity/observable": "^0.108.0",
"@sanity/schema": "^0.108.0",
"@sanity/state-router": "^0.108.0",
"@sanity/client": "^0.109.0",
"@sanity/document-store": "^0.109.0",
"@sanity/observable": "^0.109.0",
"@sanity/schema": "^0.109.0",
"@sanity/state-router": "^0.109.0",
"history": "^4.6.3",
"in-publish": "^2.0.0",
"lodash": "^4.17.4",
Expand All @@ -44,7 +44,7 @@
},
"devDependencies": {
"@sanity/check": "^0.108.0",
"@sanity/plugin-loader": "^0.108.0",
"@sanity/plugin-loader": "^0.109.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli",
"version": "0.108.0",
"version": "0.109.0",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"main": "lib/cli.js",
"bin": {
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/sanity-io/cli#readme",
"dependencies": {
"@sanity/client": "^0.108.0",
"@sanity/client": "^0.109.0",
"@sanity/resolver": "^0.108.0",
"@sanity/util": "^0.108.0",
"babel-polyfill": "^6.23.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/client",
"version": "0.108.0",
"version": "0.109.0",
"description": "Client for retrieving data from Sanity",
"main": "lib/sanityClient.js",
"umd": "umd/sanityClient.min.js",
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"@sanity/eventsource": "^0.108.0",
"@sanity/observable": "^0.108.0",
"@sanity/observable": "^0.109.0",
"deep-assign": "^2.0.0",
"get-it": "^2.0.2",
"in-publish": "^2.0.0",
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.108.13",
"version": "0.109.0",
"description": "Ace editor for editing code",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -16,7 +16,7 @@
"code-editor"
],
"dependencies": {
"@sanity/form-builder": "^0.108.13",
"@sanity/form-builder": "^0.109.0",
"lodash": "^4.17.4",
"react-ace": "^5.0.1"
},
Expand Down
12 changes: 6 additions & 6 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.108.13",
"version": "0.109.0",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -22,9 +22,9 @@
"sanity-plugin"
],
"dependencies": {
"@sanity/date-input": "^0.108.13",
"@sanity/imagetool": "^0.108.0",
"@sanity/observable": "^0.108.0",
"@sanity/date-input": "^0.109.0",
"@sanity/imagetool": "^0.109.0",
"@sanity/observable": "^0.109.0",
"attr-accept": "^1.1.0",
"canvas-to-blob": "^0.0.0",
"chance": "^1.0.4",
Expand Down Expand Up @@ -56,9 +56,9 @@
"scroll": "^2.0.0"
},
"devDependencies": {
"@sanity/base": "^0.108.7",
"@sanity/base": "^0.109.0",
"@sanity/check": "^0.108.0",
"@sanity/core": "^0.108.0",
"@sanity/core": "^0.109.0",
"eslint": "^3.19.0",
"eslint-config-sanity": "^2.1.4",
"eslint-plugin-react": "^6.10.0",
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.108.0",
"version": "0.109.0",
"description": "Sanity core bundle, containing required packages for the development and build process",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@sanity/check": "^0.108.0",
"@sanity/mutator": "^0.108.0",
"@sanity/plugin-loader": "^0.108.0",
"@sanity/plugin-loader": "^0.109.0",
"@sanity/resolver": "^0.108.0",
"@sanity/server": "^0.108.0",
"@sanity/util": "^0.108.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,6 +1,6 @@
{
"name": "@sanity/date-input",
"version": "0.108.13",
"version": "0.109.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.108.13",
"@sanity/form-builder": "^0.109.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.11",
Expand Down
14 changes: 7 additions & 7 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.108.13",
"version": "0.109.0",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -28,13 +28,13 @@
"react-click-outside": "^2.2.0"
},
"devDependencies": {
"@sanity/base": "^0.108.7",
"@sanity/base": "^0.109.0",
"@sanity/check": "^0.108.0",
"@sanity/cli": "^0.108.0",
"@sanity/components": "^0.108.13",
"@sanity/core": "^0.108.0",
"@sanity/form-builder": "^0.108.13",
"@sanity/observable": "^0.108.0",
"@sanity/cli": "^0.109.0",
"@sanity/components": "^0.109.0",
"@sanity/core": "^0.109.0",
"@sanity/form-builder": "^0.109.0",
"@sanity/observable": "^0.109.0",
"babel-plugin-lodash": "^3.2.11",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
Expand Down
12 changes: 6 additions & 6 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.108.13",
"version": "0.109.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.108.0",
"@sanity/form-builder": "^0.108.13",
"@sanity/form-builder": "^0.109.0",
"@sanity/mutator": "^0.108.0",
"@sanity/uuid": "^0.108.0",
"classnames": "^2.2.5",
Expand All @@ -37,11 +37,11 @@
"shallow-equals": "^1.0.0"
},
"devDependencies": {
"@sanity/base": "^0.108.7",
"@sanity/base": "^0.109.0",
"@sanity/check": "^0.108.0",
"@sanity/client": "^0.108.0",
"@sanity/components": "^0.108.13",
"@sanity/core": "^0.108.0",
"@sanity/client": "^0.109.0",
"@sanity/components": "^0.109.0",
"@sanity/core": "^0.109.0",
"babel-plugin-lodash": "^3.2.11",
"eslint": "^3.19.0",
"eslint-config-sanity": "^2.1.4",
Expand Down
4 changes: 2 additions & 2 deletions 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.108.0",
"version": "0.109.0",
"description": "",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"license": "ISC",
"dependencies": {
"@sanity/mutator": "^0.108.0",
"@sanity/observable": "^0.108.0",
"@sanity/observable": "^0.109.0",
"lodash": "^4.17.4",
"nano-pubsub": "^1.0.1"
},
Expand Down
18 changes: 9 additions & 9 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.108.13",
"version": "0.109.0",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand All @@ -20,10 +20,10 @@
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"dependencies": {
"@sanity/imagetool": "^0.108.0",
"@sanity/imagetool": "^0.109.0",
"@sanity/mutator": "^0.108.0",
"@sanity/observable": "^0.108.0",
"@sanity/schema": "^0.108.0",
"@sanity/observable": "^0.109.0",
"@sanity/schema": "^0.109.0",
"cheerio": "^0.22.0",
"classnames": "^2.2.5",
"debug": "^2.6.3",
Expand All @@ -43,12 +43,12 @@
"speakingurl": "^13.0.0"
},
"devDependencies": {
"@sanity/base": "^0.108.7",
"@sanity/base": "^0.109.0",
"@sanity/check": "^0.108.0",
"@sanity/cli": "^0.108.0",
"@sanity/components": "^0.108.13",
"@sanity/core": "^0.108.0",
"@sanity/plugin-loader": "^0.108.0",
"@sanity/cli": "^0.109.0",
"@sanity/components": "^0.109.0",
"@sanity/core": "^0.109.0",
"@sanity/plugin-loader": "^0.109.0",
"@sanity/server": "^0.108.0",
"babel-cli": "^6.24.0",
"babel-eslint": "^7.2.1",
Expand Down
12 changes: 6 additions & 6 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.108.13",
"version": "0.109.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.108.7",
"@sanity/base": "^0.109.0",
"@sanity/check": "^0.108.0",
"@sanity/cli": "^0.108.0",
"@sanity/components": "^0.108.13",
"@sanity/core": "^0.108.0",
"@sanity/form-builder": "^0.108.13",
"@sanity/cli": "^0.109.0",
"@sanity/components": "^0.109.0",
"@sanity/core": "^0.109.0",
"@sanity/form-builder": "^0.109.0",
"babel-plugin-lodash": "^3.2.11",
"lodash": "^4.17.4",
"rimraf": "^2.6.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/imagetool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/imagetool",
"version": "0.108.0",
"version": "0.109.0",
"description": "The image hotspot selector / cropper used in Sanity",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"lodash": "^4.17.4"
},
"devDependencies": {
"@sanity/state-router": "^0.108.0",
"@sanity/state-router": "^0.109.0",
"babel-plugin-lodash": "^3.2.11",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/observable/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sanity/observable",
"description": "A small-ish RxJS based Observable implementation for Sanity",
"version": "0.108.0",
"version": "0.109.0",
"main": "index.js",
"scripts": {
"clean": "rimraf lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/plugin-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/plugin-loader",
"version": "0.108.0",
"version": "0.109.0",
"description": "Monkey-patches node's require algorithm to allow requiring of Sanity parts",
"main": "loader.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/schema",
"version": "0.108.0",
"version": "0.109.0",
"description": "",
"main": "lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/state-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/state-router",
"version": "0.108.0",
"version": "0.109.0",
"description": "A path pattern => state object bidirectional mapper",
"main": "lib/index.js",
"scripts": {
Expand Down
22 changes: 11 additions & 11 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.108.13",
"version": "0.109.0",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
Expand All @@ -14,16 +14,16 @@
"sanity"
],
"dependencies": {
"@sanity/base": "^0.108.7",
"@sanity/cli": "^0.108.0",
"@sanity/code-input": "^0.108.13",
"@sanity/components": "^0.108.13",
"@sanity/core": "^0.108.0",
"@sanity/date-input": "^0.108.13",
"@sanity/default-layout": "^0.108.13",
"@sanity/base": "^0.109.0",
"@sanity/cli": "^0.109.0",
"@sanity/code-input": "^0.109.0",
"@sanity/components": "^0.109.0",
"@sanity/core": "^0.109.0",
"@sanity/date-input": "^0.109.0",
"@sanity/default-layout": "^0.109.0",
"@sanity/default-login": "^0.108.0",
"@sanity/desk-tool": "^0.108.13",
"@sanity/form-builder": "^0.108.13",
"@sanity/desk-tool": "^0.109.0",
"@sanity/form-builder": "^0.109.0",
"@sanity/storybook": "^0.108.0",
"bio-pv": "^1.8.1",
"date-fns": "^1.28.4",
Expand All @@ -35,7 +35,7 @@
"react-ace": "^4.3.0",
"react-dom": "^15.5.4",
"react-icons": "^2.2.5",
"sanity-plugin-vision": "0.108.2"
"sanity-plugin-vision": "^0.109.0"
},
"devDependencies": {
"rimraf": "^2.6.1"
Expand Down
Loading

0 comments on commit e2356b1

Please sign in to comment.