Skip to content

Commit

Permalink
v3.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 20, 2024
1 parent 19c0e86 commit c29014a
Show file tree
Hide file tree
Showing 33 changed files with 99 additions and 99 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.29.1",
"version": "3.30.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>"
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.29.1",
"version": "3.30.0",
"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,7 +1,7 @@
{
"name": "embedded-studio",
"private": true,
"version": "3.29.1",
"version": "3.30.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
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.29.1",
"version": "3.30.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
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.29.1",
"version": "3.30.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
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.29.1",
"version": "3.30.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand Down
6 changes: 3 additions & 3 deletions dev/studio-e2e-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "studio-e2e-testing",
"private": true,
"version": "3.29.1",
"version": "3.30.0",
"license": "MIT",
"author": "Sanity.io <[email protected]>",
"scripts": {
Expand All @@ -17,13 +17,13 @@
"@sanity/google-maps-input": "^3.0.1",
"@sanity/icons": "^2.8.0",
"@sanity/ui": "^2.0.1",
"@sanity/vision": "3.29.1",
"@sanity/vision": "3.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"sanity": "workspace:^",
"sanity-plugin-mux-input": "^2.2.1",
"sanity-test-studio": "3.29.1",
"sanity-test-studio": "3.30.0",
"styled-components": "^6.1.0"
}
}
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.29.1",
"version": "3.30.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
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.29.1",
"version": "3.30.0",
"private": true,
"license": "MIT",
"author": "Sanity.io <[email protected]>",
Expand All @@ -21,7 +21,7 @@
"@react-three/drei": "^9.80.1",
"@react-three/fiber": "^8.13.6",
"@sanity/assist": "^1.0.8",
"@sanity/block-tools": "3.29.1",
"@sanity/block-tools": "3.30.0",
"@sanity/client": "^6.13.3",
"@sanity/color": "^3.0.0",
"@sanity/google-maps-input": "^3.0.1",
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.29.1",
"version": "3.30.0",
"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.29.1",
"version": "3.30.0",
"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.29.1",
"version": "3.30.0",
"private": true,
"description": "",
"keywords": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"start": "sanity dev --port 3337"
},
"dependencies": {
"@sanity/cli": "3.29.1",
"@sanity/cli": "3.30.0",
"@sanity/ui": "^2.0.1",
"react": "^18.2.0",
"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.29.1",
"version": "3.30.0",
"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 @@ -11,5 +11,5 @@
"packages/groq",
"packages/sanity"
],
"version": "3.29.1"
"version": "3.30.0"
}
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.29.1",
"version": "3.30.0",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
"keywords": [
"sanity",
Expand Down Expand Up @@ -60,8 +60,8 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sanity/schema": "3.29.1",
"@sanity/types": "3.29.1",
"@sanity/schema": "3.30.0",
"@sanity/types": "3.30.0",
"@types/jsdom": "^20.0.0",
"@types/lodash": "^4.14.149",
"@types/react": "^18.2.37",
Expand Down
12 changes: 6 additions & 6 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.29.1",
"version": "3.30.0",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"keywords": [
"sanity",
Expand Down Expand Up @@ -64,7 +64,7 @@
"dependencies": {
"@babel/traverse": "^7.23.5",
"@sanity/telemetry": "^0.7.6",
"@sanity/util": "3.29.1",
"@sanity/util": "3.30.0",
"chalk": "^4.1.2",
"decompress": "^4.2.0",
"esbuild": "^0.19.8",
Expand All @@ -79,10 +79,6 @@
"devDependencies": {
"@jest/globals": "^29.7.0",
"@rexxars/gitconfiglocal": "^3.0.1",
"@types/decompress": "^4.2.4",
"@types/lodash": "^4.14.149",
"@types/rimraf": "^3.0.2",
"@types/validate-npm-package-name": "^3.0.3",
"@rollup/plugin-node-resolve": "^15.2.3",
"@sanity/client": "^6.13.3",
"@sanity/eslint-config-studio": "^3.0.1",
Expand All @@ -91,12 +87,16 @@
"@types/configstore": "^5.0.1",
"@types/cpx": "^1.5.2",
"@types/debug": "^4.1.7",
"@types/decompress": "^4.2.4",
"@types/inquirer": "^6.0.0",
"@types/lodash": "^4.14.149",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.8",
"@types/rimraf": "^3.0.2",
"@types/semver": "^7.5.6",
"@types/semver-compare": "^1.0.1",
"@types/tar": "^6.1.3",
"@types/validate-npm-package-name": "^3.0.3",
"@types/which": "^2.0.1",
"@vercel/frameworks": "1.6.0",
"@vercel/fs-detectors": "4.1.3",
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.29.1",
"version": "3.30.0",
"description": "Generates diffs between documents and primitive types",
"keywords": [
"sanity",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/export",
"version": "3.29.1",
"version": "3.30.0",
"description": "Export Sanity documents and assets",
"keywords": [
"sanity",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"dependencies": {
"@sanity/util": "3.29.1",
"@sanity/util": "3.30.0",
"archiver": "^5.0.0",
"debug": "^4.3.4",
"get-it": "^8.4.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/import-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/import-cli",
"version": "3.29.1",
"version": "3.30.0",
"description": "CLI tool that imports documents from an ndjson file or URL",
"keywords": [
"sanity",
Expand Down Expand Up @@ -32,7 +32,7 @@
],
"dependencies": {
"@sanity/client": "^6.13.3",
"@sanity/import": "3.29.1",
"@sanity/import": "3.30.0",
"get-it": "^8.4.4",
"meow": "^9.0.0",
"ora": "^5.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/import/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/import",
"version": "3.29.1",
"version": "3.30.0",
"description": "Import documents to a Sanity dataset",
"keywords": [
"sanity",
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@sanity/asset-utils": "^1.2.5",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/mutator": "3.29.1",
"@sanity/mutator": "3.30.0",
"@sanity/uuid": "^3.0.1",
"debug": "^4.3.4",
"file-url": "^2.0.2",
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.29.1",
"version": "3.30.0",
"description": "Tooling for running data migrations on Sanity.io projects",
"keywords": [
"sanity",
Expand Down Expand Up @@ -65,8 +65,8 @@
"dependencies": {
"@bjoerge/mutiny": "^0.5.1",
"@sanity/client": "^6.13.3",
"@sanity/types": "3.29.1",
"@sanity/util": "3.29.1",
"@sanity/types": "3.30.0",
"@sanity/util": "3.30.0",
"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.29.1",
"version": "3.30.0",
"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 @@ -62,7 +62,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@sanity/types": "3.29.1",
"@sanity/types": "3.30.0",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.149",
"rimraf": "^3.0.2"
Expand Down
10 changes: 5 additions & 5 deletions packages/@sanity/portable-text-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/portable-text-editor",
"version": "3.29.1",
"version": "3.30.0",
"description": "Portable Text Editor made in React",
"keywords": [
"sanity",
Expand Down Expand Up @@ -64,10 +64,10 @@
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json"
},
"dependencies": {
"@sanity/block-tools": "3.29.1",
"@sanity/schema": "3.29.1",
"@sanity/types": "3.29.1",
"@sanity/util": "3.29.1",
"@sanity/block-tools": "3.30.0",
"@sanity/schema": "3.30.0",
"@sanity/types": "3.30.0",
"@sanity/util": "3.30.0",
"debug": "^3.2.7",
"is-hotkey": "^0.2.0",
"lodash": "^4.17.21",
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.29.1",
"version": "3.30.0",
"description": "",
"keywords": [
"sanity",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.29.1",
"@sanity/types": "3.30.0",
"arrify": "^1.0.1",
"humanize-list": "^1.0.1",
"leven": "^3.1.0",
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.29.1",
"version": "3.30.0",
"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.29.1",
"version": "3.30.0",
"description": "Utilities shared across projects of Sanity",
"keywords": [
"sanity",
Expand Down Expand Up @@ -163,7 +163,7 @@
},
"dependencies": {
"@sanity/client": "^6.13.3",
"@sanity/types": "3.29.1",
"@sanity/types": "3.30.0",
"get-random-values-esm": "1.0.0",
"moment": "^2.29.4",
"rxjs": "^7.8.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/vision/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/vision",
"version": "3.29.1",
"version": "3.30.0",
"description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
"keywords": [
"sanity",
Expand Down Expand Up @@ -77,8 +77,8 @@
},
"devDependencies": {
"@sanity/client": "^6.13.3",
"@types/lodash": "^4.14.149",
"@types/is-hotkey": "^0.1.10",
"@types/lodash": "^4.14.149",
"react": "^18.2.0",
"sanity": "workspace:^",
"styled-components": "^6.1.6"
Expand Down
Loading

0 comments on commit c29014a

Please sign in to comment.