Skip to content

Commit

Permalink
Version Packages (#157)
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] authored Mar 22, 2024
1 parent 15d55c9 commit c5d6931
Show file tree
Hide file tree
Showing 10 changed files with 39 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-yaks-smile.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-timers-join.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# gql.tada

## 1.4.1

### Patch Changes

- Improve type inference performance of hot-path that computes fragment spreads. The `getFragmentsOfDocuments` type has been refactored and will now have a lower impact on performance
Submitted by [@kitten](https://github.com/kitten) (See [#159](https://github.com/0no-co/gql.tada/pull/159))
- Add `typescript` to `peerDependencies`
Submitted by [@kitten](https://github.com/kitten) (See [#156](https://github.com/0no-co/gql.tada/pull/156))
- Updated dependencies (See [#156](https://github.com/0no-co/gql.tada/pull/156))
- @gql.tada/cli-utils@0.3.1
- @gql.tada/internal@0.1.1

## 1.4.0

### Minor 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.4.0",
"version": "1.4.1",
"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

## 0.3.1

### Patch Changes

- Add `typescript` to `peerDependencies`
Submitted by [@kitten](https://github.com/kitten) (See [#156](https://github.com/0no-co/gql.tada/pull/156))
- Updated dependencies (See [#156](https://github.com/0no-co/gql.tada/pull/156))
- @gql.tada/internal@0.1.1

## 0.3.0

### Minor 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": "0.3.0",
"version": "0.3.1",
"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 packages/internal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gql.tada/internal

## 0.1.1

### Patch Changes

- Add `typescript` to `peerDependencies`
Submitted by [@kitten](https://github.com/kitten) (See [#156](https://github.com/0no-co/gql.tada/pull/156))

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gql.tada/internal",
"version": "0.1.0",
"version": "0.1.1",
"public": true,
"description": "Internal logic for gql.tada’s CLI tool and GraphQLSP.",
"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.6

### Patch Changes

- Updated dependencies (See [#159](https://github.com/0no-co/gql.tada/pull/159) and [#156](https://github.com/0no-co/gql.tada/pull/156))
- gql.tada@1.4.1

## 0.0.5

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

0 comments on commit c5d6931

Please sign in to comment.