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.41
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 23, 2023
1 parent 02c1efd commit 0b8b40d
Show file tree
Hide file tree
Showing 18 changed files with 102 additions and 61 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.41](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-01-23)

### Features

- support multiple workspaces ([#282](https://github.com/ricokahler/sanity-codegen/issues/282)) ([02c1efd](https://github.com/ricokahler/sanity-codegen/commit/02c1efd3cf38430e0c0afb2f1b35ffd051d8b134))

# [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
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.40",
"version": "1.0.0-alpha.41",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
62 changes: 31 additions & 31 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/cli/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.41](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-01-23)

### Features

- support multiple workspaces ([#282](https://github.com/ricokahler/sanity-codegen/issues/282)) ([02c1efd](https://github.com/ricokahler/sanity-codegen/commit/02c1efd3cf38430e0c0afb2f1b35ffd051d8b134))

# [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
Expand Down
15 changes: 5 additions & 10 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,35 +102,31 @@ export default config;
```

<!-- toc -->

- [@sanity-codegen/cli](#sanity-codegencli)
- [Usage](#usage)
- [Commands](#commands)
* [@sanity-codegen/cli](#sanity-codegencli)
* [Usage](#usage)
* [Commands](#commands)
<!-- tocstop -->

# Usage

<!-- usage -->

```sh-session
$ npm install -g @sanity-codegen/cli
$ sanity-codegen COMMAND
running command...
$ sanity-codegen (-v|--version|version)
@sanity-codegen/cli/1.0.0-alpha.40 linux-x64 node-v18.13.0
@sanity-codegen/cli/1.0.0-alpha.41 linux-x64 node-v18.13.0
$ sanity-codegen --help [COMMAND]
USAGE
$ sanity-codegen COMMAND
...
```

<!-- usagestop -->

# Commands

<!-- commands -->

- [`sanity-codegen help [COMMAND]`](#sanity-codegen-help-command)
* [`sanity-codegen help [COMMAND]`](#sanity-codegen-help-command)

## `sanity-codegen help [COMMAND]`

Expand All @@ -148,5 +144,4 @@ OPTIONS
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.18/src/commands/help.ts)_

<!-- commandsstop -->
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.40",
"version": "1.0.0-alpha.41",
"description": "CLI for sanity-codegen",
"keywords": [
"oclif",
Expand Down Expand Up @@ -49,9 +49,9 @@
"@oclif/command": "^1.8.21",
"@oclif/config": "^1.18.6",
"@oclif/plugin-help": "^5.2.0",
"@sanity-codegen/core": "^1.0.0-alpha.38",
"@sanity-codegen/extractor": "^1.0.0-alpha.39",
"@sanity-codegen/types": "^1.0.0-alpha.38",
"@sanity-codegen/core": "^1.0.0-alpha.41",
"@sanity-codegen/extractor": "^1.0.0-alpha.41",
"@sanity-codegen/types": "^1.0.0-alpha.41",
"babel-merge": "^3.0.0",
"chalk": "^4.1.2",
"common-tags": "^1.8.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/client/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.41](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-01-23)

### Features

- support multiple workspaces ([#282](https://github.com/ricokahler/sanity-codegen/issues/282)) ([02c1efd](https://github.com/ricokahler/sanity-codegen/commit/02c1efd3cf38430e0c0afb2f1b35ffd051d8b134))

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

### Bug Fixes
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.38",
"version": "1.0.0-alpha.41",
"keywords": [
"sanity",
"groq",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.41](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-01-23)

### Features

- support multiple workspaces ([#282](https://github.com/ricokahler/sanity-codegen/issues/282)) ([02c1efd](https://github.com/ricokahler/sanity-codegen/commit/02c1efd3cf38430e0c0afb2f1b35ffd051d8b134))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity-codegen/core",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.41",
"keywords": [
"sanity",
"groq",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@babel/register": "^7.18.9",
"@babel/types": "^7.20.7",
"@ricokahler/pool": "^1.2.0",
"@sanity-codegen/types": "^1.0.0-alpha.38",
"@sanity-codegen/types": "^1.0.0-alpha.41",
"babel-merge": "^3.0.0",
"chalk": "^4.1.2",
"globby": "~11.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/extractor/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.41](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-01-23)

### Features

- support multiple workspaces ([#282](https://github.com/ricokahler/sanity-codegen/issues/282)) ([02c1efd](https://github.com/ricokahler/sanity-codegen/commit/02c1efd3cf38430e0c0afb2f1b35ffd051d8b134))

# [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
6 changes: 3 additions & 3 deletions packages/extractor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity-codegen/extractor",
"version": "1.0.0-alpha.39",
"version": "1.0.0-alpha.41",
"keywords": [
"sanity",
"sanity-plugin",
Expand Down Expand Up @@ -47,8 +47,8 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@sanity-codegen/core": "^1.0.0-alpha.38",
"@sanity-codegen/types": "^1.0.0-alpha.38",
"@sanity-codegen/core": "^1.0.0-alpha.41",
"@sanity-codegen/types": "^1.0.0-alpha.41",
"babel-merge": "^3.0.0",
"babel-plugin-css-modules-transform": "^1.6.2",
"babel-plugin-transform-import-meta": "^2.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/sanity-codegen.dev/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.41](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-01-23)

### Features

- support multiple workspaces ([#282](https://github.com/ricokahler/sanity-codegen/issues/282)) ([02c1efd](https://github.com/ricokahler/sanity-codegen/commit/02c1efd3cf38430e0c0afb2f1b35ffd051d8b134))

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

**Note:** Version bump only for package @sanity-codegen/sanity-codegen.dev
Expand Down
4 changes: 2 additions & 2 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.38",
"version": "1.0.0-alpha.41",
"private": true,
"keywords": [
"sanity",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@babel/standalone": "^7.20.12",
"@monaco-editor/react": "^4.4.6",
"@ricokahler/promise-suspender": "^1.0.1",
"@sanity-codegen/core": "^1.0.0-alpha.38",
"@sanity-codegen/core": "^1.0.0-alpha.41",
"@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.41](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.40...v1.0.0-alpha.41) (2023-01-23)

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

# [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
Expand Down
Loading

1 comment on commit 0b8b40d

@vercel
Copy link

@vercel vercel bot commented on 0b8b40d Jan 23, 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.