diff --git a/.changeset/mighty-dots-applaud.md b/.changeset/mighty-dots-applaud.md deleted file mode 100644 index c95a0967..00000000 --- a/.changeset/mighty-dots-applaud.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gql.tada/cli-utils': patch ---- - -Fix `turbo` command's cache disabling override not being effective. This was a regression that meant the cached outputs would be reused during the next run of the `turbo` command. diff --git a/.changeset/rotten-balloons-bow.md b/.changeset/rotten-balloons-bow.md deleted file mode 100644 index c8899883..00000000 --- a/.changeset/rotten-balloons-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gql.tada/cli-utils': patch ---- - -Create target directories if they don't exist and the CLI is trying to write to them. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fc7d4a5..f80000ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # gql.tada +## 1.8.10 + +### Patch Changes + +- Updated dependencies (See [#409](https://github.com/0no-co/gql.tada/pull/409) and [#401](https://github.com/0no-co/gql.tada/pull/401)) + - @gql.tada/cli-utils@1.6.3 + ## 1.8.9 ### Patch Changes diff --git a/package.json b/package.json index 83f3765d..fd456d3d 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.8.9", + "version": "1.8.10", "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 a5b4e813..feab79da 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @gql.tada/cli-utils +## 1.6.3 + +### Patch Changes + +- ⚠️ Fix `turbo` command's cache disabling override not being effective. This was a regression that meant the cached outputs would be reused during the next run of the `turbo` command + Submitted by [@kitten](https://github.com/kitten) (See [#409](https://github.com/0no-co/gql.tada/pull/409)) +- Create target directories if they don't exist and the CLI is trying to write to them + Submitted by [@kitten](https://github.com/kitten) (See [#401](https://github.com/0no-co/gql.tada/pull/401)) + ## 1.6.2 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index 6dc27cfa..00468e32 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/cli-utils", - "version": "1.6.2", + "version": "1.6.3", "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 535600e3..931cc1cb 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,12 @@ # @gql.tada/website-vitepress +## 0.0.39 + +### Patch Changes + +- Updated dependencies + - gql.tada@1.8.10 + ## 0.0.38 ### Patch Changes diff --git a/website/package.json b/website/package.json index 3552f127..255be0fd 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "@gql.tada/website-vitepress", - "version": "0.0.38", + "version": "0.0.39", "private": true, "scripts": { "dev": "vitepress dev",