Skip to content

Commit

Permalink
Version Packages (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 24, 2024
1 parent 763d7d4 commit 9c284e4
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-eggs-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-rats-stare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nine-carpets-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-clouds-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-boats-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-tools-relax.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gql.tada

## 1.5.7

### Patch Changes

- Switch between ESM and CJS when running CLI
Submitted by [@kitten](https://github.com/kitten) (See [#252](https://github.com/0no-co/gql.tada/pull/252))
- Updated dependencies (See [#247](https://github.com/0no-co/gql.tada/pull/247), [#251](https://github.com/0no-co/gql.tada/pull/251), [#247](https://github.com/0no-co/gql.tada/pull/247), [#249](https://github.com/0no-co/gql.tada/pull/249), and [#251](https://github.com/0no-co/gql.tada/pull/251))
- @gql.tada/cli-utils@1.2.1
- @gql.tada/internal@0.2.3

## 1.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gql.tada",
"description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system",
"version": "1.5.6",
"version": "1.5.7",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down
15 changes: 15 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @gql.tada/cli-utils

## 1.2.1

### Patch Changes

- Refactor internal TypeScript instantiation (affects `turbo`, `check`, and `generate-persisted` commands)
Submitted by [@kitten](https://github.com/kitten) (See [#247](https://github.com/0no-co/gql.tada/pull/247))
- ⚠️ Fix resolution of default lib path when libs aren't in standard location
Submitted by [@kitten](https://github.com/kitten) (See [#251](https://github.com/0no-co/gql.tada/pull/251))
- ⚠️ Fix ESM build output file to be properly loadable
Submitted by [@kitten](https://github.com/kitten) (See [#247](https://github.com/0no-co/gql.tada/pull/247))
- ⚠️ Fix log message of `generate schema` to correctly display schema rather than output
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [#249](https://github.com/0no-co/gql.tada/pull/249))
- Updated dependencies (See [#247](https://github.com/0no-co/gql.tada/pull/247) and [#251](https://github.com/0no-co/gql.tada/pull/251))
- @gql.tada/internal@0.2.3

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/cli-utils",
"version": "1.2.0",
"version": "1.2.1",
"public": true,
"description": "Main logic for gql.tada’s CLI tool.",
"author": "0no.co <hi@0no.co>",
Expand Down
9 changes: 9 additions & 0 deletions packages/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gql.tada/internal

## 0.2.3

### Patch Changes

- ⚠️ Fix ESM build output file to be properly loadable
Submitted by [@kitten](https://github.com/kitten) (See [#247](https://github.com/0no-co/gql.tada/pull/247))
- ⚠️ Fix resolving `tsconfig.json`' `extends` option
Submitted by [@kitten](https://github.com/kitten) (See [#251](https://github.com/0no-co/gql.tada/pull/251))

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/internal",
"version": "0.2.2",
"version": "0.2.3",
"public": true,
"description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.",
"author": "0no.co <hi@0no.co>",
Expand Down
7 changes: 7 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gql.tada/website-vitepress

## 0.0.16

### Patch Changes

- Updated dependencies (See [#252](https://github.com/0no-co/gql.tada/pull/252))
- gql.tada@1.5.7

## 0.0.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/website-vitepress",
"version": "0.0.15",
"version": "0.0.16",
"private": true,
"scripts": {
"dev": "vitepress dev",
Expand Down

0 comments on commit 9c284e4

Please sign in to comment.