From 2679d49d7cc437ae4dd261eec1708c997bba903a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 18:54:48 +0000 Subject: [PATCH] Version Packages (#304) Co-authored-by: github-actions[bot] --- .changeset/pretty-frogs-cross.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/cli-utils/CHANGELOG.md | 7 +++++++ packages/cli-utils/package.json | 2 +- website/CHANGELOG.md | 7 +++++++ website/package.json | 2 +- 7 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 .changeset/pretty-frogs-cross.md diff --git a/.changeset/pretty-frogs-cross.md b/.changeset/pretty-frogs-cross.md deleted file mode 100644 index ca63c390..00000000 --- a/.changeset/pretty-frogs-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gql.tada/cli-utils": patch ---- - -Fix typo on VSCode Syntax extension detection in `doctor` command diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6de790..2e51507c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # gql.tada +## 1.7.4 + +### Patch Changes + +- Updated dependencies (See [#303](https://github.com/0no-co/gql.tada/pull/303)) + - @gql.tada/cli-utils@1.3.8 + ## 1.7.3 ### Patch Changes diff --git a/package.json b/package.json index 18a321e2..2737e875 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.3", + "version": "1.7.4", "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 85a4c709..2131742b 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/cli-utils +## 1.3.8 + +### Patch Changes + +- ⚠️ Fix typo on VSCode Syntax extension detection in `doctor` command + Submitted by [@kitten](https://github.com/kitten) (See [#303](https://github.com/0no-co/gql.tada/pull/303)) + ## 1.3.7 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 7dfee2b1..c97bf7db 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.7", + "version": "1.3.8", "public": true, "description": "Main logic for gql.tada’s CLI tool.", "author": "0no.co ", diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index f6c2a6f6..772e9a02 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/website-vitepress +## 0.0.26 + +### Patch Changes + +- Updated dependencies + - gql.tada@1.7.4 + ## 0.0.25 ### Patch Changes diff --git a/website/package.json b/website/package.json index 3d53bcf4..c1503580 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/website-vitepress", - "version": "0.0.25", + "version": "0.0.26", "private": true, "scripts": { "dev": "vitepress dev",