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.26
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2022
1 parent bfb53d6 commit f38d84e
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 15 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.26](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-01-27)


### Features

* **groq-codegen,schema-codegen:** add standalone builds for browsers ([#251](https://github.com/ricokahler/sanity-codegen/issues/251)) ([bfb53d6](https://github.com/ricokahler/sanity-codegen/commit/bfb53d658f9a52a49bb3cd4d83b37ad617f26d8c))





# [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)


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.25",
"version": "1.0.0-alpha.26",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.26](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-01-27)

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





# [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)


Expand Down
4 changes: 2 additions & 2 deletions 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.25 linux-x64 node-v16.13.0
@sanity-codegen/cli/1.0.0-alpha.26 linux-x64 node-v16.13.2
$ sanity-codegen --help [COMMAND]
USAGE
$ sanity-codegen COMMAND
Expand Down Expand Up @@ -154,5 +154,5 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.4/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.3.1/src/commands/help.ts)_
<!-- commandsstop -->
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.25",
"version": "1.0.0-alpha.26",
"description": "CLI for sanity-codegen",
"keywords": [
"oclif",
Expand Down Expand Up @@ -59,8 +59,8 @@
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.2",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.25",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.25",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.26",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.26",
"@sanity-codegen/types": "^1.0.0-alpha.25",
"babel-merge": "^3.0.0",
"chalk": "^4.1.2",
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.26](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-01-27)


### Features

* **groq-codegen,schema-codegen:** add standalone builds for browsers ([#251](https://github.com/ricokahler/sanity-codegen/issues/251)) ([bfb53d6](https://github.com/ricokahler/sanity-codegen/commit/bfb53d658f9a52a49bb3cd4d83b37ad617f26d8c))





# [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)


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.25",
"version": "1.0.0-alpha.26",
"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.26](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-01-27)


### Features

* **groq-codegen,schema-codegen:** add standalone builds for browsers ([#251](https://github.com/ricokahler/sanity-codegen/issues/251)) ([bfb53d6](https://github.com/ricokahler/sanity-codegen/commit/bfb53d658f9a52a49bb3cd4d83b37ad617f26d8c))





# [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)


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.25",
"version": "1.0.0-alpha.26",
"keywords": [
"sanity",
"groq",
Expand Down Expand Up @@ -65,7 +65,7 @@
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.25",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.26",
"@types/object-hash": "^2.1.1",
"groq": "^2.13.0",
"rollup": "^2.66.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/sanity-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.26](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-01-27)

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





# [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)


Expand Down
10 changes: 5 additions & 5 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.25",
"version": "1.0.0-alpha.26",
"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.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/cli": "^1.0.0-alpha.26",
"@sanity-codegen/client": "^1.0.0-alpha.26",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.26",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.26",
"@sanity-codegen/types": "^1.0.0-alpha.25"
},
"engines": {
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.26](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.25...v1.0.0-alpha.26) (2022-01-27)


### Features

* **groq-codegen,schema-codegen:** add standalone builds for browsers ([#251](https://github.com/ricokahler/sanity-codegen/issues/251)) ([bfb53d6](https://github.com/ricokahler/sanity-codegen/commit/bfb53d658f9a52a49bb3cd4d83b37ad617f26d8c))





# [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)


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.25",
"version": "1.0.0-alpha.26",
"keywords": [
"sanity",
"sanity-plugin",
Expand Down

0 comments on commit f38d84e

Please sign in to comment.