Skip to content

Commit

Permalink
Version Packages (#123)
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] committed Jan 15, 2024
1 parent 74154ca commit 15c1b93
Show file tree
Hide file tree
Showing 18 changed files with 79 additions and 28 deletions.
12 changes: 0 additions & 12 deletions .changeset/happy-flowers-try.md

This file was deleted.

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

## 0.12.1

### Patch Changes

- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`

- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
- @ts-gql/tag@0.7.1

## 0.12.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/apollo",
"version": "0.12.0",
"version": "0.12.1",
"main": "dist/apollo.cjs.js",
"module": "dist/apollo.esm.js",
"exports": {
Expand All @@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"@ts-gql/tag": "^0.7.0"
"@ts-gql/tag": "^0.7.1"
},
"peerDependencies": {
"@apollo/client": "*",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-gql/babel-plugin

## 0.1.1

### Patch Changes

- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/babel-plugin",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/babel-plugin.cjs.js",
"module": "dist/babel-plugin.esm.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ts-gql/compiler

## 0.16.5

### Patch Changes

- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`

- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
- @ts-gql/config@0.9.2

## 0.16.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.16.4",
"version": "0.16.5",
"main": "dist/compiler.cjs.js",
"module": "dist/compiler.esm.js",
"exports": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"@graphql-codegen/plugin-helpers": "^2.4.2",
"@graphql-codegen/typescript-operations": "^2.3.5",
"@nodelib/fs.walk": "^1.2.4",
"@ts-gql/config": "^0.9.1",
"@ts-gql/config": "^0.9.2",
"@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.2

### Patch Changes

- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`

## 0.9.1

### Patch 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.9.1",
"version": "0.9.2",
"main": "dist/config.cjs.js",
"module": "dist/config.esm.js",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ts-gql/eslint-plugin

## 0.9.1

### Patch Changes

- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`

- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
- @ts-gql/config@0.9.2

## 0.9.0

### Minor 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.9.0",
"version": "0.9.1",
"main": "dist/eslint-plugin.cjs.js",
"module": "dist/eslint-plugin.esm.js",
"exports": {
Expand All @@ -16,7 +16,7 @@
],
"dependencies": {
"@babel/runtime": "^7.9.2",
"@ts-gql/config": "^0.9.1",
"@ts-gql/config": "^0.9.2",
"@typescript-eslint/utils": "^6.3.0",
"find-pkg-json-field-up": "^1.0.1",
"slash": "^3.0.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ts-gql/fetch

## 0.1.3

### Patch Changes

- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`

- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
- @ts-gql/tag@0.7.1

## 0.1.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-gql/fetch",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/fetch.cjs.js",
"module": "dist/fetch.esm.js",
"exports": {
Expand All @@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"@ts-gql/tag": "^0.7.0"
"@ts-gql/tag": "^0.7.1"
},
"peerDependencies": {
"graphql": "15 || 16"
Expand Down
9 changes: 9 additions & 0 deletions packages/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ts-gql/next

## 17.0.1

### Patch Changes

- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`

- Updated dependencies [[`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad)]:
- @ts-gql/compiler@0.16.5

## 17.0.0

### 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": "17.0.0",
"version": "17.0.1",
"main": "dist/next.cjs.js",
"module": "dist/next.esm.js",
"exports": {
Expand Down
6 changes: 6 additions & 0 deletions packages/tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-gql/tag

## 0.7.1

### Patch Changes

- [`74154ca`](https://github.com/Thinkmill/ts-gql/commit/74154ca7dab4ea3bd03ff5da5105ca770a63afad) Thanks [@emmatown](https://github.com/emmatown)! - Add `exports` field to `package.json`

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"main": "dist/tag.cjs.js",
"module": "dist/tag.esm.js",
"exports": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit 15c1b93

Please sign in to comment.