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.25
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 15, 2021
1 parent 9db239b commit aa3e8aa
Show file tree
Hide file tree
Showing 15 changed files with 96 additions and 19 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.25](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.25) (2021-11-15)


### Features

* update repo setup; release with lerna ([#217](https://github.com/ricokahler/sanity-codegen/issues/217)) ([9585b88](https://github.com/ricokahler/sanity-codegen/commit/9585b88cc9812de93e9bb053157e3bf8ad849ad2))





# [1.0.0-alpha.24](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2021-11-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.24",
"version": "1.0.0-alpha.25",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.25](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.25) (2021-11-15)


### Features

* update repo setup; release with lerna ([#217](https://github.com/ricokahler/sanity-codegen/issues/217)) ([9585b88](https://github.com/ricokahler/sanity-codegen/commit/9585b88cc9812de93e9bb053157e3bf8ad849ad2))





# [1.0.0-alpha.24](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2021-11-15)


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.24 linux-x64 node-v16.13.0
@sanity-codegen/cli/1.0.0-alpha.25 linux-x64 node-v16.13.0
$ sanity-codegen --help [COMMAND]
USAGE
$ sanity-codegen COMMAND
Expand Down
8 changes: 4 additions & 4 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.24",
"version": "1.0.0-alpha.25",
"description": "CLI for sanity-codegen",
"keywords": [
"oclif",
Expand Down Expand Up @@ -59,9 +59,9 @@
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.2",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.19",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.19",
"@sanity-codegen/types": "^1.0.0-alpha.19",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.25",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.25",
"@sanity-codegen/types": "^1.0.0-alpha.25",
"babel-merge": "^3.0.0",
"chalk": "^4.1.2",
"common-tags": "^1.8.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.25](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.25) (2021-11-15)


### Features

* update repo setup; release with lerna ([#217](https://github.com/ricokahler/sanity-codegen/issues/217)) ([9585b88](https://github.com/ricokahler/sanity-codegen/commit/9585b88cc9812de93e9bb053157e3bf8ad849ad2))





# [1.0.0-alpha.19](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.19) (2021-11-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity-codegen/client",
"version": "1.0.0-alpha.19",
"version": "1.0.0-alpha.25",
"keywords": [
"sanity",
"groq",
Expand Down
11 changes: 11 additions & 0 deletions packages/groq-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.25](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.25) (2021-11-15)


### Features

* update repo setup; release with lerna ([#217](https://github.com/ricokahler/sanity-codegen/issues/217)) ([9585b88](https://github.com/ricokahler/sanity-codegen/commit/9585b88cc9812de93e9bb053157e3bf8ad849ad2))





# [1.0.0-alpha.19](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.19) (2021-11-15)


Expand Down
6 changes: 3 additions & 3 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.19",
"version": "1.0.0-alpha.25",
"keywords": [
"sanity",
"groq",
Expand Down Expand Up @@ -49,15 +49,15 @@
"@babel/generator": "^7.14.5",
"@babel/types": "^7.14.5",
"@ricokahler/pool": "^1.1.2",
"@sanity-codegen/types": "^1.0.0-alpha.19",
"@sanity-codegen/types": "^1.0.0-alpha.25",
"babel-merge": "^3.0.0",
"chalk": "^4.1.2",
"globby": "~11.0.0",
"groq-js": "^0.3.0",
"object-hash": "^2.2.0"
},
"devDependencies": {
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.19",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.25",
"@types/object-hash": "^2.1.1",
"groq": "^2.13.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/sanity-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.25](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.25) (2021-11-15)


### Features

* update repo setup; release with lerna ([#217](https://github.com/ricokahler/sanity-codegen/issues/217)) ([9585b88](https://github.com/ricokahler/sanity-codegen/commit/9585b88cc9812de93e9bb053157e3bf8ad849ad2))





# [1.0.0-alpha.24](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.23...v1.0.0-alpha.24) (2021-11-15)

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


### Features

* update repo setup; release with lerna ([#217](https://github.com/ricokahler/sanity-codegen/issues/217)) ([9585b88](https://github.com/ricokahler/sanity-codegen/commit/9585b88cc9812de93e9bb053157e3bf8ad849ad2))





# [1.0.0-alpha.19](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.19) (2021-11-15)


Expand Down
4 changes: 2 additions & 2 deletions 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.19",
"version": "1.0.0-alpha.25",
"keywords": [
"sanity",
"sanity-plugin",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@babel/register": "^7.14.5",
"@sanity-codegen/types": "^1.0.0-alpha.19",
"@sanity-codegen/types": "^1.0.0-alpha.25",
"babel-merge": "^3.0.0",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-module-resolver": "^4.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
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.25](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.25) (2021-11-15)


### Features

* update repo setup; release with lerna ([#217](https://github.com/ricokahler/sanity-codegen/issues/217)) ([9585b88](https://github.com/ricokahler/sanity-codegen/commit/9585b88cc9812de93e9bb053157e3bf8ad849ad2))





# [1.0.0-alpha.19](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.12...v1.0.0-alpha.19) (2021-11-15)


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

0 comments on commit aa3e8aa

Please sign in to comment.