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

chore(deps): update all #252

Open
wants to merge 150 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
150 commits
Select commit Hold shift + click to select a range
2adf46f
feat: repo overhaul (#102)
ricokahler Apr 7, 2021
148f68c
fix(build): misc build fixes
ricokahler Apr 7, 2021
3955fef
chore(build): move emojis arounds
ricokahler Apr 7, 2021
1e82750
chore: prettier trailing comma all
ricokahler May 3, 2021
bc399d1
chore: add yarn-error.log to gitignore
ricokahler May 3, 2021
6a13513
refactor(schema-codegen): rename to generateSchemaTypes
ricokahler May 3, 2021
62c653c
feat(groq-codegen): add new groq-codegen packages 🎉
ricokahler May 3, 2021
6a4fc9d
fix(build): fix regex in commit analyzer
ricokahler May 3, 2021
e9a3dea
feat(groq-codegen): working groq plucking! groq-codegen now includes …
ricokahler May 9, 2021
4fb1353
feat(client): new `client` package!
ricokahler May 9, 2021
6a6fd20
feat(cli): add new groq-codegen command
ricokahler May 9, 2021
b947d50
fix(types): enforce keyof T for SafeIndexedAccess
ricokahler May 9, 2021
a1e962c
fix(build): build the client; include groq-codegen as a top-level dep
ricokahler May 9, 2021
c668075
chore: update deps
ricokahler Jul 12, 2021
1500505
chore: add babel configs for jest in workspaces
ricokahler Jul 12, 2021
d40a2b7
refactor(types): rename ambient to common
ricokahler Jul 12, 2021
c88fb94
refactor(schema-codegen): rename ambient to schema-codegen
ricokahler Jul 12, 2021
1c73380
refactor(schema-codegen): update "AST" with new conventions
ricokahler Jul 12, 2021
d72e1fa
chore: update typescript + fix deps
ricokahler Jul 12, 2021
8c2d287
feat(groq-codegen): wip new groq-codegen method
ricokahler Jul 12, 2021
f5de1be
refactor(groq-codegen): rename getEverything to transformSchemaToType…
ricokahler Jul 12, 2021
c0ce386
refactor(groq-codegen): update to new schema node
ricokahler Jul 12, 2021
accc22a
refactor(groq-codegen): rename TypeNode to StructureNode; add array t…
ricokahler Jul 12, 2021
4ffbb39
refactor(groq-codegen): organize utils
ricokahler Jul 12, 2021
1261cf3
feat(groq-codegen): add incremental hashing to structure nodes
ricokahler Jul 12, 2021
4a3d789
feat(groq-codegen): use incremental hashes for cleaner TS trees
ricokahler Jul 12, 2021
2abcec8
refactor(groq-codegen): rename canBeUndefined to canBeOptional
ricokahler Jul 17, 2021
0e547cd
feat(groq-codegen): improved null and undefined behavior
ricokahler Jul 17, 2021
c38511a
feat(groq-codegen): support Group
ricokahler Jul 17, 2021
29d8f96
test(groq-codegen): add misc TODOs/small fixes
ricokahler Jul 17, 2021
dead79a
feat(groq-codegen): support slices and flatmap
ricokahler Jul 17, 2021
9ad1520
fix(groq-codegen): return unknown instead of crashing
ricokahler Jul 18, 2021
fb95709
build(groq-codegen): include different tsconfig for builds
ricokahler Jul 18, 2021
3741808
feat(cli): support new schema-def.json output
ricokahler Jul 18, 2021
0ef5a0c
feat(groq-codegen): support blocks from schema
ricokahler Jul 18, 2021
337b3e5
docs(groq-codegen): update docs to reflect new APIs
ricokahler Jul 18, 2021
251afca
fix(groq-codegen): fix bug with references not showing up in final so…
ricokahler Jul 18, 2021
a599ea4
chore: update jest and babel; add clean and nuke commands
ricokahler Jul 24, 2021
4e1993d
feat(groq-codegen): add groqCodegenExclude option; rename filenames t…
ricokahler Jul 24, 2021
2b2616a
refactor(schema-codegen): rename schema to normalizedSchema
ricokahler Jul 24, 2021
684f83c
refactor(groq-codegen): rename schema to normalizedSchema
ricokahler Jul 24, 2021
2bb5537
fix(schema-codegen): resolve schema-extractor relative to incoming cwd
ricokahler Jul 24, 2021
3b479c2
refactor(groq-codegen): rename cwd to root
ricokahler Jul 24, 2021
ca6cf4a
feat(cli): improved CLI args + config API; fix bugs with file resolution
ricokahler Jul 24, 2021
ce93f1d
fix(groq-codegen): fix Unknown option: .extensions. Error
ricokahler Jul 24, 2021
c5702f5
chore(groq-codegen): add tsconfig.build.json to .npmignore
ricokahler Jul 24, 2021
d660585
fix(groq-codegen): fix issues with glob matching (#159)
ricokahler Jul 24, 2021
7fb191e
feat(cli): add logging for more feedback
ricokahler Jul 24, 2021
aa84e84
test(cli): wip tests for CLI commands
ricokahler Jul 24, 2021
998c182
fix(groq-codegen): use object-hash to signficantly lower chance of co…
ricokahler Jul 24, 2021
1e8d21c
feat(groq-codegen): support object splat
ricokahler Jul 25, 2021
815bfa2
fix(groq-codegen): fix incorrect structure for slugs
ricokahler Jul 25, 2021
33e5dec
feat(groq-codegen): support array literals; add tuple type to structure
ricokahler Jul 25, 2021
30b3e7a
fix(groq-codegen): fix bugs with narrowStructure
ricokahler Jul 25, 2021
bc17c78
fix(groq-codegen): properly handle nulls and optionals for arrays
ricokahler Jul 25, 2021
76b4421
fix(groq-codegen): fix bug with unwrap reference
ricokahler Jul 25, 2021
46fb4a5
feat(groq-codegen): add support for literal values in queries
ricokahler Jul 28, 2021
a3624d6
refactor(groq-codegen): replace isStructureArray with isStructure
ricokahler Jul 30, 2021
1c233dc
feat(groq-codegen): boolean operators support
ricokahler Jul 30, 2021
c97c1f9
refactor(groq-codegen): export cached isStructure fns from factory
ricokahler Jul 30, 2021
0f107d2
feat(groq-codegen): support all op node expressions
ricokahler Jul 30, 2021
354fe07
feat(groq-codegen): support Not node
ricokahler Aug 1, 2021
899192b
feat(groq-codegen): support Neg and Pos nodes
ricokahler Aug 1, 2021
c258216
feat(groq-codegen) support Parent node
ricokahler Aug 1, 2021
7d9ff89
feat(groq-codegen): support InRange node
ricokahler Aug 1, 2021
79da402
fix(groq-codegen): make nullable after element access
ricokahler Aug 1, 2021
929498f
fix(groq-codegen): fix bug with incorrect isStructure output due to c…
ricokahler Aug 1, 2021
a8d3317
fix(groq-codegen): relace optional with null for picked object proper…
ricokahler Aug 1, 2021
21d5fa1
refactor(groq-codegen): consolidate utils via factory
ricokahler Aug 1, 2021
9463e7f
feat(groq-codegen): fix collisions between schemas; fix memoization f…
ricokahler Aug 1, 2021
0b3953f
feat(groq-codegen): support conditional splat
ricokahler Aug 1, 2021
fae4bf0
feat(groq-codegen): support Select node
ricokahler Aug 2, 2021
047b0a1
feat(groq-codegen): support piped order function
ricokahler Aug 2, 2021
bb83957
feat(groq-codegen): support piped score function
ricokahler Aug 2, 2021
2a2cca8
feat(groq-codegen): support coalesce function
ricokahler Aug 2, 2021
72db1c9
feat(groq-codegen): support count function
ricokahler Aug 2, 2021
6aa459b
feat(groq-codegen): support defined and references function
ricokahler Aug 2, 2021
397a3d7
feat(groq-codegen): support identity function
ricokahler Aug 2, 2021
8e22d9d
feat(groq-codegen): support length function
ricokahler Aug 2, 2021
2e304e9
feat(groq-codegen): support upper/lower functions
ricokahler Aug 2, 2021
e3ef752
feat(groq-codegen): support round function
ricokahler Aug 2, 2021
f3b1acf
refactor(groq-codegen): refactor hashInput for lazy structure creation
ricokahler Aug 2, 2021
7473194
feat(groq-codegen): simplify And and Or structures incrementally
ricokahler Aug 2, 2021
4ca8c4c
feat(groq-codegen): remove warning on use of Parameter
ricokahler Aug 2, 2021
439b5e6
chore: add misc TODOs
ricokahler Aug 22, 2021
3fe92d5
feat(groq-codegen): implement minimal expression resolving in plucker
ricokahler Aug 22, 2021
8085d5a
chore: refresh yarn.lock
ricokahler Aug 22, 2021
0dd9123
docs(groq-codegen): add docs for expression support
ricokahler Aug 22, 2021
dc627f6
fix(groq-codegen): add missing export * support
ricokahler Sep 19, 2021
d8114d0
fix(groq-codegen): add missing import * support
ricokahler Sep 19, 2021
e038f3b
feat(groq-codegen,schema-codegen,cli): new logger API
ricokahler Nov 2, 2021
a87ab4e
feat(groq-codegen): add default structures; remove intrinsic types
ricokahler Nov 2, 2021
9585b88
feat: update repo setup; release with lerna (#217)
ricokahler Nov 14, 2021
9db239b
chore: squashed CI thrashing 😵
ricokahler Nov 14, 2021
aa3e8aa
v1.0.0-alpha.25
github-actions[bot] Nov 15, 2021
bfb53d6
feat(groq-codegen,schema-codegen): add standalone builds for browsers…
ricokahler Jan 27, 2022
f38d84e
v1.0.0-alpha.26
github-actions[bot] Jan 27, 2022
2ba61ca
chore(sanity-codegen.dev): new demo site
ricokahler Jan 27, 2022
f372a59
chore(sanity-codegen.dev): add typescript dep
ricokahler Jan 27, 2022
c4b9de5
chore: add post-install
ricokahler Jan 27, 2022
8a45e07
chore: remove post install
ricokahler Jan 27, 2022
3a7ebde
chore(sanity-codegen.dev): fix self dep
ricokahler Jan 27, 2022
f300cb6
chore(sanity-codegen.dev): add vercel.json
ricokahler Jan 27, 2022
3e3813e
chore: update homepage
ricokahler Jan 27, 2022
446a2cd
chore(sanity-codegen.dev): update default panels
ricokahler Jan 27, 2022
0a1855a
docs: update README.md (#250)
runeb Feb 2, 2022
9d3f3bb
feat: v3 updates (#275)
ricokahler Jan 19, 2023
c188237
chore: version bump (#276)
ricokahler Jan 19, 2023
ef0461c
v1.0.0-alpha.28
github-actions[bot] Jan 19, 2023
f4b81b1
build: fix release script
Jan 19, 2023
d7fcf5c
v1.0.0-alpha.29
github-actions[bot] Jan 19, 2023
54f638f
chore: fix release script
Jan 19, 2023
4edb7d2
v1.0.0-alpha.30
github-actions[bot] Jan 19, 2023
250bc1f
fix: add jsdom-global to mock browser environment
Jan 19, 2023
bdbedb8
v1.0.0-alpha.31
github-actions[bot] Jan 19, 2023
6c95cf5
fix(schema-codegen): fix default schema type name generator
Jan 19, 2023
8029f46
v1.0.0-alpha.32
github-actions[bot] Jan 19, 2023
fc4cad7
refactor: remove separate codegen commands; rename groq-codegen to co…
ricokahler Jan 20, 2023
1fa2935
chore: add force publish
Jan 20, 2023
e038081
i hate lerna
Jan 20, 2023
7798e1c
chore: bump everything
Jan 20, 2023
394e077
chore: fix deps
Jan 20, 2023
c1ead4f
v1.0.0-alpha.34
github-actions[bot] Jan 20, 2023
7135904
refactor: cli improvements; updated docs (#278)
ricokahler Jan 20, 2023
ed51a50
v1.0.0-alpha.35
github-actions[bot] Jan 20, 2023
ea58371
fix: fix bug where sanity config is not found
Jan 20, 2023
09ab3b7
v1.0.0-alpha.36
github-actions[bot] Jan 20, 2023
2df465e
fix: add babel plugins for vite import.meta compat (#279)
ricokahler Jan 21, 2023
ad7055b
v1.0.0-alpha.37
github-actions[bot] Jan 21, 2023
0d960e6
feat: new client docs + simple codegen function
Jan 21, 2023
21108ab
fix: add `types` to export maps
Jan 21, 2023
9754493
v1.0.0-alpha.38
github-actions[bot] Jan 21, 2023
c24b6c2
fix(extractor): update preset-react to runtime automatic (#281)
ricokahler Jan 21, 2023
5969114
v1.0.0-alpha.39
github-actions[bot] Jan 21, 2023
5886777
docs: update readme
ricokahler Jan 21, 2023
26f46d1
v1.0.0-alpha.40
github-actions[bot] Jan 21, 2023
02c1efd
feat: support multiple workspaces (#282)
ricokahler Jan 23, 2023
0b8b40d
v1.0.0-alpha.41
github-actions[bot] Jan 23, 2023
4f83cb0
fix(cli): fix import issues with config
ricokahler Jan 27, 2023
cb83af3
feat(cli): parse and load .env files
ricokahler Jan 27, 2023
66206d4
v1.0.0-alpha.42
github-actions[bot] Jan 27, 2023
019a7da
fix(client): fix exports to use mjs extension (#287)
ricokahler Feb 10, 2023
c7f61ec
fix(cli): ensure output dir (#288)
ricokahler Feb 10, 2023
00e755d
v1.0.0-alpha.43
github-actions[bot] Feb 10, 2023
c7225eb
fix(v1): safer handling of child process exits (#293)
ochicf May 10, 2023
12cae73
v1.0.0-alpha.44
github-actions[bot] May 10, 2023
a7dcdb2
docs: update README.md
ricokahler May 10, 2023
cc819cc
docs: Update README.md
ricokahler May 10, 2023
8f9acfc
v1.0.0-alpha.45
github-actions[bot] May 10, 2023
4de0a35
chore(deps): update all
renovate[bot] May 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"extends": "react-app",
"rules": {
"import/no-anonymous-default-export": "off"
}
"extends": "@sanity/eslint-config-studio"
}
14 changes: 0 additions & 14 deletions .github/workflows/build.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/code-coverage.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/compressed-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:
- uses: preactjs/compressed-size-action@v2
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47 changes: 47 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: Release
on:
push:
branches:
- alpha
# - main
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: actions/setup-node@v2
with:
node-version: lts/*

- name: npm install
run: npm i

- name: Git Identity
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN_ACTION }}@github.com/${{ github.repository }}

- name: ensure NPM credentials
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
node ./create-npmrc
npm whoami

- name: lerna version
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git reset --hard
lerna version --yes

- name: build
run: npm run build

- name: lerna publish
run: lerna publish from-package --dist-tag alpha --no-git-reset --yes
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run Tests
on:
- push
- pull_request

jobs:
test:
Expand All @@ -9,8 +9,9 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: lts/*
- run: npm i
- run: npm run lint
- run: npm run build
- run: npm run typecheck
- run: npm t
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
node_modules
dist
lib
coverage
.DS_Store
yarn-error.log
oclif.manifest.json
*.tsbuildinfo
.npmrc
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"singleQuote": true
"singleQuote": true,
"trailingComma": "all"
}
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceRoot}/node_modules/jest/bin/jest.js",
"args": ["--runInBand", "--no-cache"],
"sourceMaps": true
}
]
}
219 changes: 219 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,219 @@
# Change Log

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.45](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2023-05-10)

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

# [1.0.0-alpha.44](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.43...v1.0.0-alpha.44) (2023-05-10)

### Bug Fixes

- **v1:** safer handling of child process exits ([#293](https://github.com/ricokahler/sanity-codegen/issues/293)) ([c7225eb](https://github.com/ricokahler/sanity-codegen/commit/c7225ebc81bd7776e3c1c4f356df7e930262cb14))

# [1.0.0-alpha.43](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.42...v1.0.0-alpha.43) (2023-02-10)

### Bug Fixes

- **cli:** ensure output dir ([#288](https://github.com/ricokahler/sanity-codegen/issues/288)) ([c7f61ec](https://github.com/ricokahler/sanity-codegen/commit/c7f61ec2f87e289fef43835442c8e4188f922adc))
- **client:** fix exports to use mjs extension ([#287](https://github.com/ricokahler/sanity-codegen/issues/287)) ([019a7da](https://github.com/ricokahler/sanity-codegen/commit/019a7da0d2ec8e886282e16da619f4092f549117))

# [1.0.0-alpha.42](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.41...v1.0.0-alpha.42) (2023-01-27)

### Bug Fixes

- **cli:** fix import issues with config ([4f83cb0](https://github.com/ricokahler/sanity-codegen/commit/4f83cb01e75ab2d2d39ae62aa88e8cc4c67d7f5b))

### Features

- **cli:** parse and load .env files ([cb83af3](https://github.com/ricokahler/sanity-codegen/commit/cb83af35fe216514bd1fd8d9b7436406a2d07e83))

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

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

- **extractor:** update preset-react to runtime automatic ([#281](https://github.com/ricokahler/sanity-codegen/issues/281)) ([c24b6c2](https://github.com/ricokahler/sanity-codegen/commit/c24b6c23aa7a95fd780656a74653d8ba74a6aec0))

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

- add `types` to export maps ([21108ab](https://github.com/ricokahler/sanity-codegen/commit/21108abb4e68b83557f494eb3365c219c5e496b4))

### Features

- new client docs + simple codegen function ([0d960e6](https://github.com/ricokahler/sanity-codegen/commit/0d960e6c3c23cd40d9708bb0200388e09793b1d8))

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

### Bug Fixes

- add babel plugins for vite import.meta compat ([#279](https://github.com/ricokahler/sanity-codegen/issues/279)) ([2df465e](https://github.com/ricokahler/sanity-codegen/commit/2df465e9047bfa9fc23552b638584f4bfa35b7b7))

# [1.0.0-alpha.36](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.35...v1.0.0-alpha.36) (2023-01-20)

### Bug Fixes

- fix bug where sanity config is not found ([ea58371](https://github.com/ricokahler/sanity-codegen/commit/ea583712b27b2a8f7f0012f52dd351709193a614))

# [1.0.0-alpha.35](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.34...v1.0.0-alpha.35) (2023-01-20)

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

# [1.0.0-alpha.34](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.32...v1.0.0-alpha.34) (2023-01-20)

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

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

- add jsdom-global to mock browser environment ([250bc1f](https://github.com/ricokahler/sanity-codegen/commit/250bc1fe3b17f5cfc401dbf01e991ca1a83735d8))

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

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

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

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

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

### Features

- v3 updates ([#275](https://github.com/ricokahler/sanity-codegen/issues/275)) ([9d3f3bb](https://github.com/ricokahler/sanity-codegen/commit/9d3f3bb62e9265da09451e01475d60c3bd3afd86))

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

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

### Bug Fixes

- **ci:** prefix with `npx` ([1a8c675](https://github.com/ricokahler/sanity-codegen/commit/1a8c675d863eed1655859f1890aba40e0142e74c))

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

### Bug Fixes

- **ci:** run build before changing path ([3b72376](https://github.com/ricokahler/sanity-codegen/commit/3b723767dcf18e849e6e1bcc037f13ef5b9edc81))

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

### Bug Fixes

- **ci:** try to ammend path ([0e7feb6](https://github.com/ricokahler/sanity-codegen/commit/0e7feb6f01eeb4a3f7b4088ea6f5c6344c012279))

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

### Bug Fixes

- **ci:** try to fix prepack script ([8b7f65b](https://github.com/ricokahler/sanity-codegen/commit/8b7f65b864448f51f1efdabfbe648db05272b12d))

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

### Bug Fixes

- **ci:** prefix prepack commands with `npx` ([6936648](https://github.com/ricokahler/sanity-codegen/commit/6936648bc946381c7067a823b9be2dab787e750e))

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

### Bug Fixes

- **ci:** add `--no-git-reset` ([5728e23](https://github.com/ricokahler/sanity-codegen/commit/5728e23ce5131ae5e934aae97986ede71134fc26))
- **ci:** add git reset before running lerna version ([0c831bf](https://github.com/ricokahler/sanity-codegen/commit/0c831bfdfaaba14b6417ece7e9056fe7738abae4))

### 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.18](https://github.com/ricokahler/sanity-codegen/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2021-11-15)

### Bug Fixes

- **ci:** fix arguments order ([9f18167](https://github.com/ricokahler/sanity-codegen/commit/9f18167d4a1aa0fb0e59b9078c01352abc4138ef))
- touch package to kick build ([3c568f3](https://github.com/ricokahler/sanity-codegen/commit/3c568f3e1a515dd565f69d0945a60e4972699668))

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

### Bug Fixes

- **ci:** add `--no-verify-access` because https://github.com/lerna/lerna/issues/2788 ([dfd94e3](https://github.com/ricokahler/sanity-codegen/commit/dfd94e355d5afd5fa720d0e73a09a1f3bc0f9bdb))
- touch file to kick release ([35966bd](https://github.com/ricokahler/sanity-codegen/commit/35966bd1605fb0a55a68a426ec83d35949a9216a))

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

### Bug Fixes

- **ci:** add npm whoami safe guard ([e39b192](https://github.com/ricokahler/sanity-codegen/commit/e39b192421b10f3726e96184fbf5278b437a8d99))
- **ci:** fix lerna publish step ([d34c0bc](https://github.com/ricokahler/sanity-codegen/commit/d34c0bc75245e590834f1618266218489eb7b5e9))
- **ci:** update package-lock ([bb64cdf](https://github.com/ricokahler/sanity-codegen/commit/bb64cdf2db60581d7be56333fc0074f72157f637))
- touch file to test automated releases ([63ba911](https://github.com/ricokahler/sanity-codegen/commit/63ba911af52b2f68bb6042269872595d33b94ffc))

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

### Bug Fixes

- **ci:** add create-npmrc script ([4d9ce9c](https://github.com/ricokahler/sanity-codegen/commit/4d9ce9c6ac8b08f61e57de68a2693f9795546b3c))
- touch a file to test automated releases ([11e1383](https://github.com/ricokahler/sanity-codegen/commit/11e13838e752dd91800f53143a1dab4d53750eb9))

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

### Bug Fixes

- **ci:** fix npm publish script ([a9b65a0](https://github.com/ricokahler/sanity-codegen/commit/a9b65a0ba68d9b6fe9c68473fc8c2ce998e4318f))
- **ci:** ignore .npmrc to fix publish ([edf6117](https://github.com/ricokahler/sanity-codegen/commit/edf6117306d5a10650c5a3135f5f9ce485220efb))
- touch a file to test out automated releases ([ea7e3f2](https://github.com/ricokahler/sanity-codegen/commit/ea7e3f21654dcd1c582e43df4ee3878e764181bb))
- use `publish from-package` in release CI ([800c52e](https://github.com/ricokahler/sanity-codegen/commit/800c52e9b664245527a51267e94386bd2b1ca676))

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

### Bug Fixes

- 😭 ([ccaa12a](https://github.com/ricokahler/sanity-codegen/commit/ccaa12ac4d709553210ed12ba9d2cea86ef6301c))
- 😭😭 ([1db389f](https://github.com/ricokahler/sanity-codegen/commit/1db389f85b199e19913314cc0c79d75ab4dd3fb5))
- 😭😭😭 ([b13af77](https://github.com/ricokahler/sanity-codegen/commit/b13af776bf915cedc587f6b9342bb84a213134e4))
- 😭😭😭😭 ([149461a](https://github.com/ricokahler/sanity-codegen/commit/149461a6fe03dbd2b48a070100e55430e12bc525))
- 😭😭😭😭😭 ([c4812c7](https://github.com/ricokahler/sanity-codegen/commit/c4812c7dfcbd17852f10d1322db92a247ff910fc))
- 😭😭😭😭😭😭 ([cd54c00](https://github.com/ricokahler/sanity-codegen/commit/cd54c00ad69c7e85f29841d1246c617e4560be56))
- i believe ([79cd967](https://github.com/ricokahler/sanity-codegen/commit/79cd967d50d01ae9dd4c946443faca067bd1b2ca))
- ok now it will work ([e521e9c](https://github.com/ricokahler/sanity-codegen/commit/e521e9c09ec047a977e141790d75baec35c089d5))
- ok ok try this ([1ab5424](https://github.com/ricokahler/sanity-codegen/commit/1ab5424edb707b08f16fbd28099b913a4b903f9c))
- release script CI ([0866806](https://github.com/ricokahler/sanity-codegen/commit/0866806ab4c959c7989eefa3bcc50de0f3618de3))
- release script CI ([#218](https://github.com/ricokahler/sanity-codegen/issues/218)) ([6d71288](https://github.com/ricokahler/sanity-codegen/commit/6d71288824b1ed3fefeb6b6183c23991b3466cd0))
- testing CI is _not_ fun 😭 ([fcbd230](https://github.com/ricokahler/sanity-codegen/commit/fcbd230e9d48fc2943f07d9b24eb342229f8e567))
- testing CI is _really_ not fun 😭 ([17d18aa](https://github.com/ricokahler/sanity-codegen/commit/17d18aa1efa29e85b82e664426fb9f2e46eafb22))
- try this ([467dce3](https://github.com/ricokahler/sanity-codegen/commit/467dce36a458be04c565888078723f9ac60573b9))
- try this one ([8ab30d8](https://github.com/ricokahler/sanity-codegen/commit/8ab30d8ad6851f0ce62ed55dc1697ab54a871acb))

### 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))
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Rico Kahler
Copyright (c) 2021 Rico Kahler

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading