Skip to content

Commit

Permalink
v2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedicte Emilie Brækken committed Feb 1, 2021
1 parent d26cf63 commit bb09b0c
Show file tree
Hide file tree
Showing 56 changed files with 233 additions and 233 deletions.
18 changes: 9 additions & 9 deletions examples/blog-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "blog-studio",
"private": true,
"version": "2.2.5",
"version": "2.2.6",
"description": "Content studio running with schema from the blog init template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -18,14 +18,14 @@
"blog-studio"
],
"dependencies": {
"@sanity/base": "2.2.5",
"@sanity/cli": "2.2.5",
"@sanity/core": "2.2.3",
"@sanity/default-layout": "2.2.5",
"@sanity/default-login": "2.1.4",
"@sanity/desk-tool": "2.2.5",
"@sanity/google-maps-input": "2.2.5",
"@sanity/vision": "2.1.4",
"@sanity/base": "2.2.6",
"@sanity/cli": "2.2.6",
"@sanity/core": "2.2.6",
"@sanity/default-layout": "2.2.6",
"@sanity/default-login": "2.2.6",
"@sanity/desk-tool": "2.2.6",
"@sanity/google-maps-input": "2.2.6",
"@sanity/vision": "2.2.6",
"react": "17.0.1",
"react-dom": "17.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions examples/clean-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clean-studio",
"private": true,
"version": "2.2.5",
"version": "2.2.6",
"description": "Content studio running with schema from the clean template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -18,14 +18,14 @@
"clean-studio"
],
"dependencies": {
"@sanity/base": "2.2.5",
"@sanity/cli": "2.2.5",
"@sanity/core": "2.2.3",
"@sanity/default-layout": "2.2.5",
"@sanity/default-login": "2.1.4",
"@sanity/desk-tool": "2.2.5",
"@sanity/google-maps-input": "2.2.5",
"@sanity/vision": "2.1.4",
"@sanity/base": "2.2.6",
"@sanity/cli": "2.2.6",
"@sanity/core": "2.2.6",
"@sanity/default-layout": "2.2.6",
"@sanity/default-login": "2.2.6",
"@sanity/desk-tool": "2.2.6",
"@sanity/google-maps-input": "2.2.6",
"@sanity/vision": "2.2.6",
"react": "17.0.1",
"react-dom": "17.0.1"
},
Expand Down
22 changes: 11 additions & 11 deletions examples/design-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "design-studio",
"version": "2.2.5",
"version": "2.2.6",
"description": "Sanity Design Studio",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -18,16 +18,16 @@
"design-studio"
],
"dependencies": {
"@sanity/base": "2.2.5",
"@sanity/cli": "2.2.5",
"@sanity/core": "2.2.3",
"@sanity/default-layout": "2.2.5",
"@sanity/default-login": "2.1.4",
"@sanity/desk-tool": "2.2.5",
"@sanity/google-maps-input": "2.2.5",
"@sanity/react-hooks": "2.2.3",
"@sanity/types": "2.2.3",
"@sanity/vision": "2.1.4",
"@sanity/base": "2.2.6",
"@sanity/cli": "2.2.6",
"@sanity/core": "2.2.6",
"@sanity/default-layout": "2.2.6",
"@sanity/default-login": "2.2.6",
"@sanity/desk-tool": "2.2.6",
"@sanity/google-maps-input": "2.2.6",
"@sanity/react-hooks": "2.2.6",
"@sanity/types": "2.2.6",
"@sanity/vision": "2.2.6",
"prop-types": "^15.6.0",
"react": "17.0.1",
"react-dom": "17.0.1",
Expand Down
16 changes: 8 additions & 8 deletions examples/ecommerce-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ecommerce-studio",
"private": true,
"version": "2.2.5",
"version": "2.2.6",
"description": "",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -19,13 +19,13 @@
"ecommerce-studio"
],
"dependencies": {
"@sanity/base": "2.2.5",
"@sanity/cli": "2.2.5",
"@sanity/core": "2.2.3",
"@sanity/default-layout": "2.2.5",
"@sanity/default-login": "2.1.4",
"@sanity/desk-tool": "2.2.5",
"@sanity/vision": "2.1.4",
"@sanity/base": "2.2.6",
"@sanity/cli": "2.2.6",
"@sanity/core": "2.2.6",
"@sanity/default-layout": "2.2.6",
"@sanity/default-login": "2.2.6",
"@sanity/desk-tool": "2.2.6",
"@sanity/vision": "2.2.6",
"react": "17.0.1",
"react-barcode": "^1.3.2",
"react-dom": "17.0.1"
Expand Down
26 changes: 13 additions & 13 deletions examples/example-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-studio",
"private": true,
"version": "2.2.5",
"version": "2.2.6",
"description": "A sanity studio with instructional examples and useful patterns",
"author": "Sanity.io <hello@sanity.io>",
"license": "MIT",
Expand All @@ -18,18 +18,18 @@
"example-studio"
],
"dependencies": {
"@sanity/base": "2.2.5",
"@sanity/block-tools": "2.2.0",
"@sanity/cli": "2.2.5",
"@sanity/code-input": "2.1.4",
"@sanity/core": "2.2.3",
"@sanity/default-layout": "2.2.5",
"@sanity/default-login": "2.1.4",
"@sanity/desk-tool": "2.2.5",
"@sanity/form-builder": "2.2.5",
"@sanity/language-filter": "2.1.4",
"@sanity/storybook": "2.2.3",
"@sanity/vision": "2.1.4",
"@sanity/base": "2.2.6",
"@sanity/block-tools": "2.2.6",
"@sanity/cli": "2.2.6",
"@sanity/code-input": "2.2.6",
"@sanity/core": "2.2.6",
"@sanity/default-layout": "2.2.6",
"@sanity/default-login": "2.2.6",
"@sanity/desk-tool": "2.2.6",
"@sanity/form-builder": "2.2.6",
"@sanity/language-filter": "2.2.6",
"@sanity/storybook": "2.2.6",
"@sanity/vision": "2.2.6",
"bio-pv": "^1.8.1",
"date-fns": "^2.16.1",
"fetch": "^1.1.0",
Expand Down
20 changes: 10 additions & 10 deletions examples/movies-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "movies-studio",
"private": true,
"version": "2.2.5",
"version": "2.2.6",
"description": "Content studio running with schema from the moviedb init template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -19,15 +19,15 @@
"movies-studio"
],
"dependencies": {
"@sanity/base": "2.2.5",
"@sanity/cli": "2.2.5",
"@sanity/core": "2.2.3",
"@sanity/default-layout": "2.2.5",
"@sanity/default-login": "2.1.4",
"@sanity/desk-tool": "2.2.5",
"@sanity/google-maps-input": "2.2.5",
"@sanity/production-preview": "2.1.4",
"@sanity/vision": "2.1.4",
"@sanity/base": "2.2.6",
"@sanity/cli": "2.2.6",
"@sanity/core": "2.2.6",
"@sanity/default-layout": "2.2.6",
"@sanity/default-login": "2.2.6",
"@sanity/desk-tool": "2.2.6",
"@sanity/google-maps-input": "2.2.6",
"@sanity/production-preview": "2.2.6",
"@sanity/vision": "2.2.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-icons": "^3.11.0"
Expand Down
20 changes: 10 additions & 10 deletions examples/perf-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "perf-studio",
"private": true,
"version": "2.2.5",
"version": "2.2.6",
"description": "Content studio running with schema from the clean template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -19,15 +19,15 @@
"clean-studio"
],
"dependencies": {
"@sanity/base": "2.2.5",
"@sanity/cli": "2.2.5",
"@sanity/core": "2.2.3",
"@sanity/default-layout": "2.2.5",
"@sanity/default-login": "2.1.4",
"@sanity/desk-tool": "2.2.5",
"@sanity/google-maps-input": "2.2.5",
"@sanity/vision": "2.1.4",
"@sanity/types": "2.2.3",
"@sanity/base": "2.2.6",
"@sanity/cli": "2.2.6",
"@sanity/core": "2.2.6",
"@sanity/default-layout": "2.2.6",
"@sanity/default-login": "2.2.6",
"@sanity/desk-tool": "2.2.6",
"@sanity/google-maps-input": "2.2.6",
"@sanity/types": "2.2.6",
"@sanity/vision": "2.2.6",
"react": "17.0.1",
"react-dom": "17.0.1"
},
Expand Down
18 changes: 9 additions & 9 deletions examples/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "2.2.5",
"version": "2.2.6",
"private": true,
"description": "",
"main": "package.json",
Expand All @@ -10,14 +10,14 @@
"start": "sanity start --port 9002"
},
"dependencies": {
"@sanity/base": "2.2.5",
"@sanity/core": "2.2.3",
"@sanity/default-layout": "2.2.5",
"@sanity/default-login": "2.1.4",
"@sanity/desk-tool": "2.2.5",
"@sanity/google-maps-input": "2.2.5",
"@sanity/server": "2.2.3",
"@sanity/storybook": "2.2.3",
"@sanity/base": "2.2.6",
"@sanity/core": "2.2.6",
"@sanity/default-layout": "2.2.6",
"@sanity/default-login": "2.2.6",
"@sanity/desk-tool": "2.2.6",
"@sanity/google-maps-input": "2.2.6",
"@sanity/server": "2.2.6",
"@sanity/storybook": "2.2.6",
"prop-types": "^15.6.0",
"react": "17.0.1",
"react-dom": "17.0.1"
Expand Down
36 changes: 18 additions & 18 deletions examples/test-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-studio",
"private": true,
"version": "2.2.5",
"version": "2.2.6",
"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 @@ -19,24 +19,24 @@
"test-studio"
],
"dependencies": {
"@sanity/base": "2.2.5",
"@sanity/cli": "2.2.5",
"@sanity/code-input": "2.1.4",
"@sanity/color-input": "2.1.4",
"@sanity/core": "2.2.3",
"@sanity/dashboard": "2.1.4",
"@sanity/default-layout": "2.2.5",
"@sanity/default-login": "2.1.4",
"@sanity/desk-tool": "2.2.5",
"@sanity/form-builder": "2.2.5",
"@sanity/google-maps-input": "2.2.5",
"@sanity/base": "2.2.6",
"@sanity/cli": "2.2.6",
"@sanity/code-input": "2.2.6",
"@sanity/color-input": "2.2.6",
"@sanity/core": "2.2.6",
"@sanity/dashboard": "2.2.6",
"@sanity/default-layout": "2.2.6",
"@sanity/default-login": "2.2.6",
"@sanity/desk-tool": "2.2.6",
"@sanity/form-builder": "2.2.6",
"@sanity/google-maps-input": "2.2.6",
"@sanity/image-url": "^0.140.19",
"@sanity/production-preview": "2.1.4",
"@sanity/react-hooks": "2.2.3",
"@sanity/studio-hints": "2.1.4",
"@sanity/types": "2.2.3",
"@sanity/util": "2.2.3",
"@sanity/vision": "2.1.4",
"@sanity/production-preview": "2.2.6",
"@sanity/react-hooks": "2.2.6",
"@sanity/studio-hints": "2.2.6",
"@sanity/types": "2.2.6",
"@sanity/util": "2.2.6",
"@sanity/vision": "2.2.6",
"@turf/helpers": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
"bio-pv": "^1.8.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"packages/groq",
"packages/sanity"
],
"version": "2.2.5"
"version": "2.2.6"
}
24 changes: 12 additions & 12 deletions packages/@sanity/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/base",
"version": "2.2.5",
"version": "2.2.6",
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -32,21 +32,21 @@
"@popperjs/core": "^2.5.4",
"@reach/auto-id": "^0.10.5",
"@sanity/bifur-client": "^0.0.7",
"@sanity/client": "2.1.4",
"@sanity/client": "2.2.6",
"@sanity/color": "^1.0.0",
"@sanity/generate-help-url": "2.1.4",
"@sanity/generate-help-url": "2.2.6",
"@sanity/icons": "^1.0.1",
"@sanity/image-url": "^0.140.19",
"@sanity/initial-value-templates": "2.2.3",
"@sanity/mutator": "2.1.4",
"@sanity/schema": "2.2.0",
"@sanity/state-router": "2.1.4",
"@sanity/structure": "2.2.3",
"@sanity/transaction-collator": "2.1.4",
"@sanity/types": "2.2.3",
"@sanity/initial-value-templates": "2.2.6",
"@sanity/mutator": "2.2.6",
"@sanity/schema": "2.2.6",
"@sanity/state-router": "2.2.6",
"@sanity/structure": "2.2.6",
"@sanity/transaction-collator": "2.2.6",
"@sanity/types": "2.2.6",
"@sanity/ui": "^0.33.0",
"@sanity/util": "2.2.3",
"@sanity/validation": "2.2.2",
"@sanity/util": "2.2.6",
"@sanity/validation": "2.2.6",
"boundless-arrow-key-navigation": "^1.1.0",
"chance": "^1.0.4",
"circular-at": "^1.0.3",
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": "2.2.0",
"version": "2.2.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": "2.2.0",
"@sanity/schema": "2.2.6",
"assert": "^1.4.1",
"jest": "^26.4.2",
"jsdom": "^12.0.0",
Expand Down
Loading

2 comments on commit bb09b0c

@vercel
Copy link

@vercel vercel bot commented on bb09b0c Feb 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

perf-studio – ./

perf-studio-git-next.sanity.build
perf-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on bb09b0c Feb 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

test-studio – ./

test-studio.now.sh
test-studio-git-next.sanity.build
test-studio.sanity.build

Please sign in to comment.