Skip to content

Commit

Permalink
Version Packages (#91)
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 Nov 9, 2021
1 parent dc22e45 commit 15a03dc
Show file tree
Hide file tree
Showing 21 changed files with 105 additions and 51 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-monkeys-punch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/few-dingos-glow.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/violet-schools-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-spies-exercise.md

This file was deleted.

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

## 0.5.0

### Minor Changes

- [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added support for `"mode": "no-transform"` and `"mode": "mixed"`. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details

## 0.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/apollo-client-v2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/apollo-client-v2",
"version": "0.4.0",
"version": "0.5.0",
"main": "dist/apollo-client-v2.cjs.js",
"module": "dist/apollo-client-v2.esm.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ts-gql/apollo

## 0.10.0

### Minor Changes

- [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added support for `"mode": "no-transform"` and `"mode": "mixed"`. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details

### Patch Changes

- Updated dependencies [[`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d), [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d), [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d), [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d)]:
- @ts-gql/tag@0.6.0

## 0.9.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ts-gql/apollo",
"version": "0.9.2",
"version": "0.10.0",
"main": "dist/apollo.cjs.js",
"module": "dist/apollo.esm.js",
"license": "MIT",
"dependencies": {
"@ts-gql/tag": "^0.5.0"
"@ts-gql/tag": "^0.6.0"
},
"peerDependencies": {
"@apollo/client": "*",
Expand Down
13 changes: 13 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @ts-gql/compiler

## 0.15.0

### Minor Changes

- [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `name` property to `BaseTypedFragment` and `fragments` property to `BaseTypedDocument`

* [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added support for `"mode": "no-transform"` and `"mode": "mixed"`. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details

### Patch Changes

- Updated dependencies [[`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d)]:
- @ts-gql/config@0.9.0

## 0.14.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/compiler",
"version": "0.14.4",
"version": "0.15.0",
"main": "dist/compiler.cjs.js",
"module": "dist/compiler.esm.js",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"@graphql-codegen/typescript": "^1.23.0",
"@graphql-codegen/typescript-operations": "^1.18.4",
"@nodelib/fs.walk": "^1.2.4",
"@ts-gql/config": "^0.8.0",
"@ts-gql/config": "^0.9.0",
"@types/babel__code-frame": "^7.0.1",
"@types/graceful-fs": "^4.1.3",
"@types/invariant": "^2.2.32",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-gql/config

## 0.9.0

### Minor Changes

- [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added support for `"mode": "no-transform"` and `"mode": "mixed"`. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/config",
"version": "0.8.0",
"version": "0.9.0",
"main": "dist/config.cjs.js",
"module": "dist/config.esm.js",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ts-gql/eslint-plugin

## 0.8.0

### Minor Changes

- [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added support for `"mode": "no-transform"` and `"mode": "mixed"`. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details

### Patch Changes

- Updated dependencies [[`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d)]:
- @ts-gql/config@0.9.0

## 0.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.2",
"version": "0.8.0",
"main": "dist/eslint-plugin.cjs.js",
"module": "dist/eslint-plugin.esm.js",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
],
"dependencies": {
"@babel/runtime": "^7.9.2",
"@ts-gql/config": "^0.8.0",
"@ts-gql/config": "^0.9.0",
"@typescript-eslint/experimental-utils": "^2.29.0",
"find-pkg-json-field-up": "^1.0.1",
"slash": "^3.0.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @ts-gql/next

## 16.0.0

### Major Changes

- [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added support for `"mode": "no-transform"` and `"mode": "mixed"`. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details

### Patch Changes

- Updated dependencies [[`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d), [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d)]:
- @ts-gql/compiler@0.15.0

## 15.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/next",
"version": "15.0.1",
"version": "16.0.0",
"main": "dist/next.cjs.js",
"module": "dist/next.esm.js",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @ts-gql/tag

## 0.6.0

### Minor Changes

- [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed unused `Documents` export.

* [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added `name` property to `BaseTypedFragment` and `fragments` property to `BaseTypedDocument`

- [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Added support for `"mode": "no-transform"` and `"mode": "mixed"`. See https://github.com/Thinkmill/ts-gql/blob/main/docs/no-transform.md for more details

* [#90](https://github.com/Thinkmill/ts-gql/pull/90) [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Removed spread parameter from `gql` export to align with the fact that `gql` from the `@ts-gql/tag` entrypoint does not allow interpolations.

## 0.5.3

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

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

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

## 0.1.25

### Patch Changes

- Updated dependencies [[`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d), [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d), [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d), [`dc22e45`](https://github.com/Thinkmill/ts-gql/commit/dc22e457d14c816274037010a627d10bcb30f11d)]:
- @ts-gql/tag@0.6.0
- @ts-gql/compiler@0.15.0
- @ts-gql/eslint-plugin@0.8.0
- @ts-gql/next@16.0.0
- @ts-gql/apollo@0.10.0

## 0.1.24

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "@ts-gql/test-app",
"version": "0.1.24",
"version": "0.1.25",
"private": true,
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.1.2",
"@ts-gql/apollo": "^0.9.0",
"@ts-gql/apollo": "^0.10.0",
"@ts-gql/babel-plugin": "^0.1.0",
"@ts-gql/compiler": "^0.14.0",
"@ts-gql/eslint-plugin": "^0.7.2",
"@ts-gql/next": "^15.0.0",
"@ts-gql/tag": "^0.5.3",
"@ts-gql/compiler": "^0.15.0",
"@ts-gql/eslint-plugin": "^0.8.0",
"@ts-gql/next": "^16.0.0",
"@ts-gql/tag": "^0.6.0",
"@types/node": "^13.13.2",
"@types/react": "^16.9.43",
"@types/react-dom": "^16.9.8",
Expand Down

0 comments on commit 15a03dc

Please sign in to comment.