From 00e755de005cd64e97c22b81405e4cea79e44f8c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Feb 2023 20:18:33 +0000 Subject: [PATCH] v1.0.0-alpha.43 --- CHANGELOG.md | 7 +++++++ lerna.json | 2 +- package-lock.json | 14 +++++++------- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/README.md | 2 +- packages/cli/package.json | 2 +- packages/client/CHANGELOG.md | 6 ++++++ packages/client/package.json | 2 +- packages/sanity-codegen/CHANGELOG.md | 4 ++++ packages/sanity-codegen/package.json | 6 +++--- 10 files changed, 37 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9458ee3..c1c89f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.43](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2023-02-10) + +### Bug Fixes + +- **cli:** ensure output dir ([#288](https://github.com/ricokahler/sanity-codegen/issues/288)) ([c7f61ec](https://github.com/ricokahler/sanity-codegen/commit/c7f61ec2f87e289fef43835442c8e4188f922adc)) +- **client:** fix exports to use mjs extension ([#287](https://github.com/ricokahler/sanity-codegen/issues/287)) ([019a7da](https://github.com/ricokahler/sanity-codegen/commit/019a7da0d2ec8e886282e16da619f4092f549117)) + # [1.0.0-alpha.42](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2023-01-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 6fefd2c9..b8854118 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "packages": ["packages/*"], - "version": "1.0.0-alpha.42", + "version": "1.0.0-alpha.43", "command": { "version": { "conventionalCommits": true, diff --git a/package-lock.json b/package-lock.json index b1543e32..2b80c1cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31759,7 +31759,7 @@ }, "packages/cli": { "name": "@sanity-codegen/cli", - "version": "1.0.0-alpha.42", + "version": "1.0.0-alpha.43", "license": "MIT", "dependencies": { "@babel/core": "^7.20.12", @@ -31834,7 +31834,7 @@ }, "packages/client": { "name": "@sanity-codegen/client", - "version": "1.0.0-alpha.41", + "version": "1.0.0-alpha.43", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.20.2", @@ -31994,11 +31994,11 @@ } }, "packages/sanity-codegen": { - "version": "1.0.0-alpha.42", + "version": "1.0.0-alpha.43", "license": "MIT", "dependencies": { - "@sanity-codegen/cli": "^1.0.0-alpha.42", - "@sanity-codegen/client": "^1.0.0-alpha.41", + "@sanity-codegen/cli": "^1.0.0-alpha.43", + "@sanity-codegen/client": "^1.0.0-alpha.43", "@sanity-codegen/core": "^1.0.0-alpha.42", "@sanity-codegen/extractor": "^1.0.0-alpha.42", "@sanity-codegen/types": "^1.0.0-alpha.42" @@ -53258,8 +53258,8 @@ "sanity-codegen": { "version": "file:packages/sanity-codegen", "requires": { - "@sanity-codegen/cli": "^1.0.0-alpha.42", - "@sanity-codegen/client": "^1.0.0-alpha.41", + "@sanity-codegen/cli": "^1.0.0-alpha.43", + "@sanity-codegen/client": "^1.0.0-alpha.43", "@sanity-codegen/core": "^1.0.0-alpha.42", "@sanity-codegen/extractor": "^1.0.0-alpha.42", "@sanity-codegen/types": "^1.0.0-alpha.42" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 2ff32aa9..8d5ccc8b 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.43](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2023-02-10) + +### Bug Fixes + +- **cli:** ensure output dir ([#288](https://github.com/ricokahler/sanity-codegen/issues/288)) ([c7f61ec](https://github.com/ricokahler/sanity-codegen/commit/c7f61ec2f87e289fef43835442c8e4188f922adc)) + # [1.0.0-alpha.42](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2023-01-27) ### Bug Fixes diff --git a/packages/cli/README.md b/packages/cli/README.md index c8e129ec..723c600e 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -117,7 +117,7 @@ $ npm install -g @sanity-codegen/cli $ sanity-codegen COMMAND running command... $ sanity-codegen (-v|--version|version) -@sanity-codegen/cli/1.0.0-alpha.42 linux-x64 node-v18.13.0 +@sanity-codegen/cli/1.0.0-alpha.43 linux-x64 node-v18.14.0 $ sanity-codegen --help [COMMAND] USAGE $ sanity-codegen COMMAND diff --git a/packages/cli/package.json b/packages/cli/package.json index 75b059e4..9fcc71b0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@sanity-codegen/cli", - "version": "1.0.0-alpha.42", + "version": "1.0.0-alpha.43", "description": "CLI for sanity-codegen", "keywords": [ "oclif", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 62f965ed..22806260 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.43](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2023-02-10) + +### Bug Fixes + +- **client:** fix exports to use mjs extension ([#287](https://github.com/ricokahler/sanity-codegen/issues/287)) ([019a7da](https://github.com/ricokahler/sanity-codegen/commit/019a7da0d2ec8e886282e16da619f4092f549117)) + # [1.0.0-alpha.41](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-01-23) ### Features diff --git a/packages/client/package.json b/packages/client/package.json index 06cb7e1d..b6674a9c 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@sanity-codegen/client", - "version": "1.0.0-alpha.41", + "version": "1.0.0-alpha.43", "keywords": [ "sanity", "groq", diff --git a/packages/sanity-codegen/CHANGELOG.md b/packages/sanity-codegen/CHANGELOG.md index 8feb51de..2f4d3051 100644 --- a/packages/sanity-codegen/CHANGELOG.md +++ b/packages/sanity-codegen/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0-alpha.43](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2023-02-10) + +**Note:** Version bump only for package sanity-codegen + # [1.0.0-alpha.42](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2023-01-27) **Note:** Version bump only for package sanity-codegen diff --git a/packages/sanity-codegen/package.json b/packages/sanity-codegen/package.json index c7be99fc..a1cb08bd 100644 --- a/packages/sanity-codegen/package.json +++ b/packages/sanity-codegen/package.json @@ -1,6 +1,6 @@ { "name": "sanity-codegen", - "version": "1.0.0-alpha.42", + "version": "1.0.0-alpha.43", "description": "Generate TypeScript types for your Sanity.io projects", "keywords": [ "sanity", @@ -29,8 +29,8 @@ "test": ":" }, "dependencies": { - "@sanity-codegen/cli": "^1.0.0-alpha.42", - "@sanity-codegen/client": "^1.0.0-alpha.41", + "@sanity-codegen/cli": "^1.0.0-alpha.43", + "@sanity-codegen/client": "^1.0.0-alpha.43", "@sanity-codegen/core": "^1.0.0-alpha.42", "@sanity-codegen/extractor": "^1.0.0-alpha.42", "@sanity-codegen/types": "^1.0.0-alpha.42"