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

Commit

Permalink
chore: version bump (#276)
Browse files Browse the repository at this point in the history
Co-authored-by: Rico Kahler <[email protected]>
  • Loading branch information
ricokahler and Rico Kahler authored Jan 19, 2023
1 parent 9d3f3bb commit c188237
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: lts/*

- name: npm install
run: npm i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
node-version: lts/*
- run: npm i
- run: npm run lint
- run: npm run build
Expand Down
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"packages": [
"packages/*"
],
"version": "1.0.0-alpha.26",
"packages": ["packages/*"],
"version": "1.0.0-alpha.27",
"command": {
"version": {
"conventionalCommits": true,
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ $ npm install -g @sanity-codegen/cli
$ sanity-codegen COMMAND
running command...
$ sanity-codegen (-v|--version|version)
@sanity-codegen/cli/1.0.0-alpha.26 linux-x64 node-v16.13.2
@sanity-codegen/cli/1.0.0-alpha.27 linux-x64 node-v16.13.2
$ 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.26",
"version": "1.0.0-alpha.27",
"description": "CLI for sanity-codegen",
"keywords": [
"oclif",
Expand Down Expand Up @@ -59,8 +59,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.26",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.26",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.27",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.27",
"@sanity-codegen/types": "^1.0.0-alpha.25",
"babel-merge": "^3.0.0",
"chalk": "^4.1.2",
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.26",
"version": "1.0.0-alpha.27",
"keywords": [
"sanity",
"groq",
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.26",
"version": "1.0.0-alpha.27",
"keywords": [
"sanity",
"groq",
Expand Down Expand Up @@ -66,7 +66,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.26",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.27",
"@types/object-hash": "^3.0.2",
"groq": "^3.2.4",
"rollup": "^3.10.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/sanity-codegen.dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,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.26",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.26",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.27",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.27",
"@sanity/ui": "^1.0.14",
"@types/babel__standalone": "^7.1.4",
"@types/jest": "29.2.6",
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.26",
"version": "1.0.0-alpha.27",
"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.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"
"@sanity-codegen/cli": "^1.0.0-alpha.27",
"@sanity-codegen/client": "^1.0.0-alpha.27",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.27",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.27",
"@sanity-codegen/types": "^1.0.0-alpha.27"
},
"engines": {
"node": ">=12.22.0"
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.26",
"version": "1.0.0-alpha.27",
"keywords": [
"sanity",
"sanity-plugin",
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.25",
"version": "1.0.0-alpha.27",
"keywords": [
"sanity",
"sanity-plugin",
Expand Down

1 comment on commit c188237

@vercel
Copy link

@vercel vercel bot commented on c188237 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.