Skip to content

Commit 0976604

Browse files
committedJul 15, 2021
v2.13.0
1 parent abb36fe commit 0976604

File tree

56 files changed

+251
-251
lines changed

Some content is hidden

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

56 files changed

+251
-251
lines changed
 

‎examples/blog-studio/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "blog-studio",
33
"private": true,
4-
"version": "2.12.3-rc.0",
4+
"version": "2.13.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,14 +18,14 @@
1818
"blog-studio"
1919
],
2020
"dependencies": {
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",
28-
"@sanity/vision": "2.11.2",
21+
"@sanity/base": "^2.13.0",
22+
"@sanity/cli": "^2.13.0",
23+
"@sanity/core": "^2.13.0",
24+
"@sanity/default-layout": "^2.13.0",
25+
"@sanity/default-login": "^2.13.0",
26+
"@sanity/desk-tool": "^2.13.0",
27+
"@sanity/google-maps-input": "^2.13.0",
28+
"@sanity/vision": "^2.13.0",
2929
"react": "17.0.1",
3030
"react-dom": "17.0.1"
3131
},

‎examples/clean-studio/package.json

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

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.