Skip to content

Commit bcb7d2f

Browse files
Version Packages (#3)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8175079 commit bcb7d2f

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/orange-eyes-add.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ts-gql/eslint-plugin
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [`8175079`](https://github.com/Thinkmill/ts-gql/commit/817507911de80cb628e01f42d1c547915f811415) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Represent enums as types rather than TS enums and add scalars option
8+
39
## 0.2.0
410

511
### Minor Changes

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/eslint-plugin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": "dist/eslint-plugin.cjs.js",
55
"module": "dist/eslint-plugin.esm.js",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @ts-gql/test-app
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8175079`](https://github.com/Thinkmill/ts-gql/commit/817507911de80cb628e01f42d1c547915f811415)]:
8+
- @ts-gql/eslint-plugin@0.3.0
9+
310
## 0.1.1
411

512
### Patch Changes

test-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-gql/test-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"license": "MIT",
66
"dependencies": {
@@ -10,7 +10,7 @@
1010
"apollo-server-micro": "^2.12.0",
1111
"@ts-gql/tag": "^0.2.0",
1212
"@ts-gql/apollo": "^0.2.0",
13-
"@ts-gql/eslint-plugin": "^0.2.0",
13+
"@ts-gql/eslint-plugin": "^0.3.0",
1414
"next": "^9.3.5",
1515
"raw-loader": "^4.0.1",
1616
"react": "^16.13.1",

0 commit comments

Comments
 (0)