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 Aug 9, 2023
1 parent 4de754b commit 82d5ed3
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/nasty-scissors-jam.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-gql/eslint-plugin

## 0.9.0

### Minor Changes

- [#117](https://github.com/Thinkmill/ts-gql/pull/117) [`9cc5227`](https://github.com/Thinkmill/ts-gql/commit/9cc52277322af7e9cc3007abc9125e4af210e9ca) Thanks [@emmatown](https://github.com/emmatown)! - Support `typescript-eslint@6`

## 0.8.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/eslint-plugin",
"version": "0.8.5",
"version": "0.9.0",
"main": "dist/eslint-plugin.cjs.js",
"module": "dist/eslint-plugin.esm.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ts-gql/test-app

## 0.1.30

### Patch Changes

- Updated dependencies [[`9cc5227`](https://github.com/Thinkmill/ts-gql/commit/9cc52277322af7e9cc3007abc9125e4af210e9ca)]:
- @ts-gql/eslint-plugin@0.9.0

## 0.1.29

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/test-app",
"version": "0.1.29",
"version": "0.1.30",
"private": true,
"license": "MIT",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"@apollo/client": "^3.6.9",
"@ts-gql/babel-plugin": "^0.1.0",
"@ts-gql/compiler": "^0.16.0",
"@ts-gql/eslint-plugin": "^0.8.1",
"@ts-gql/eslint-plugin": "^0.9.0",
"@ts-gql/fetch": "^0.1.2",
"@ts-gql/next": "^17.0.0",
"@ts-gql/tag": "^0.7.0",
Expand Down

0 comments on commit 82d5ed3

Please sign in to comment.