Skip to content

Commit

Permalink
Version Packages (#299)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 14, 2024
1 parent 34f36d8 commit c56ebf7
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/new-clouds-argue.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.7.2

### Patch Changes

- Updated dependencies (See [#298](https://github.com/0no-co/gql.tada/pull/298))
- @gql.tada/cli-utils@1.3.6

## 1.7.1

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

## 1.3.6

### Patch Changes

- ⚠️ Fix modules not being resolved correctly when using `turbo` with `pnpm`-installed `gql.tada`
Submitted by [@kitten](https://github.com/kitten) (See [#298](https://github.com/0no-co/gql.tada/pull/298))

## 1.3.5

### 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.3.5",
"version": "1.3.6",
"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.24

### Patch Changes

- Updated dependencies
- gql.tada@1.7.2

## 0.0.23

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

0 comments on commit c56ebf7

Please sign in to comment.