Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
v1.0.0-alpha.40
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 21, 2023
1 parent 5886777 commit 26f46d1
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.40](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2023-01-21)

**Note:** Version bump only for package sanity-codegen-monorepo

# [1.0.0-alpha.39](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2023-01-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "1.0.0-alpha.39",
"version": "1.0.0-alpha.40",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.40](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2023-01-21)

**Note:** Version bump only for package @sanity-codegen/cli

# [1.0.0-alpha.39](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2023-01-21)

**Note:** Version bump only for package @sanity-codegen/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $ npm install -g @sanity-codegen/cli
$ sanity-codegen COMMAND
running command...
$ sanity-codegen (-v|--version|version)
@sanity-codegen/cli/1.0.0-alpha.38 linux-x64 node-v18.13.0
@sanity-codegen/cli/1.0.0-alpha.40 linux-x64 node-v18.13.0
$ sanity-codegen --help [COMMAND]
USAGE
$ sanity-codegen COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity-codegen/cli",
"version": "1.0.0-alpha.39",
"version": "1.0.0-alpha.40",
"description": "CLI for sanity-codegen",
"keywords": [
"oclif",
Expand Down
4 changes: 4 additions & 0 deletions packages/sanity-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.40](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2023-01-21)

**Note:** Version bump only for package sanity-codegen

# [1.0.0-alpha.39](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2023-01-21)

**Note:** Version bump only for package sanity-codegen
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sanity-codegen",
"version": "1.0.0-alpha.39",
"version": "1.0.0-alpha.40",
"description": "Generate TypeScript types for your Sanity.io projects",
"keywords": [
"sanity",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": ":"
},
"dependencies": {
"@sanity-codegen/cli": "^1.0.0-alpha.39",
"@sanity-codegen/cli": "^1.0.0-alpha.40",
"@sanity-codegen/client": "^1.0.0-alpha.38",
"@sanity-codegen/core": "^1.0.0-alpha.38",
"@sanity-codegen/extractor": "^1.0.0-alpha.39",
Expand Down

1 comment on commit 26f46d1

@vercel
Copy link

@vercel vercel bot commented on 26f46d1 Jan 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.