Skip to content

Commit

Permalink
v3.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent 2e77986 commit ebc54c5
Show file tree
Hide file tree
Showing 35 changed files with 78 additions and 78 deletions.
2 changes: 1 addition & 1 deletion dev/depcheck-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "depcheck-test",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>"
Expand Down
2 changes: 1 addition & 1 deletion dev/design-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "design-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"description": "Sanity Design Studio",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion dev/embedded-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embedded-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"scripts": {
"build": "tsc && vite build",
Expand Down
2 changes: 1 addition & 1 deletion dev/page-building-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-page-building-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
2 changes: 1 addition & 1 deletion dev/starter-next-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-starter-next-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
2 changes: 1 addition & 1 deletion dev/starter-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-starter-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
2 changes: 1 addition & 1 deletion dev/strict-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-strict-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
4 changes: 2 additions & 2 deletions dev/studio-e2e-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "studio-e2e-testing",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"keywords": [
"sanity"
Expand All @@ -18,7 +18,7 @@
"@sanity/google-maps-input": "^4.0.0",
"@sanity/icons": "^3.3.1",
"@sanity/ui": "^2.8.8",
"@sanity/vision": "3.52.1",
"@sanity/vision": "3.52.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sanity": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion dev/test-next-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-test-next-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
4 changes: 2 additions & 2 deletions dev/test-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-test-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
Expand All @@ -19,7 +19,7 @@
"@portabletext/editor": "^1.0.8",
"@portabletext/react": "^3.0.0",
"@sanity/assist": "^3.0.2",
"@sanity/block-tools": "3.52.1",
"@sanity/block-tools": "3.52.2",
"@sanity/client": "^6.21.1",
"@sanity/color": "^3.0.0",
"@sanity/google-maps-input": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"description": "Content studio running with schema from the blog init template",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion examples/clean-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clean-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"description": "Content studio running with schema from the clean template",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions examples/ecommerce-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ecommerce-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"description": "",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"start": "sanity dev --port 3337"
},
"dependencies": {
"@sanity/cli": "3.52.1",
"@sanity/cli": "3.52.2",
"@sanity/ui": "^2.8.8",
"react": "^18.3.1",
"react-barcode": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/movies-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "movies-studio",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"description": "Content studio running with schema from the moviedb init template",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"packages/groq",
"packages/sanity"
],
"version": "3.52.1"
"version": "3.52.2"
}
2 changes: 1 addition & 1 deletion packages/@repo/package.bundle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/package.bundle",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"description": "Shared package bundle configuration",
"main": "./src/package.bundle.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/package.config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/package.config",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"description": "Shared @sanity/pkg-utils configuration",
"main": "./src/package.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/test-exports/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@repo/test-exports",
"version": "3.52.1",
"version": "3.52.2",
"private": true,
"description": "Ensures that all the monorepo packages that are published works in native node ESM and CJS runtimes",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@repo/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@repo/tsconfig",
"version": "3.52.1",
"version": "3.52.2",
"private": true
}
6 changes: 3 additions & 3 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": "3.52.1",
"version": "3.52.2",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
"keywords": [
"sanity",
Expand Down Expand Up @@ -55,8 +55,8 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/package.config": "workspace:*",
"@sanity/schema": "3.52.1",
"@sanity/types": "3.52.1",
"@sanity/schema": "3.52.2",
"@sanity/types": "3.52.2",
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.14.149",
"@types/react": "^18.3.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli",
"version": "3.52.1",
"version": "3.52.2",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"keywords": [
"sanity",
Expand Down Expand Up @@ -58,9 +58,9 @@
"dependencies": {
"@babel/traverse": "^7.23.5",
"@sanity/client": "^6.21.1",
"@sanity/codegen": "3.52.1",
"@sanity/codegen": "3.52.2",
"@sanity/telemetry": "^0.7.7",
"@sanity/util": "3.52.1",
"@sanity/util": "3.52.2",
"chalk": "^4.1.2",
"debug": "^4.3.4",
"decompress": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/codegen",
"version": "3.52.1",
"version": "3.52.2",
"description": "Codegen toolkit for Sanity.io",
"keywords": [
"sanity",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/diff/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/diff",
"version": "3.52.1",
"version": "3.52.2",
"description": "Generates diffs between documents and primitive types",
"keywords": [
"sanity",
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/migrate",
"version": "3.52.1",
"version": "3.52.2",
"description": "Tooling for running data migrations on Sanity.io projects",
"keywords": [
"sanity",
Expand Down Expand Up @@ -52,8 +52,8 @@
"dependencies": {
"@bjoerge/mutiny": "^0.5.1",
"@sanity/client": "^6.21.1",
"@sanity/types": "3.52.1",
"@sanity/util": "3.52.1",
"@sanity/types": "3.52.2",
"@sanity/util": "3.52.2",
"arrify": "^2.0.1",
"debug": "^4.3.4",
"fast-fifo": "^1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/mutator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/mutator",
"version": "3.52.1",
"version": "3.52.2",
"description": "A set of models to make it easier to utilize the powerful real time collaborative features of Sanity",
"keywords": [
"sanity",
Expand Down Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@repo/package.config": "workspace:*",
"@sanity/types": "3.52.1",
"@sanity/types": "3.52.2",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"rimraf": "^3.0.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/schema",
"version": "3.52.1",
"version": "3.52.2",
"description": "",
"keywords": [
"sanity",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
"dependencies": {
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.52.1",
"@sanity/types": "3.52.2",
"arrify": "^1.0.1",
"groq-js": "^1.11.0",
"humanize-list": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/types",
"version": "3.52.1",
"version": "3.52.2",
"description": "Type definitions for common Sanity data structures",
"keywords": [
"sanity",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/util",
"version": "3.52.1",
"version": "3.52.2",
"description": "Utilities shared across projects of Sanity",
"keywords": [
"sanity",
Expand Down Expand Up @@ -122,7 +122,7 @@
},
"dependencies": {
"@sanity/client": "^6.21.1",
"@sanity/types": "3.52.1",
"@sanity/types": "3.52.2",
"get-random-values-esm": "1.0.2",
"moment": "^2.29.4",
"rxjs": "^7.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/vision",
"version": "3.52.1",
"version": "3.52.2",
"description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
"keywords": [
"sanity",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-sanity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-sanity",
"version": "3.52.1",
"version": "3.52.2",
"description": "Initialize a new Sanity project",
"keywords": [
"sanity",
Expand All @@ -26,7 +26,7 @@
"index.js"
],
"dependencies": {
"@sanity/cli": "3.52.1",
"@sanity/cli": "3.52.2",
"resolve-pkg": "^2.0.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/groq/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "groq",
"version": "3.52.1",
"version": "3.52.2",
"description": "Tagged template literal for Sanity.io GROQ-queries",
"keywords": [
"sanity",
Expand Down
20 changes: 10 additions & 10 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity",
"version": "3.52.1",
"version": "3.52.2",
"description": "Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches",
"keywords": [
"sanity",
Expand Down Expand Up @@ -158,11 +158,11 @@
"@rexxars/react-json-inspector": "^8.0.1",
"@sanity/asset-utils": "^1.2.5",
"@sanity/bifur-client": "^0.4.1",
"@sanity/block-tools": "3.52.1",
"@sanity/cli": "3.52.1",
"@sanity/block-tools": "3.52.2",
"@sanity/cli": "3.52.2",
"@sanity/client": "^6.21.1",
"@sanity/color": "^3.0.0",
"@sanity/diff": "3.52.1",
"@sanity/diff": "3.52.2",
"@sanity/diff-match-patch": "^3.1.1",
"@sanity/eventsource": "^5.0.0",
"@sanity/export": "^3.41.0",
Expand All @@ -171,14 +171,14 @@
"@sanity/import": "^3.37.3",
"@sanity/insert-menu": "1.0.7",
"@sanity/logos": "^2.1.4",
"@sanity/migrate": "3.52.1",
"@sanity/mutator": "3.52.1",
"@sanity/migrate": "3.52.2",
"@sanity/mutator": "3.52.2",
"@sanity/presentation": "1.16.2",
"@sanity/schema": "3.52.1",
"@sanity/schema": "3.52.2",
"@sanity/telemetry": "^0.7.7",
"@sanity/types": "3.52.1",
"@sanity/types": "3.52.2",
"@sanity/ui": "^2.8.8",
"@sanity/util": "3.52.1",
"@sanity/util": "3.52.2",
"@sanity/uuid": "^3.0.1",
"@sentry/react": "^8.7.0",
"@tanstack/react-table": "^8.16.0",
Expand Down Expand Up @@ -270,7 +270,7 @@
"@playwright/experimental-ct-react": "1.44.1",
"@playwright/test": "1.44.1",
"@repo/package.config": "workspace:*",
"@sanity/codegen": "3.52.1",
"@sanity/codegen": "3.52.2",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/pkg-utils": "6.9.3",
"@sanity/tsdoc": "1.0.83",
Expand Down
Loading

0 comments on commit ebc54c5

Please sign in to comment.