Skip to content

Commit be549fd

Browse files
committedJul 15, 2021
v2.12.3-rc.0
1 parent 78d1bb3 commit be549fd

File tree

42 files changed

+204
-205
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+204
-205
lines changed
 

‎examples/blog-studio/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blog-studio",
33
"private": true,
4-
"version": "2.12.2",
4+
"version": "2.12.3-rc.0",
55
"description": "Content studio running with schema from the blog init template",
66
"main": "package.json",
77
"author": "Sanity.io <hello@sanity.io>",
@@ -18,13 +18,13 @@
1818
"blog-studio"
1919
],
2020
"dependencies": {
21-
"@sanity/base": "2.12.2",
22-
"@sanity/cli": "2.12.2",
23-
"@sanity/core": "2.12.2",
24-
"@sanity/default-layout": "2.12.2",
25-
"@sanity/default-login": "2.11.1",
26-
"@sanity/desk-tool": "2.12.2",
27-
"@sanity/google-maps-input": "2.12.2",
21+
"@sanity/base": "2.12.3-rc.0",
22+
"@sanity/cli": "2.12.3-rc.0",
23+
"@sanity/core": "2.12.3-rc.0",
24+
"@sanity/default-layout": "2.12.3-rc.0",
25+
"@sanity/default-login": "2.12.3-rc.0",
26+
"@sanity/desk-tool": "2.12.3-rc.0",
27+
"@sanity/google-maps-input": "2.12.3-rc.0",
2828
"@sanity/vision": "2.11.2",
2929
"react": "17.0.1",
3030
"react-dom": "17.0.1"

‎examples/clean-studio/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clean-studio",
33
"private": true,
4-
"version": "2.12.2",
4+
"version": "2.12.3-rc.0",
55
"description": "Content studio running with schema from the clean template",
66
"main": "package.json",
77
"author": "Sanity.io <hello@sanity.io>",
@@ -18,13 +18,13 @@
1818
"clean-studio"
1919
],
2020
"dependencies": {
21-
"@sanity/base": "2.12.2",
22-
"@sanity/cli": "2.12.2",
23-
"@sanity/core": "2.12.2",
24-
"@sanity/default-layout": "2.12.2",
25-
"@sanity/default-login": "2.11.1",
26-
"@sanity/desk-tool": "2.12.2",
27-
"@sanity/google-maps-input": "2.12.2",
21+
"@sanity/base": "2.12.3-rc.0",
22+
"@sanity/cli": "2.12.3-rc.0",
23+
"@sanity/core": "2.12.3-rc.0",
24+
"@sanity/default-layout": "2.12.3-rc.0",
25+
"@sanity/default-login": "2.12.3-rc.0",
26+
"@sanity/desk-tool": "2.12.3-rc.0",
27+
"@sanity/google-maps-input": "2.12.3-rc.0",
2828
"@sanity/vision": "2.11.2",
2929
"react": "17.0.1",
3030
"react-dom": "17.0.1"

2 commit comments

Comments
 (2)

vercel[bot] commented on Jul 15, 2021

@vercel[bot]

Successfully deployed to the following URLs:

test-studio – ./

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

vercel[bot] commented on Jul 15, 2021

@vercel[bot]

Successfully deployed to the following URLs:

perf-studio – ./

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

Please sign in to comment.