Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2024
1 parent 94b24c8 commit 61fb60d
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/mighty-dots-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-balloons-bow.md

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.9",
"version": "1.8.10",
"author": "0no.co <hi@0no.co>",
"source": "./src/index.ts",
"main": "./dist/gql-tada",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.6.2",
"version": "1.6.3",
"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 website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.38",
"version": "0.0.39",
"private": true,
"scripts": {
"dev": "vitepress dev",
Expand Down

0 comments on commit 61fb60d

Please sign in to comment.