Skip to content

Commit

Permalink
Version Packages (#240)
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 22, 2024
1 parent d248b5b commit 28fd233
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-boats-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-rice-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-beers-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-students-hunt.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.6

### Patch Changes

- Ensure that `graphql.scalar()` accepts value arguments as-is, so excess properties trigger an error
Submitted by [@kitten](https://github.com/kitten) (See [#243](https://github.com/0no-co/gql.tada/pull/243))
- Updated dependencies (See [#241](https://github.com/0no-co/gql.tada/pull/241), [#239](https://github.com/0no-co/gql.tada/pull/239), and [#239](https://github.com/0no-co/gql.tada/pull/239))
- @gql.tada/cli-utils@1.2.0
- @gql.tada/internal@0.2.2

## 1.5.5

### 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.5",
"version": "1.5.6",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down
14 changes: 14 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @gql.tada/cli-utils

## 1.2.0

### Minor Changes

- Add experimental support for `.svelte` files for the `turbo`, `generate-persisted`, and `check` commands. (Note: `@0no-co/graphqlsp` does not yet have support for Svelte, Vue & Volar)
Submitted by [@kitten](https://github.com/kitten) (See [#241](https://github.com/0no-co/gql.tada/pull/241))
- Add support for `${configDir}` to directory path configs. When used in paths in our configuration, `${configDir}` will be substituted with the location of the main `tsconfig.json`
Submitted by [@kitten](https://github.com/kitten) (See [#239](https://github.com/0no-co/gql.tada/pull/239))

### Patch Changes

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

## 1.1.1

### Patch 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.1.1",
"version": "1.2.0",
"public": true,
"description": "Main logic for gql.tada’s CLI tool.",
"author": "0no.co <hi@0no.co>",
Expand Down
7 changes: 7 additions & 0 deletions packages/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gql.tada/internal

## 0.2.2

### Patch Changes

- Add support for `${configDir}` to directory path configs
Submitted by [@kitten](https://github.com/kitten) (See [#239](https://github.com/0no-co/gql.tada/pull/239))

## 0.2.1

### 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.1",
"version": "0.2.2",
"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.15

### Patch Changes

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

## 0.0.14

### 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.14",
"version": "0.0.15",
"private": true,
"scripts": {
"dev": "vitepress dev",
Expand Down

0 comments on commit 28fd233

Please sign in to comment.