Skip to content

Commit

Permalink
v3.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 14, 2024
1 parent 8b09226 commit 8b27a1c
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 46 deletions.
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.0"
"version": "3.29.1"
}
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.0",
"version": "3.29.1",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
"keywords": [
"sanity",
Expand Down Expand Up @@ -59,8 +59,8 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@sanity/schema": "3.29.0",
"@sanity/types": "3.29.0",
"@sanity/schema": "3.29.1",
"@sanity/types": "3.29.1",
"@types/jsdom": "^20.0.0",
"@types/react": "^18.2.37",
"jsdom": "^23.0.1"
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.29.0",
"version": "3.29.1",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"keywords": [
"sanity",
Expand Down Expand Up @@ -78,8 +78,8 @@
"@sanity/client": "^6.12.4",
"@sanity/eslint-config-studio": "^3.0.1",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.29.0",
"@sanity/util": "3.29.0",
"@sanity/types": "3.29.1",
"@sanity/util": "3.29.1",
"@types/babel__traverse": "^7.18.1",
"@types/configstore": "^5.0.1",
"@types/cpx": "^1.5.2",
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.0",
"version": "3.29.1",
"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.0",
"version": "3.29.1",
"description": "Export Sanity documents and assets",
"keywords": [
"sanity",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"dependencies": {
"@sanity/util": "3.29.0",
"@sanity/util": "3.29.1",
"archiver": "^5.0.0",
"debug": "^3.2.7",
"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.0",
"version": "3.29.1",
"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.12.4",
"@sanity/import": "3.29.0",
"@sanity/import": "3.29.1",
"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.0",
"version": "3.29.1",
"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.0",
"@sanity/mutator": "3.29.1",
"@sanity/uuid": "^3.0.1",
"debug": "^3.2.7",
"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.0",
"version": "3.29.1",
"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.12.4",
"@sanity/types": "3.29.0",
"@sanity/util": "3.29.0",
"@sanity/types": "3.29.1",
"@sanity/util": "3.29.1",
"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.0",
"version": "3.29.1",
"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 @@ -61,7 +61,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@sanity/types": "3.29.0",
"@sanity/types": "3.29.1",
"@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.0",
"version": "3.29.1",
"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.0",
"@sanity/schema": "3.29.0",
"@sanity/types": "3.29.0",
"@sanity/util": "3.29.0",
"@sanity/block-tools": "3.29.1",
"@sanity/schema": "3.29.1",
"@sanity/types": "3.29.1",
"@sanity/util": "3.29.1",
"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.0",
"version": "3.29.1",
"description": "",
"keywords": [
"sanity",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.29.0",
"@sanity/types": "3.29.1",
"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.0",
"version": "3.29.1",
"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.0",
"version": "3.29.1",
"description": "Utilities shared across projects of Sanity",
"keywords": [
"sanity",
Expand Down Expand Up @@ -132,7 +132,7 @@
"watch": "pkg-utils watch --tsconfig tsconfig.lib.json"
},
"dependencies": {
"@sanity/types": "3.29.0",
"@sanity/types": "3.29.1",
"get-random-values-esm": "1.0.0",
"moment": "^2.29.4"
},
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.0",
"version": "3.29.1",
"description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
"keywords": [
"sanity",
Expand Down Expand Up @@ -77,7 +77,7 @@
"devDependencies": {
"@sanity/client": "^6.12.4",
"react": "^18.2.0",
"sanity": "3.29.0",
"sanity": "3.29.1",
"styled-components": "^6.1.6"
},
"peerDependencies": {
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.29.0",
"version": "3.29.1",
"description": "Initialize a new Sanity project",
"keywords": [
"sanity",
Expand All @@ -26,7 +26,7 @@
"index.js"
],
"dependencies": {
"@sanity/cli": "3.29.0",
"@sanity/cli": "3.29.1",
"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.29.0",
"version": "3.29.1",
"description": "Tagged template literal for Sanity.io GROQ-queries",
"keywords": [
"sanity",
Expand Down
24 changes: 12 additions & 12 deletions packages/sanity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity",
"version": "3.29.0",
"version": "3.29.1",
"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 @@ -199,28 +199,28 @@
"@rexxars/react-json-inspector": "^8.0.1",
"@sanity/asset-utils": "^1.2.5",
"@sanity/bifur-client": "^0.3.1",
"@sanity/block-tools": "3.29.0",
"@sanity/cli": "3.29.0",
"@sanity/block-tools": "3.29.1",
"@sanity/cli": "3.29.1",
"@sanity/client": "^6.12.4",
"@sanity/color": "^3.0.0",
"@sanity/diff": "3.29.0",
"@sanity/diff": "3.29.1",
"@sanity/diff-match-patch": "^3.1.1",
"@sanity/eventsource": "^5.0.0",
"@sanity/export": "3.29.0",
"@sanity/export": "3.29.1",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/icons": "^2.8.0",
"@sanity/image-url": "^1.0.2",
"@sanity/import": "3.29.0",
"@sanity/import": "3.29.1",
"@sanity/logos": "^2.1.4",
"@sanity/migrate": "3.29.0",
"@sanity/mutator": "3.29.0",
"@sanity/portable-text-editor": "3.29.0",
"@sanity/migrate": "3.29.1",
"@sanity/mutator": "3.29.1",
"@sanity/portable-text-editor": "3.29.1",
"@sanity/presentation": "1.8.2",
"@sanity/schema": "3.29.0",
"@sanity/schema": "3.29.1",
"@sanity/telemetry": "^0.7.6",
"@sanity/types": "3.29.0",
"@sanity/types": "3.29.1",
"@sanity/ui": "^2.0.1",
"@sanity/util": "3.29.0",
"@sanity/util": "3.29.1",
"@sanity/uuid": "^3.0.1",
"@tanstack/react-virtual": "3.0.0-beta.54",
"@types/is-hotkey": "^0.1.7",
Expand Down

0 comments on commit 8b27a1c

Please sign in to comment.