Skip to content

Commit

Permalink
v0.144.2
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Oct 29, 2019
1 parent 82cecfb commit 2ac18f7
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 55 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"packages/storybook",
"packages/test-studio"
],
"version": "0.144.1"
"version": "0.144.2"
}
2 changes: 1 addition & 1 deletion packages/@sanity/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/components",
"version": "0.144.1",
"version": "0.144.2",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
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.144.1",
"version": "0.144.2",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"@sanity/base": "0.144.1",
"@sanity/check": "0.144.0",
"@sanity/cli": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"@sanity/schema": "0.144.0",
"chai": "^4.1.2",
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.144.1",
"version": "0.144.2",
"description": "Tool for managing all sorts of content in a structured manner",
"main": "src/plugin.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -23,7 +23,7 @@
],
"dependencies": {
"@sanity/data-aspects": "0.144.0",
"@sanity/form-builder": "0.144.1",
"@sanity/form-builder": "0.144.2",
"@sanity/generate-help-url": "0.144.0",
"@sanity/mutator": "0.144.0",
"@sanity/schema": "0.144.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@sanity/base": "0.144.1",
"@sanity/check": "0.144.0",
"@sanity/client": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"history": "^4.6.3",
"jest": "^24.9.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.144.1",
"version": "0.144.2",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -65,7 +65,7 @@
"@sanity/base": "0.144.1",
"@sanity/check": "0.144.0",
"@sanity/cli": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"@sanity/plugin-loader": "0.144.0",
"@sanity/server": "0.144.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.144.1",
"version": "0.144.2",
"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 @@ -26,7 +26,7 @@
"@sanity/base": "0.144.1",
"@sanity/check": "0.144.0",
"@sanity/cli": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
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.144.1",
"version": "0.144.2",
"description": "React-based data management tool for Sanity projects",
"main": "lib/SanityVision.js",
"author": "Sanity.io <hello@sanity.io>",
Expand Down Expand Up @@ -34,8 +34,8 @@
"@sanity/base": "0.144.1",
"@sanity/check": "0.144.0",
"@sanity/client": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/default-layout": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/default-layout": "0.144.2",
"prop-types": "^15.6.0",
"react": "16.3.1",
"react-dom": "16.3.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.144.1",
"version": "0.144.2",
"description": "Content studio running with schema from the blog init template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -20,13 +20,13 @@
"dependencies": {
"@sanity/base": "0.144.1",
"@sanity/cli": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"@sanity/default-layout": "0.144.1",
"@sanity/default-layout": "0.144.2",
"@sanity/default-login": "0.144.0",
"@sanity/desk-tool": "0.144.1",
"@sanity/google-maps-input": "0.144.1",
"@sanity/vision": "0.144.1",
"@sanity/desk-tool": "0.144.2",
"@sanity/google-maps-input": "0.144.2",
"@sanity/vision": "0.144.2",
"react": "16.3.1",
"react-dom": "16.3.1"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/clean-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clean-studio",
"private": true,
"version": "0.144.1",
"version": "0.144.2",
"description": "Content studio running with schema from the clean template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -20,13 +20,13 @@
"dependencies": {
"@sanity/base": "0.144.1",
"@sanity/cli": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"@sanity/default-layout": "0.144.1",
"@sanity/default-layout": "0.144.2",
"@sanity/default-login": "0.144.0",
"@sanity/desk-tool": "0.144.1",
"@sanity/google-maps-input": "0.144.1",
"@sanity/vision": "0.144.1",
"@sanity/desk-tool": "0.144.2",
"@sanity/google-maps-input": "0.144.2",
"@sanity/vision": "0.144.2",
"react": "16.3.1",
"react-dom": "16.3.1"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/ecommerce-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ecommerce-studio",
"private": true,
"version": "0.144.1",
"version": "0.144.2",
"description": "",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -21,12 +21,12 @@
"dependencies": {
"@sanity/base": "0.144.1",
"@sanity/cli": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"@sanity/default-layout": "0.144.1",
"@sanity/default-layout": "0.144.2",
"@sanity/default-login": "0.144.0",
"@sanity/desk-tool": "0.144.1",
"@sanity/vision": "0.144.1",
"@sanity/desk-tool": "0.144.2",
"@sanity/vision": "0.144.2",
"react": "16.3.1",
"react-barcode": "^1.3.2",
"react-dom": "16.3.1"
Expand Down
12 changes: 6 additions & 6 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.144.1",
"version": "0.144.2",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
Expand All @@ -22,16 +22,16 @@
"@sanity/block-tools": "0.144.0",
"@sanity/cli": "0.144.0",
"@sanity/code-input": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"@sanity/date-input": "0.144.0",
"@sanity/default-layout": "0.144.1",
"@sanity/default-layout": "0.144.2",
"@sanity/default-login": "0.144.0",
"@sanity/desk-tool": "0.144.1",
"@sanity/form-builder": "0.144.1",
"@sanity/desk-tool": "0.144.2",
"@sanity/form-builder": "0.144.2",
"@sanity/language-filter": "0.144.0",
"@sanity/storybook": "0.144.0",
"@sanity/vision": "0.144.1",
"@sanity/vision": "0.144.2",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
"fetch": "^1.1.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.144.1",
"version": "0.144.2",
"description": "Content studio running with schema from the moviedb init template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -21,14 +21,14 @@
"dependencies": {
"@sanity/base": "0.144.1",
"@sanity/cli": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"@sanity/default-layout": "0.144.1",
"@sanity/default-layout": "0.144.2",
"@sanity/default-login": "0.144.0",
"@sanity/desk-tool": "0.144.1",
"@sanity/google-maps-input": "0.144.1",
"@sanity/desk-tool": "0.144.2",
"@sanity/google-maps-input": "0.144.2",
"@sanity/production-preview": "0.144.0",
"@sanity/vision": "0.144.1",
"@sanity/vision": "0.144.2",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-icons": "^2.2.7"
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.144.1",
"version": "0.144.2",
"private": true,
"description": "",
"main": "config.js",
Expand All @@ -11,12 +11,12 @@
},
"dependencies": {
"@sanity/base": "0.144.1",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"@sanity/default-layout": "0.144.1",
"@sanity/default-layout": "0.144.2",
"@sanity/default-login": "0.144.0",
"@sanity/desk-tool": "0.144.1",
"@sanity/google-maps-input": "0.144.1",
"@sanity/desk-tool": "0.144.2",
"@sanity/google-maps-input": "0.144.2",
"@sanity/server": "0.144.0",
"@sanity/storybook": "0.144.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.144.1",
"version": "0.144.2",
"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 @@ -22,19 +22,19 @@
"@sanity/cli": "0.144.0",
"@sanity/code-input": "0.144.0",
"@sanity/color-input": "0.144.0",
"@sanity/components": "0.144.1",
"@sanity/components": "0.144.2",
"@sanity/core": "0.144.0",
"@sanity/dashboard": "0.144.1",
"@sanity/default-layout": "0.144.1",
"@sanity/default-layout": "0.144.2",
"@sanity/default-login": "0.144.0",
"@sanity/desk-tool": "0.144.1",
"@sanity/form-builder": "0.144.1",
"@sanity/google-maps-input": "0.144.1",
"@sanity/desk-tool": "0.144.2",
"@sanity/form-builder": "0.144.2",
"@sanity/google-maps-input": "0.144.2",
"@sanity/image-url": "0.140.15",
"@sanity/production-preview": "0.144.0",
"@sanity/rich-date-input": "0.144.0",
"@sanity/storybook": "0.144.0",
"@sanity/vision": "0.144.1",
"@sanity/vision": "0.144.2",
"@turf/helpers": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
"bio-pv": "^1.8.1",
Expand Down

0 comments on commit 2ac18f7

Please sign in to comment.