Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hermanwikner committed Dec 7, 2022
1 parent ac00acd commit 259e002
Show file tree
Hide file tree
Showing 29 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion dev/depcheck-test/package.json
@@ -1,5 +1,5 @@
{
"name": "depcheck-test",
"version": "3.0.1",
"version": "3.0.2",
"private": true
}
2 changes: 1 addition & 1 deletion dev/design-studio/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "design-studio",
"version": "3.0.1",
"version": "3.0.2",
"description": "Sanity Design Studio",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
2 changes: 1 addition & 1 deletion dev/starter-cra-studio/package.json
@@ -1,6 +1,6 @@
{
"name": "starter-cra-studio",
"version": "3.0.1",
"version": "3.0.2",
"private": true,
"dependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion dev/starter-next-studio/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "sanity-starter-next-studio",
"version": "3.0.1",
"version": "3.0.2",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
2 changes: 1 addition & 1 deletion dev/starter-studio/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "sanity-starter-studio",
"version": "3.0.1",
"version": "3.0.2",
"scripts": {
"build": "../.bin/sanity build",
"clean": "rimraf .sanity dist",
Expand Down
2 changes: 1 addition & 1 deletion dev/strict-studio/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "sanity-strict-studio",
"version": "3.0.1",
"version": "3.0.2",
"scripts": {
"build": "../.bin/sanity build",
"clean": "rimraf .sanity dist",
Expand Down
2 changes: 1 addition & 1 deletion dev/test-studio/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "sanity-test-studio",
"version": "3.0.1",
"version": "3.0.2",
"scripts": {
"build": "run-s workshop:build sanity:build",
"clean": "rimraf .sanity dist",
Expand Down
2 changes: 1 addition & 1 deletion examples/blog-studio/package.json
@@ -1,7 +1,7 @@
{
"name": "blog-studio",
"private": true,
"version": "3.0.1",
"version": "3.0.2",
"description": "Content studio running with schema from the blog init template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
2 changes: 1 addition & 1 deletion examples/clean-studio/package.json
@@ -1,7 +1,7 @@
{
"name": "clean-studio",
"private": true,
"version": "3.0.1",
"version": "3.0.2",
"description": "Content studio running with schema from the clean template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
2 changes: 1 addition & 1 deletion examples/ecommerce-studio/package.json
@@ -1,7 +1,7 @@
{
"name": "ecommerce-studio",
"private": true,
"version": "3.0.1",
"version": "3.0.2",
"description": "",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
2 changes: 1 addition & 1 deletion examples/movies-studio/package.json
@@ -1,7 +1,7 @@
{
"name": "movies-studio",
"private": true,
"version": "3.0.1",
"version": "3.0.2",
"description": "Content studio running with schema from the moviedb init template",
"main": "package.json",
"author": "Sanity.io <hello@sanity.io>",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -9,5 +9,5 @@
"packages/groq",
"packages/sanity"
],
"version": "3.0.1"
"version": "3.0.2"
}
6 changes: 3 additions & 3 deletions packages/@sanity/block-tools/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/block-tools",
"version": "3.0.0",
"version": "3.0.2",
"description": "Can format HTML, Slate JSON or Sanity block array into any other format.",
"types": "./lib/dts/src/index.d.ts",
"source": "./src/index.ts",
Expand Down Expand Up @@ -38,8 +38,8 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@sanity/schema": "3.0.0",
"@sanity/types": "3.0.0",
"@sanity/schema": "3.0.2",
"@sanity/types": "3.0.2",
"@types/jsdom": "^20.0.0",
"@types/react": "^18.0.25",
"jsdom": "^20.0.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/cli",
"version": "3.0.0",
"version": "3.0.2",
"description": "Sanity CLI tool for managing Sanity installations, managing plugins, schemas and datasets",
"types": "./lib/dts/src/index.d.ts",
"source": "./src/index.ts",
Expand Down Expand Up @@ -59,8 +59,8 @@
"@sanity/client": "^3.4.1",
"@sanity/eslint-config-studio": "^2.0.0",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.0.0",
"@sanity/util": "3.0.0",
"@sanity/types": "3.0.2",
"@sanity/util": "3.0.2",
"@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
@@ -1,6 +1,6 @@
{
"name": "@sanity/diff",
"version": "3.0.0",
"version": "3.0.2",
"description": "Generates diffs between documents and primitive types",
"types": "./lib/dts/src/index.d.ts",
"source": "./src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/export/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/export",
"version": "3.0.0",
"version": "3.0.2",
"description": "Export Sanity documents and assets",
"main": "./src/export.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/import-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/import-cli",
"version": "3.0.0",
"version": "3.0.2",
"description": "CLI tool that imports documents from an ndjson file or URL",
"main": "./package.json",
"files": [
Expand All @@ -26,7 +26,7 @@
],
"dependencies": {
"@sanity/client": "^3.4.1",
"@sanity/import": "3.0.0",
"@sanity/import": "3.0.2",
"get-it": "^5.2.1",
"meow": "^9.0.0",
"ora": "^5.4.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/import/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/import",
"version": "3.0.0",
"version": "3.0.2",
"description": "Import documents to a Sanity dataset",
"main": "./src/import.js",
"files": [
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@sanity/asset-utils": "^1.2.5",
"@sanity/generate-help-url": "^3.0.0",
"@sanity/mutator": "3.0.0",
"@sanity/mutator": "3.0.2",
"@sanity/uuid": "^3.0.1",
"debug": "^3.2.7",
"file-url": "^2.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/mutator/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/mutator",
"version": "3.0.0",
"version": "3.0.2",
"description": "A set of models to make it easier to utilize the powerful real time collaborative features of Sanity",
"types": "./lib/dts/src/index.d.ts",
"source": "./src/index.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@sanity/types": "3.0.0",
"@sanity/types": "3.0.2",
"@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
@@ -1,6 +1,6 @@
{
"name": "@sanity/portable-text-editor",
"version": "3.0.0",
"version": "3.0.2",
"description": "Portable Text Editor made in React",
"types": "./lib/dts/src/index.d.ts",
"source": "./src/index.ts",
Expand Down Expand Up @@ -47,11 +47,11 @@
"access": "public"
},
"dependencies": {
"@sanity/block-tools": "3.0.0",
"@sanity/schema": "3.0.0",
"@sanity/block-tools": "3.0.2",
"@sanity/schema": "3.0.2",
"@sanity/slate-react": "2.30.1",
"@sanity/types": "3.0.0",
"@sanity/util": "3.0.0",
"@sanity/types": "3.0.2",
"@sanity/util": "3.0.2",
"debug": "^3.2.7",
"is-hotkey": "^0.1.6",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/schema/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/schema",
"version": "3.0.0",
"version": "3.0.2",
"description": "",
"types": "./lib/dts/src/_exports/index.d.ts",
"source": "./src/_exports/index.ts",
Expand Down Expand Up @@ -56,7 +56,7 @@
"license": "MIT",
"dependencies": {
"@sanity/generate-help-url": "^3.0.0",
"@sanity/types": "3.0.0",
"@sanity/types": "3.0.2",
"arrify": "^1.0.1",
"humanize-list": "^1.0.1",
"leven": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/server/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/server",
"version": "3.0.0",
"version": "3.0.2",
"description": "Webserver dedicated to serving Sanity, allowing a smooth development experience",
"types": "./lib/dts/src/index.d.ts",
"source": "./src/index.ts",
Expand Down Expand Up @@ -86,7 +86,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"sanity": "3.0.0"
"sanity": "3.0.2"
},
"peerDependencies": {
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/@sanity/types/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/types",
"version": "3.0.0",
"version": "3.0.2",
"description": "Type definitions for common Sanity data structures",
"types": "./lib/dts/src/index.d.ts",
"source": "./src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/util/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/util",
"version": "3.0.0",
"version": "3.0.2",
"description": "Utilities shared across projects of Sanity",
"types": "./lib/exports/index.d.ts",
"source": "./exports/index.ts",
Expand Down Expand Up @@ -99,7 +99,7 @@
},
"homepage": "https://www.sanity.io/",
"dependencies": {
"@sanity/types": "3.0.0",
"@sanity/types": "3.0.2",
"get-random-values-esm": "^1.0.0",
"moment": "^2.29.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/@sanity/validation/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/validation",
"version": "3.0.0",
"version": "3.0.2",
"description": "Validation and warning infrastructure for Sanity projects",
"types": "./lib/dts/src/index.d.ts",
"source": "./src/index.ts",
Expand Down Expand Up @@ -43,14 +43,14 @@
"directory": "packages/@sanity/validation"
},
"dependencies": {
"@sanity/types": "3.0.0",
"@sanity/types": "3.0.2",
"date-fns": "^2.26.1",
"lodash": "^4.17.21",
"rxjs": "^6.5.3"
},
"devDependencies": {
"@sanity/client": "^3.4.1",
"@sanity/schema": "3.0.0"
"@sanity/schema": "3.0.2"
},
"peerDependencies": {
"@sanity/client": "^3.4.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/@sanity/vision/package.json
@@ -1,6 +1,6 @@
{
"name": "@sanity/vision",
"version": "3.0.0",
"version": "3.0.2",
"description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
"types": "./lib/dts/src/index.d.ts",
"source": "./src/index.ts",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@sanity/client": "^3.4.1",
"react": "^18.2.0",
"rxjs": "^6.5.3",
"sanity": "3.0.0",
"sanity": "3.0.2",
"styled-components": "^5.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-sanity/package.json
@@ -1,6 +1,6 @@
{
"name": "create-sanity",
"version": "3.0.0",
"version": "3.0.2",
"description": "Initialize a new Sanity project",
"bin": "./index.js",
"files": [
Expand All @@ -24,7 +24,7 @@
"homepage": "https://www.sanity.io/",
"license": "MIT",
"dependencies": {
"@sanity/cli": "3.0.0"
"@sanity/cli": "3.0.2"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/groq/package.json
@@ -1,7 +1,7 @@
{
"name": "groq",
"private": "true",
"version": "3.0.1",
"version": "3.0.2",
"description": "Tagged template literal for Sanity.io GROQ-queries",
"types": "./lib/dts/src/groq.d.ts",
"source": "./src/groq.ts",
Expand Down

0 comments on commit 259e002

Please sign in to comment.