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.32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2023
1 parent 6c95cf5 commit 8029f46
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 36 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.32](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-01-19)

### Bug Fixes

- **schema-codegen:** fix default schema type name generator ([6c95cf5](https://github.com/ricokahler/sanity-codegen/commit/6c95cf5284f606614002712d1c149fe0a0939f25))

# [1.0.0-alpha.31](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2023-01-19)

### 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.31",
"version": "1.0.0-alpha.32",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
42 changes: 21 additions & 21 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.32](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-01-19)

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

# [1.0.0-alpha.31](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2023-01-19)

**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 @@ -126,7 +126,7 @@ $ npm install -g @sanity-codegen/cli
$ sanity-codegen COMMAND
running command...
$ sanity-codegen (-v|--version|version)
@sanity-codegen/cli/1.0.0-alpha.31 linux-x64 node-v18.13.0
@sanity-codegen/cli/1.0.0-alpha.32 linux-x64 node-v18.13.0
$ sanity-codegen --help [COMMAND]
USAGE
$ sanity-codegen COMMAND
Expand Down
6 changes: 3 additions & 3 deletions 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.31",
"version": "1.0.0-alpha.32",
"description": "CLI for sanity-codegen",
"keywords": [
"oclif",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@oclif/command": "^1.8.21",
"@oclif/config": "^1.18.6",
"@oclif/plugin-help": "^5.2.0",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.31",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.31",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.32",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.32",
"@sanity-codegen/types": "^1.0.0-alpha.29",
"babel-merge": "^3.0.0",
"chalk": "^4.1.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/groq-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.32](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-01-19)

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

# [1.0.0-alpha.31](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2023-01-19)

**Note:** Version bump only for package @sanity-codegen/groq-codegen
Expand Down
4 changes: 2 additions & 2 deletions packages/groq-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity-codegen/groq-codegen",
"version": "1.0.0-alpha.31",
"version": "1.0.0-alpha.32",
"keywords": [
"sanity",
"groq",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.0.1",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.31",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.32",
"@types/object-hash": "^3.0.2",
"groq": "^3.2.4",
"rollup": "^3.10.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/sanity-codegen.dev/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.32](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-01-19)

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

# [1.0.0-alpha.31](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2023-01-19)

**Note:** Version bump only for package @sanity-codegen/sanity-codegen.dev
Expand Down
6 changes: 3 additions & 3 deletions packages/sanity-codegen.dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity-codegen/sanity-codegen.dev",
"version": "1.0.0-alpha.31",
"version": "1.0.0-alpha.32",
"private": true,
"keywords": [
"sanity",
Expand Down Expand Up @@ -56,8 +56,8 @@
"@babel/standalone": "^7.20.12",
"@monaco-editor/react": "^4.4.6",
"@ricokahler/promise-suspender": "^1.0.1",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.31",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.31",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.32",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.32",
"@sanity/ui": "^1.0.14",
"@types/babel__standalone": "^7.1.4",
"@types/jest": "29.2.6",
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.32](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-01-19)

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

# [1.0.0-alpha.31](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2023-01-19)

**Note:** Version bump only for package sanity-codegen
Expand Down
8 changes: 4 additions & 4 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.31",
"version": "1.0.0-alpha.32",
"description": "Generate TypeScript types for your Sanity.io projects",
"keywords": [
"sanity",
Expand Down Expand Up @@ -29,10 +29,10 @@
"test": ":"
},
"dependencies": {
"@sanity-codegen/cli": "^1.0.0-alpha.31",
"@sanity-codegen/cli": "^1.0.0-alpha.32",
"@sanity-codegen/client": "^1.0.0-alpha.29",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.31",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.31",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.32",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.32",
"@sanity-codegen/types": "^1.0.0-alpha.29"
},
"engines": {
Expand Down
6 changes: 6 additions & 0 deletions packages/schema-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.32](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2023-01-19)

### Bug Fixes

- **schema-codegen:** fix default schema type name generator ([6c95cf5](https://github.com/ricokahler/sanity-codegen/commit/6c95cf5284f606614002712d1c149fe0a0939f25))

# [1.0.0-alpha.31](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.30...v1.0.0-alpha.31) (2023-01-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema-codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity-codegen/schema-codegen",
"version": "1.0.0-alpha.31",
"version": "1.0.0-alpha.32",
"keywords": [
"sanity",
"sanity-plugin",
Expand Down

1 comment on commit 8029f46

@vercel
Copy link

@vercel vercel bot commented on 8029f46 Jan 19, 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.