Skip to content

Commit

Permalink
Version Packages (#2)
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 28, 2020
1 parent 8485b1a commit d68fbfa
Show file tree
Hide file tree
Showing 12 changed files with 62 additions and 34 deletions.
8 changes: 0 additions & 8 deletions .changeset/friendly-foxes-buy.md

This file was deleted.

13 changes: 11 additions & 2 deletions packages/apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# @ts-gql/apollo

## 0.1.0
## 0.2.0

### Minor Changes

- [`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove -with-required-variables types

### Patch Changes

- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
- Updated dependencies [[`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248)]:
- @ts-gql/tag@0.2.0

## 0.1.0

### Minor Changes

- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release

### 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.1.0",
"version": "0.2.0",
"main": "dist/apollo.cjs.js",
"module": "dist/apollo.esm.js",
"license": "MIT",
"dependencies": {
"@ts-gql/tag": "^0.1.0"
"@ts-gql/tag": "^0.2.0"
},
"peerDependencies": {
"@apollo/client": "*"
Expand Down
7 changes: 6 additions & 1 deletion packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @ts-gql/eslint-plugin

## 0.1.0
## 0.2.0

### Minor Changes

- [`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove -with-required-variables types

## 0.1.0

### Minor Changes

- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
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.1.0",
"version": "0.2.0",
"main": "dist/eslint-plugin.cjs.js",
"module": "dist/eslint-plugin.esm.js",
"license": "MIT",
Expand Down
7 changes: 6 additions & 1 deletion packages/tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @ts-gql/tag

## 0.1.0
## 0.2.0

### Minor Changes

- [`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove -with-required-variables types

## 0.1.0

### Minor Changes

- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
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.1.0",
"version": "0.2.0",
"main": "dist/tag.cjs.js",
"module": "dist/tag.esm.js",
"license": "MIT",
Expand Down
13 changes: 11 additions & 2 deletions packages/urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# @ts-gql/urql

## 0.1.0
## 0.2.0

### Minor Changes

- [`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Remove -with-required-variables types

### Patch Changes

- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
- Updated dependencies [[`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248)]:
- @ts-gql/tag@0.2.0

## 0.1.0

### Minor Changes

- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release

### Patch Changes

Expand Down
4 changes: 2 additions & 2 deletions packages/urql/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@ts-gql/urql",
"version": "0.1.0",
"version": "0.2.0",
"main": "dist/urql.cjs.js",
"module": "dist/urql.esm.js",
"license": "MIT",
"dependencies": {
"@ts-gql/tag": "^0.1.0"
"@ts-gql/tag": "^0.2.0"
},
"peerDependencies": {
"urql": "*"
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

14 changes: 11 additions & 3 deletions test-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# @ts-gql/test-app

## 0.1.0
### Minor Changes
## 0.1.1

### Patch Changes

- Updated dependencies [[`8485b1a`](https://github.com/Thinkmill/ts-gql/commit/8485b1a28228feea836d076cc7dd1a0691414248)]:
- @ts-gql/apollo@0.2.0
- @ts-gql/eslint-plugin@0.2.0
- @ts-gql/tag@0.2.0
- @ts-gql/urql@0.2.0

- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release
## 0.1.0

### Minor Changes

- [`b444283`](https://github.com/Thinkmill/ts-gql/commit/b44428353e6e94f7df60b8ffc409b44b6fbca1ca) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Initial release

### Patch Changes

Expand Down
10 changes: 5 additions & 5 deletions test-app/package.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"name": "@ts-gql/test-app",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.0.0-beta.43",
"@types/node": "^13.13.2",
"@types/react": "^16.9.34",
"apollo-server-micro": "^2.12.0",
"@ts-gql/tag": "^0.1.0",
"@ts-gql/apollo": "^0.1.0",
"@ts-gql/eslint-plugin": "^0.1.0",
"@ts-gql/tag": "^0.2.0",
"@ts-gql/apollo": "^0.2.0",
"@ts-gql/eslint-plugin": "^0.2.0",
"next": "^9.3.5",
"raw-loader": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"@typescript-eslint/parser": "^2.29.0",
"urql": "^1.9.7",
"@ts-gql/urql": "^0.1.0"
"@ts-gql/urql": "^0.2.0"
}
}

0 comments on commit d68fbfa

Please sign in to comment.