Skip to content

Commit

Permalink
Version Packages (#72)
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 Sep 2, 2021
1 parent d2a476b commit 3de5c77
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/funny-pans-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-zoos-explode.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@gqty/cli": "workspace:^1.1.0",
"@gqty/logger": "workspace:^1.0.2",
"@gqty/logger": "workspace:^1.0.3",
"@gqty/react": "workspace:^1.1.0",
"@gqty/subscriptions": "workspace:^1.0.1",
"@testing-library/jest-dom": "^5.14.1",
Expand All @@ -46,7 +46,7 @@
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"framer-motion": "^4.1.17",
"gqty": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"graphql": "^15.5.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@gqty/cli": "workspace:^1.1.0",
"dotenv": "^10.0.0",
"gqty": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"test-utils": "workspace:^0.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@gqty/cli": "workspace:^1.1.0",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.20.2",
"gqty": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"graphql": "^15.5.2",
"lodash": "^4.17.21",
"mercurius": "^8.1.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@gqty/cli": "workspace:^1.1.0",
"@gqty/logger": "workspace:^1.0.2",
"@gqty/logger": "workspace:^1.0.3",
"@gqty/react": "workspace:^1.1.0",
"@gqty/subscriptions": "workspace:^1.0.1",
"@react-native-async-storage/async-storage": "^1.15.7",
Expand All @@ -26,7 +26,7 @@
"fastify": "^3.20.2",
"fastify-nextjs": "^6.0.0",
"framer-motion": "^4.1.17",
"gqty": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"graphql": "^15.5.2",
"graphql-upload": "^12.0.0",
"localforage": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@gqty/cli": "workspace:^1.1.0",
"@gqty/react": "workspace:^1.1.0",
"gqty": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"commander": "^8.1.0",
"cosmiconfig": "^7.0.1",
"cross-fetch": "^3.1.4",
"gqty": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"mkdirp": "^1.0.4",
"prettier": "^2.3.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/gqty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gqty

## 1.1.1

### Patch Changes

- 6703c2f: fix undefined object types names

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gqty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gqty",
"version": "1.1.0",
"version": "1.1.1",
"description": "gqty client without queries",
"homepage": "https://gqty.dev",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqty/logger

## 1.0.3

### Patch Changes

- cc39983: Add incremental ID to log
- Updated dependencies [6703c2f]
- [email protected]

## 1.0.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/logger",
"version": "1.0.2",
"version": "1.0.3",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@size-limit/preset-small-lib": "^5.0.3",
"@types/prettier": "^2.3.2",
"bob-esbuild-cli": "^1.0.1",
"gqty": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"jest": "^27.1.0",
"rimraf": "^3.0.2",
"size-limit": "^5.0.3",
Expand All @@ -52,7 +52,7 @@
"typescript": "^4.4.2"
},
"peerDependencies": {
"gqty": "workspace:^1.0.2"
"gqty": "workspace:^1.1.1"
},
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/react-dom": "^17.0.9",
"bob-esbuild-cli": "^1.0.1",
"get-port": "^5.1.1",
"gqty": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"graphql": "^15.5.2",
"jest": "^27.1.0",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@types/ws": "^7.4.7",
"bob-esbuild-cli": "^1.0.1",
"gqty": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"graphql": "^15.5.2",
"test-utils": "workspace:^0.1.0",
"tslib": "^2.3.1",
Expand Down
22 changes: 11 additions & 11 deletions pnpm-lock.yaml

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

1 comment on commit 3de5c77

@vercel
Copy link

@vercel vercel bot commented on 3de5c77 Sep 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.