From 2798a29628873e76a31b1fb13b02f382a971d026 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 16:49:15 +0000 Subject: [PATCH] Version Packages (#297) Co-authored-by: github-actions[bot] --- .changeset/odd-bulldogs-refuse.md | 5 ----- .changeset/strong-pears-worry.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- packages/cli-utils/CHANGELOG.md | 7 +++++++ packages/cli-utils/package.json | 2 +- packages/internal/CHANGELOG.md | 12 ++++++++++++ packages/internal/package.json | 2 +- website/CHANGELOG.md | 7 +++++++ website/package.json | 2 +- 10 files changed, 38 insertions(+), 14 deletions(-) delete mode 100644 .changeset/odd-bulldogs-refuse.md delete mode 100644 .changeset/strong-pears-worry.md diff --git a/.changeset/odd-bulldogs-refuse.md b/.changeset/odd-bulldogs-refuse.md deleted file mode 100644 index b83d4f4a..00000000 --- a/.changeset/odd-bulldogs-refuse.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gql.tada/internal": major ---- - -Bump to `v1.0.0` (Stable Release) diff --git a/.changeset/strong-pears-worry.md b/.changeset/strong-pears-worry.md deleted file mode 100644 index 9015da18..00000000 --- a/.changeset/strong-pears-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gql.tada/internal": patch ---- - -Fix regression causing `schema.url` to not be recognized. diff --git a/CHANGELOG.md b/CHANGELOG.md index b1d0d559..c316fd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # gql.tada +## 1.7.1 + +### Patch Changes + +- Updated dependencies (See [#296](https://github.com/0no-co/gql.tada/pull/296) and [#295](https://github.com/0no-co/gql.tada/pull/295)) + - @gql.tada/internal@1.0.0 + - @gql.tada/cli-utils@1.3.5 + ## 1.7.0 ### Minor Changes diff --git a/package.json b/package.json index 8b882fff..8b326fa3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gql.tada", "description": "The spec-compliant & magical GraphQL query language engine in the TypeScript type system", - "version": "1.7.0", + "version": "1.7.1", "author": "0no.co ", "source": "./src/index.ts", "main": "./dist/gql-tada", diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index e3ac7123..ff3bf4da 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/cli-utils +## 1.3.5 + +### Patch Changes + +- Updated dependencies (See [#296](https://github.com/0no-co/gql.tada/pull/296) and [#295](https://github.com/0no-co/gql.tada/pull/295)) + - @gql.tada/internal@1.0.0 + ## 1.3.4 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 1363eecc..764b165e 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/cli-utils", - "version": "1.3.4", + "version": "1.3.5", "public": true, "description": "Main logic for gql.tada’s CLI tool.", "author": "0no.co ", diff --git a/packages/internal/CHANGELOG.md b/packages/internal/CHANGELOG.md index 2908cc9f..e1f94ec3 100644 --- a/packages/internal/CHANGELOG.md +++ b/packages/internal/CHANGELOG.md @@ -1,5 +1,17 @@ # @gql.tada/internal +## 1.0.0 + +### Major Changes + +- Bump to `v1.0.0` (Stable Release) + Submitted by [@kitten](https://github.com/kitten) (See [#296](https://github.com/0no-co/gql.tada/pull/296)) + +### Patch Changes + +- ⚠️ Fix regression causing `schema.url` to not be recognized + Submitted by [@kitten](https://github.com/kitten) (See [#295](https://github.com/0no-co/gql.tada/pull/295)) + ## 0.4.0 ### Minor Changes diff --git a/packages/internal/package.json b/packages/internal/package.json index 99c4ef84..2914c384 100644 --- a/packages/internal/package.json +++ b/packages/internal/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/internal", - "version": "0.4.0", + "version": "1.0.0", "public": true, "description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.", "author": "0no.co ", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index f1a46d3d..e39f9dd5 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/website-vitepress +## 0.0.23 + +### Patch Changes + +- Updated dependencies + - gql.tada@1.7.1 + ## 0.0.22 ### Patch Changes diff --git a/website/package.json b/website/package.json index 07196f83..a212d407 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/website-vitepress", - "version": "0.0.22", + "version": "0.0.23", "private": true, "scripts": { "dev": "vitepress dev",