Skip to content

Commit

Permalink
v0.147.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed Dec 19, 2019
1 parent a8267c6 commit 1055c6d
Show file tree
Hide file tree
Showing 19 changed files with 95 additions and 95 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.147.5"
"version": "0.147.6"
}
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.147.3",
"version": "0.147.6",
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@sanity/initial-value-templates": "0.147.0",
"@sanity/observable": "0.147.0",
"@sanity/preview": "0.147.0",
"@sanity/schema": "0.147.0",
"@sanity/schema": "0.147.6",
"@sanity/state-router": "0.147.0",
"@sanity/structure": "0.147.0",
"@sanity/transaction-collator": "0.147.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.147.0",
"version": "0.147.6",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"lodash": "^4.17.15"
},
"devDependencies": {
"@sanity/schema": "0.147.0",
"@sanity/schema": "0.147.6",
"assert": "^1.4.1",
"jest": "^24.9.0",
"jsdom": "^12.0.0",
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.147.3",
"version": "0.147.6",
"description": "Basic UX components",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand Down Expand Up @@ -48,9 +48,9 @@
"string-hash": "^1.1.3"
},
"devDependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/check": "0.147.0",
"@sanity/core": "0.147.3",
"@sanity/core": "0.147.6",
"pre-commit": "^1.2.2",
"prop-types": "^15.6.0",
"react": "16.9.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.147.3",
"version": "0.147.6",
"description": "Sanity core bundle, containing required packages for the development and build process",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@sanity/mutator": "0.147.0",
"@sanity/plugin-loader": "0.147.0",
"@sanity/resolver": "0.147.0",
"@sanity/schema": "0.147.0",
"@sanity/schema": "0.147.6",
"@sanity/server": "0.147.0",
"@sanity/util": "0.147.0",
"@sanity/uuid": "0.147.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/dashboard",
"version": "0.147.3",
"version": "0.147.6",
"description": "Tool for rendering dashboard widgets",
"main": "src/DashboardTool.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -25,7 +25,7 @@
"react-icons": "^2.2.7"
},
"devDependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/check": "0.147.0",
"prop-types": "^15.6.0",
"rimraf": "^2.7.1"
Expand Down
10 changes: 5 additions & 5 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.147.4",
"version": "0.147.6",
"description": "The default layout components for Sanity",
"main": "lib/default-layout.js",
"scripts": {
Expand Down Expand Up @@ -39,12 +39,12 @@
"rxjs": "^6.5.3"
},
"devDependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/check": "0.147.0",
"@sanity/cli": "0.147.3",
"@sanity/components": "0.147.3",
"@sanity/core": "0.147.3",
"@sanity/schema": "0.147.0",
"@sanity/components": "0.147.6",
"@sanity/core": "0.147.6",
"@sanity/schema": "0.147.6",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.0.1",
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.147.5",
"version": "0.147.6",
"description": "Tool for managing all sorts of content in a structured manner",
"main": "lib/index.js",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -23,10 +23,10 @@
],
"dependencies": {
"@sanity/data-aspects": "0.147.0",
"@sanity/form-builder": "0.147.3",
"@sanity/form-builder": "0.147.6",
"@sanity/generate-help-url": "0.147.0",
"@sanity/mutator": "0.147.0",
"@sanity/schema": "0.147.0",
"@sanity/schema": "0.147.6",
"@sanity/structure": "0.147.0",
"@sanity/uuid": "0.147.0",
"@sanity/validation": "0.147.0",
Expand All @@ -50,11 +50,11 @@
"shallow-equals": "^1.0.0"
},
"devDependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/check": "0.147.0",
"@sanity/client": "0.147.3",
"@sanity/components": "0.147.3",
"@sanity/core": "0.147.3",
"@sanity/components": "0.147.6",
"@sanity/core": "0.147.6",
"history": "^4.6.3",
"jest": "^24.9.0",
"postcss-cssnext": "^3.0.2",
Expand Down
12 changes: 6 additions & 6 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.147.3",
"version": "0.147.6",
"description": "Sanity form builder",
"main": "lib/index.js",
"scripts": {
Expand All @@ -23,12 +23,12 @@
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
"dependencies": {
"@sanity/block-tools": "0.147.0",
"@sanity/block-tools": "0.147.6",
"@sanity/generate-help-url": "0.147.0",
"@sanity/image-url": "0.140.15",
"@sanity/imagetool": "0.147.0",
"@sanity/mutator": "0.147.0",
"@sanity/schema": "0.147.0",
"@sanity/schema": "0.147.6",
"@sanity/util": "0.147.0",
"@sanity/uuid": "0.147.0",
"attr-accept": "^1.1.0",
Expand Down Expand Up @@ -63,11 +63,11 @@
"speakingurl": "^13.0.0"
},
"devDependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/check": "0.147.0",
"@sanity/cli": "0.147.3",
"@sanity/components": "0.147.3",
"@sanity/core": "0.147.3",
"@sanity/components": "0.147.6",
"@sanity/core": "0.147.6",
"@sanity/plugin-loader": "0.147.0",
"@sanity/server": "0.147.0",
"@types/diff-match-patch": "^1.0.32",
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.147.3",
"version": "0.147.6",
"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 @@ -20,11 +20,11 @@
"sanity-plugin"
],
"devDependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/check": "0.147.0",
"@sanity/cli": "0.147.3",
"@sanity/components": "0.147.3",
"@sanity/core": "0.147.3",
"@sanity/components": "0.147.6",
"@sanity/core": "0.147.6",
"lodash": "^4.17.15",
"prop-types": "^15.6.0",
"rimraf": "^2.7.1"
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.147.0",
"version": "0.147.6",
"description": "",
"main": "lib/legacy/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 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.147.4",
"version": "0.147.6",
"description": "React-based data management tool for Sanity projects",
"main": "lib/SanityVision.js",
"author": "Sanity.io <hello@sanity.io>",
Expand Down Expand Up @@ -31,11 +31,11 @@
"react-split-pane": "^0.1.84"
},
"devDependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/check": "0.147.0",
"@sanity/client": "0.147.3",
"@sanity/components": "0.147.3",
"@sanity/default-layout": "0.147.4",
"@sanity/components": "0.147.6",
"@sanity/default-layout": "0.147.6",
"prop-types": "^15.6.0",
"react": "16.9.0",
"react-dom": "^16.9.0"
Expand Down
16 changes: 8 additions & 8 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.147.5",
"version": "0.147.6",
"description": "Content studio running with schema from the blog init template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -18,15 +18,15 @@
"blog-studio"
],
"dependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/cli": "0.147.3",
"@sanity/components": "0.147.3",
"@sanity/core": "0.147.3",
"@sanity/default-layout": "0.147.4",
"@sanity/components": "0.147.6",
"@sanity/core": "0.147.6",
"@sanity/default-layout": "0.147.6",
"@sanity/default-login": "0.147.0",
"@sanity/desk-tool": "0.147.5",
"@sanity/google-maps-input": "0.147.3",
"@sanity/vision": "0.147.4",
"@sanity/desk-tool": "0.147.6",
"@sanity/google-maps-input": "0.147.6",
"@sanity/vision": "0.147.6",
"react": "16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
16 changes: 8 additions & 8 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.147.5",
"version": "0.147.6",
"description": "Content studio running with schema from the clean template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -18,15 +18,15 @@
"clean-studio"
],
"dependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/cli": "0.147.3",
"@sanity/components": "0.147.3",
"@sanity/core": "0.147.3",
"@sanity/default-layout": "0.147.4",
"@sanity/components": "0.147.6",
"@sanity/core": "0.147.6",
"@sanity/default-layout": "0.147.6",
"@sanity/default-login": "0.147.0",
"@sanity/desk-tool": "0.147.5",
"@sanity/google-maps-input": "0.147.3",
"@sanity/vision": "0.147.4",
"@sanity/desk-tool": "0.147.6",
"@sanity/google-maps-input": "0.147.6",
"@sanity/vision": "0.147.6",
"react": "16.9.0",
"react-dom": "^16.9.0"
},
Expand Down
14 changes: 7 additions & 7 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.147.5",
"version": "0.147.6",
"description": "",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -19,14 +19,14 @@
"ecommerce-studio"
],
"dependencies": {
"@sanity/base": "0.147.3",
"@sanity/base": "0.147.6",
"@sanity/cli": "0.147.3",
"@sanity/components": "0.147.3",
"@sanity/core": "0.147.3",
"@sanity/default-layout": "0.147.4",
"@sanity/components": "0.147.6",
"@sanity/core": "0.147.6",
"@sanity/default-layout": "0.147.6",
"@sanity/default-login": "0.147.0",
"@sanity/desk-tool": "0.147.5",
"@sanity/vision": "0.147.4",
"@sanity/desk-tool": "0.147.6",
"@sanity/vision": "0.147.6",
"react": "16.9.0",
"react-barcode": "^1.3.2",
"react-dom": "^16.9.0"
Expand Down
18 changes: 9 additions & 9 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.147.5",
"version": "0.147.6",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
Expand All @@ -18,20 +18,20 @@
"example-studio"
],
"dependencies": {
"@sanity/base": "0.147.3",
"@sanity/block-tools": "0.147.0",
"@sanity/base": "0.147.6",
"@sanity/block-tools": "0.147.6",
"@sanity/cli": "0.147.3",
"@sanity/code-input": "0.147.0",
"@sanity/components": "0.147.3",
"@sanity/core": "0.147.3",
"@sanity/components": "0.147.6",
"@sanity/core": "0.147.6",
"@sanity/date-input": "0.147.0",
"@sanity/default-layout": "0.147.4",
"@sanity/default-layout": "0.147.6",
"@sanity/default-login": "0.147.0",
"@sanity/desk-tool": "0.147.5",
"@sanity/form-builder": "0.147.3",
"@sanity/desk-tool": "0.147.6",
"@sanity/form-builder": "0.147.6",
"@sanity/language-filter": "0.147.0",
"@sanity/storybook": "0.147.0",
"@sanity/vision": "0.147.4",
"@sanity/vision": "0.147.6",
"bio-pv": "^1.8.1",
"date-fns": "^1.29.0",
"fetch": "^1.1.0",
Expand Down

0 comments on commit 1055c6d

Please sign in to comment.