Skip to content

Commit

Permalink
Version Packages (#256)
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 Apr 24, 2024
1 parent 20aeddb commit 83eb15d
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-worms-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lemon-moose-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-lions-work.md

This file was deleted.

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

## 1.5.8

### Patch Changes

- Updated dependencies (See [#255](https://github.com/0no-co/gql.tada/pull/255), [#253](https://github.com/0no-co/gql.tada/pull/253), and [#254](https://github.com/0no-co/gql.tada/pull/254))
- @gql.tada/internal@0.2.4
- @gql.tada/cli-utils@1.2.2

## 1.5.7

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

## 1.2.2

### Patch Changes

- Upgrade `@vue/language-core` and maintain backwards-compatibility
Submitted by [@kitten](https://github.com/kitten) (See [#253](https://github.com/0no-co/gql.tada/pull/253))
- Instantiate TypeScript from project root rather than config path
Submitted by [@kitten](https://github.com/kitten) (See [#254](https://github.com/0no-co/gql.tada/pull/254))
- Updated dependencies (See [#255](https://github.com/0no-co/gql.tada/pull/255))
- @gql.tada/internal@0.2.4

## 1.2.1

### 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.2.1",
"version": "1.2.2",
"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.2.4

### Patch Changes

- Upgrade `@urql/core` in `@gql.tada/internal`
Submitted by [@kitten](https://github.com/kitten) (See [#255](https://github.com/0no-co/gql.tada/pull/255))

## 0.2.3

### Patch 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.2.3",
"version": "0.2.4",
"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.17

### Patch Changes

- Updated dependencies
- gql.tada@1.5.8

## 0.0.16

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

0 comments on commit 83eb15d

Please sign in to comment.