Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #360

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 0 additions & 5 deletions .changeset/beige-fishes-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curvy-mirrors-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-cougars-act.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/twelve-teachers-battle.md

This file was deleted.

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

## 1.8.5

### Patch Changes

- Updated dependencies (See [#361](https://github.com/0no-co/gql.tada/pull/361), [#358](https://github.com/0no-co/gql.tada/pull/358), [#359](https://github.com/0no-co/gql.tada/pull/359), and [#363](https://github.com/0no-co/gql.tada/pull/363))
- @gql.tada/cli-utils@1.6.0
- @gql.tada/internal@1.0.6

## 1.8.4

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

## 1.6.0

### Minor Changes

- Split `.vue` and `.svelte` SFC file support out into support packages. If you need Vue support, you must now install `@gql.tada/vue-support` alongside `gql.tada`, and if you need Svelte support, you must now install `@gql.tada/svelte-support` alongside `gql.tada`
Submitted by [@kitten](https://github.com/kitten) (See [#361](https://github.com/0no-co/gql.tada/pull/361))

### Patch Changes

- Add fallback version checks to `doctor` command
Submitted by [@kitten](https://github.com/kitten) (See [#358](https://github.com/0no-co/gql.tada/pull/358))
- When threading, transfer error properties to thread host
Submitted by [@kitten](https://github.com/kitten) (See [#359](https://github.com/0no-co/gql.tada/pull/359))
- Add per-package readme files
Submitted by [@kitten](https://github.com/kitten) (See [#363](https://github.com/0no-co/gql.tada/pull/363))
- Updated dependencies (See [#363](https://github.com/0no-co/gql.tada/pull/363))
- @gql.tada/internal@1.0.6
- @gql.tada/svelte-support@1.0.1
- @gql.tada/vue-support@1.0.1

## 1.5.3

### 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.5.3",
"version": "1.6.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

## 1.0.6

### Patch Changes

- Add per-package readme files
Submitted by [@kitten](https://github.com/kitten) (See [#363](https://github.com/0no-co/gql.tada/pull/363))

## 1.0.5

### 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": "1.0.5",
"version": "1.0.6",
"public": true,
"description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.",
"author": "0no.co <hi@0no.co>",
Expand Down
8 changes: 8 additions & 0 deletions packages/svelte-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @gql.tada/svelte-support

## 1.0.1

### Patch Changes

- Add per-package readme files
Submitted by [@kitten](https://github.com/kitten) (See [#363](https://github.com/0no-co/gql.tada/pull/363))
2 changes: 1 addition & 1 deletion packages/svelte-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/svelte-support",
"version": "1.0.0",
"version": "1.0.1",
"public": true,
"description": "Svelte Support package for gql.tada’s CLI tool.",
"author": "0no.co <hi@0no.co>",
Expand Down
8 changes: 8 additions & 0 deletions packages/vue-support/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @gql.tada/vue-support

## 1.0.1

### Patch Changes

- Add per-package readme files
Submitted by [@kitten](https://github.com/kitten) (See [#363](https://github.com/0no-co/gql.tada/pull/363))
2 changes: 1 addition & 1 deletion packages/vue-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/vue-support",
"version": "1.0.0",
"version": "1.0.1",
"public": true,
"description": "Vue Support package for gql.tada’s CLI tool.",
"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.34

### Patch Changes

- Updated dependencies
- gql.tada@1.8.5

## 0.0.33

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