Skip to content

Commit

Permalink
v2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rexxars committed May 24, 2021
1 parent 308543d commit 67c0d1a
Show file tree
Hide file tree
Showing 38 changed files with 187 additions and 187 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.10.4",
"version": "2.10.5",
"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.10.2",
"@sanity/cli": "2.10.0",
"@sanity/core": "2.10.2",
"@sanity/default-layout": "2.10.2",
"@sanity/default-login": "2.8.0",
"@sanity/desk-tool": "2.10.4",
"@sanity/google-maps-input": "2.10.2",
"@sanity/vision": "2.10.0",
"@sanity/base": "2.10.5",
"@sanity/cli": "2.10.5",
"@sanity/core": "2.10.5",
"@sanity/default-layout": "2.10.5",
"@sanity/default-login": "2.10.5",
"@sanity/desk-tool": "2.10.5",
"@sanity/google-maps-input": "2.10.5",
"@sanity/vision": "2.10.5",
"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.10.4",
"version": "2.10.5",
"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.10.2",
"@sanity/cli": "2.10.0",
"@sanity/core": "2.10.2",
"@sanity/default-layout": "2.10.2",
"@sanity/default-login": "2.8.0",
"@sanity/desk-tool": "2.10.4",
"@sanity/google-maps-input": "2.10.2",
"@sanity/vision": "2.10.0",
"@sanity/base": "2.10.5",
"@sanity/cli": "2.10.5",
"@sanity/core": "2.10.5",
"@sanity/default-layout": "2.10.5",
"@sanity/default-login": "2.10.5",
"@sanity/desk-tool": "2.10.5",
"@sanity/google-maps-input": "2.10.5",
"@sanity/vision": "2.10.5",
"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.10.4",
"version": "2.10.5",
"description": "Sanity Design Studio",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -18,18 +18,18 @@
"design-studio"
],
"dependencies": {
"@sanity/base": "2.10.2",
"@sanity/cli": "2.10.0",
"@sanity/base": "2.10.5",
"@sanity/cli": "2.10.5",
"@sanity/color": "^2.0.15",
"@sanity/core": "2.10.2",
"@sanity/default-layout": "2.10.2",
"@sanity/default-login": "2.8.0",
"@sanity/desk-tool": "2.10.4",
"@sanity/google-maps-input": "2.10.2",
"@sanity/react-hooks": "2.10.0",
"@sanity/types": "2.10.0",
"@sanity/core": "2.10.5",
"@sanity/default-layout": "2.10.5",
"@sanity/default-login": "2.10.5",
"@sanity/desk-tool": "2.10.5",
"@sanity/google-maps-input": "2.10.5",
"@sanity/react-hooks": "2.10.5",
"@sanity/types": "2.10.5",
"@sanity/ui": "^0.33.19",
"@sanity/vision": "2.10.0",
"@sanity/vision": "2.10.5",
"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.10.4",
"version": "2.10.5",
"description": "",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -19,13 +19,13 @@
"ecommerce-studio"
],
"dependencies": {
"@sanity/base": "2.10.2",
"@sanity/cli": "2.10.0",
"@sanity/core": "2.10.2",
"@sanity/default-layout": "2.10.2",
"@sanity/default-login": "2.8.0",
"@sanity/desk-tool": "2.10.4",
"@sanity/vision": "2.10.0",
"@sanity/base": "2.10.5",
"@sanity/cli": "2.10.5",
"@sanity/core": "2.10.5",
"@sanity/default-layout": "2.10.5",
"@sanity/default-login": "2.10.5",
"@sanity/desk-tool": "2.10.5",
"@sanity/vision": "2.10.5",
"react": "17.0.1",
"react-barcode": "^1.3.2",
"react-dom": "17.0.1"
Expand Down
20 changes: 10 additions & 10 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.10.4",
"version": "2.10.5",
"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.10.2",
"@sanity/base": "2.10.5",
"@sanity/block-tools": "2.10.0",
"@sanity/cli": "2.10.0",
"@sanity/cli": "2.10.5",
"@sanity/code-input": "2.9.0",
"@sanity/core": "2.10.2",
"@sanity/default-layout": "2.10.2",
"@sanity/default-login": "2.8.0",
"@sanity/desk-tool": "2.10.4",
"@sanity/form-builder": "2.10.4",
"@sanity/core": "2.10.5",
"@sanity/default-layout": "2.10.5",
"@sanity/default-login": "2.10.5",
"@sanity/desk-tool": "2.10.5",
"@sanity/form-builder": "2.10.5",
"@sanity/language-filter": "2.9.0",
"@sanity/storybook": "2.10.2",
"@sanity/vision": "2.10.0",
"@sanity/storybook": "2.10.5",
"@sanity/vision": "2.10.5",
"bio-pv": "^1.8.1",
"date-fns": "^2.16.1",
"fetch": "^1.1.0",
Expand Down
18 changes: 9 additions & 9 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.10.4",
"version": "2.10.5",
"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.10.2",
"@sanity/cli": "2.10.0",
"@sanity/core": "2.10.2",
"@sanity/default-layout": "2.10.2",
"@sanity/default-login": "2.8.0",
"@sanity/desk-tool": "2.10.4",
"@sanity/google-maps-input": "2.10.2",
"@sanity/base": "2.10.5",
"@sanity/cli": "2.10.5",
"@sanity/core": "2.10.5",
"@sanity/default-layout": "2.10.5",
"@sanity/default-login": "2.10.5",
"@sanity/desk-tool": "2.10.5",
"@sanity/google-maps-input": "2.10.5",
"@sanity/production-preview": "2.2.6",
"@sanity/vision": "2.10.0",
"@sanity/vision": "2.10.5",
"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.10.4",
"version": "2.10.5",
"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.10.2",
"@sanity/cli": "2.10.0",
"@sanity/core": "2.10.2",
"@sanity/default-layout": "2.10.2",
"@sanity/default-login": "2.8.0",
"@sanity/desk-tool": "2.10.4",
"@sanity/google-maps-input": "2.10.2",
"@sanity/types": "2.10.0",
"@sanity/vision": "2.10.0",
"@sanity/base": "2.10.5",
"@sanity/cli": "2.10.5",
"@sanity/core": "2.10.5",
"@sanity/default-layout": "2.10.5",
"@sanity/default-login": "2.10.5",
"@sanity/desk-tool": "2.10.5",
"@sanity/google-maps-input": "2.10.5",
"@sanity/types": "2.10.5",
"@sanity/vision": "2.10.5",
"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.10.4",
"version": "2.10.5",
"private": true,
"description": "",
"main": "package.json",
Expand All @@ -10,14 +10,14 @@
"start": "sanity start --port 9002"
},
"dependencies": {
"@sanity/base": "2.10.2",
"@sanity/core": "2.10.2",
"@sanity/default-layout": "2.10.2",
"@sanity/default-login": "2.8.0",
"@sanity/desk-tool": "2.10.4",
"@sanity/google-maps-input": "2.10.2",
"@sanity/server": "2.10.0",
"@sanity/storybook": "2.10.2",
"@sanity/base": "2.10.5",
"@sanity/core": "2.10.5",
"@sanity/default-layout": "2.10.5",
"@sanity/default-login": "2.10.5",
"@sanity/desk-tool": "2.10.5",
"@sanity/google-maps-input": "2.10.5",
"@sanity/server": "2.10.5",
"@sanity/storybook": "2.10.5",
"prop-types": "^15.6.0",
"react": "17.0.1",
"react-dom": "17.0.1"
Expand Down
28 changes: 14 additions & 14 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.10.4",
"version": "2.10.5",
"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.10.2",
"@sanity/cli": "2.10.0",
"@sanity/base": "2.10.5",
"@sanity/cli": "2.10.5",
"@sanity/code-input": "2.9.0",
"@sanity/color-input": "2.2.6",
"@sanity/core": "2.10.2",
"@sanity/dashboard": "2.7.0",
"@sanity/default-layout": "2.10.2",
"@sanity/default-login": "2.8.0",
"@sanity/desk-tool": "2.10.4",
"@sanity/form-builder": "2.10.4",
"@sanity/google-maps-input": "2.10.2",
"@sanity/core": "2.10.5",
"@sanity/dashboard": "2.10.5",
"@sanity/default-layout": "2.10.5",
"@sanity/default-login": "2.10.5",
"@sanity/desk-tool": "2.10.5",
"@sanity/form-builder": "2.10.5",
"@sanity/google-maps-input": "2.10.5",
"@sanity/image-url": "^0.140.19",
"@sanity/production-preview": "2.2.6",
"@sanity/react-hooks": "2.10.0",
"@sanity/react-hooks": "2.10.5",
"@sanity/studio-hints": "2.7.0",
"@sanity/types": "2.10.0",
"@sanity/util": "2.10.0",
"@sanity/vision": "2.10.0",
"@sanity/types": "2.10.5",
"@sanity/util": "2.10.5",
"@sanity/vision": "2.10.5",
"@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.10.4"
"version": "2.10.5"
}
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": "2.10.2",
"version": "2.10.5",
"description": "Sanity plugin containing the base components and roles for a Sanity configuration",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -33,21 +33,21 @@
"@popperjs/core": "^2.5.4",
"@reach/auto-id": "^0.13.2",
"@sanity/bifur-client": "^0.0.8",
"@sanity/client": "2.8.0",
"@sanity/client": "2.10.5",
"@sanity/color": "^2.0.15",
"@sanity/generate-help-url": "2.2.6",
"@sanity/icons": "1.0.5",
"@sanity/image-url": "^0.140.19",
"@sanity/initial-value-templates": "2.10.0",
"@sanity/initial-value-templates": "2.10.5",
"@sanity/mutator": "2.10.2",
"@sanity/schema": "2.10.0",
"@sanity/state-router": "2.7.4",
"@sanity/structure": "2.10.0",
"@sanity/structure": "2.10.5",
"@sanity/transaction-collator": "2.7.4",
"@sanity/types": "2.10.0",
"@sanity/types": "2.10.5",
"@sanity/ui": "^0.33.19",
"@sanity/util": "2.10.0",
"@sanity/validation": "2.10.0",
"@sanity/util": "2.10.5",
"@sanity/validation": "2.10.5",
"boundless-arrow-key-navigation": "^1.1.0",
"chance": "^1.0.4",
"circular-at": "^1.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli",
"version": "2.10.0",
"version": "2.10.5",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"main": "lib/cli.js",
"bin": {
Expand Down Expand Up @@ -39,9 +39,9 @@
},
"homepage": "https://www.sanity.io/",
"devDependencies": {
"@sanity/client": "2.8.0",
"@sanity/resolver": "2.10.0",
"@sanity/util": "2.10.0",
"@sanity/client": "2.10.5",
"@sanity/resolver": "2.10.5",
"@sanity/util": "2.10.5",
"boxen": "^4.1.0",
"chalk": "^2.3.0",
"configstore": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/client",
"version": "2.8.0",
"version": "2.10.5",
"description": "Client for retrieving data from Sanity",
"main": "lib/sanityClient.js",
"umd": "umd/sanityClient.min.js",
Expand Down
Loading

2 comments on commit 67c0d1a

@vercel
Copy link

@vercel vercel bot commented on 67c0d1a May 24, 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-git-next.sanity.build
test-studio.sanity.build

@vercel
Copy link

@vercel vercel bot commented on 67c0d1a May 24, 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

Please sign in to comment.