Skip to content

Commit

Permalink
Version Packages (#78)
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 4, 2021
1 parent e94d502 commit a7b41dd
Show file tree
Hide file tree
Showing 18 changed files with 122 additions and 97 deletions.
8 changes: 0 additions & 8 deletions .changeset/moody-hotels-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-poems-return.md

This file was deleted.

8 changes: 4 additions & 4 deletions examples/ez-react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"start": "next start"
},
"dependencies": {
"@gqty/logger": "workspace:^1.0.3",
"@gqty/react": "workspace:^1.1.0",
"@gqty/logger": "workspace:^1.0.4",
"@gqty/react": "workspace:^1.1.1",
"@graphql-ez/nextjs": "^0.9.4",
"@graphql-ez/plugin-codegen": "^0.7.2",
"@graphql-ez/plugin-graphiql": "^0.9.1",
"@graphql-ez/plugin-schema": "^0.7.2",
"gqty": "workspace:^1.1.1",
"gqty": "workspace:^1.1.2",
"graphql": "^15.5.2",
"graphql-ez": "^0.12.7",
"next": "^11.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@gqty/cli": "workspace:^1.1.3",
"@gqty/cli": "workspace:^1.1.4",
"@types/node": "^16.7.10",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
Expand Down
4 changes: 2 additions & 2 deletions examples/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"test:manual": "jest -u"
},
"dependencies": {
"@gqty/cli": "workspace:^1.1.3",
"@gqty/cli": "workspace:^1.1.4",
"dotenv": "^10.0.0",
"gqty": "workspace:^1.1.1",
"gqty": "workspace:^1.1.2",
"test-utils": "workspace:^0.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"test:watch": "bob-esbuild watch"
},
"dependencies": {
"@gqty/cli": "workspace:^1.1.3",
"@gqty/cli": "workspace:^1.1.4",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.20.2",
"gqty": "workspace:^1.1.1",
"gqty": "workspace:^1.1.2",
"graphql": "^15.5.2",
"lodash": "^4.17.21",
"mercurius": "^8.1.3",
Expand Down
10 changes: 5 additions & 5 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"@chakra-ui/react": "^1.6.7",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@gqty/cli": "workspace:^1.1.3",
"@gqty/logger": "workspace:^1.0.3",
"@gqty/react": "workspace:^1.1.0",
"@gqty/subscriptions": "workspace:^1.0.1",
"@gqty/cli": "workspace:^1.1.4",
"@gqty/logger": "workspace:^1.0.4",
"@gqty/react": "workspace:^1.1.1",
"@gqty/subscriptions": "workspace:^1.0.2",
"@react-native-async-storage/async-storage": "^1.15.7",
"@types/extract-files": "^8.1.1",
"altair-fastify-plugin": "^4.0.9",
Expand All @@ -26,7 +26,7 @@
"fastify": "^3.20.2",
"fastify-nextjs": "^6.0.0",
"framer-motion": "^4.1.17",
"gqty": "workspace:^1.1.1",
"gqty": "workspace:^1.1.2",
"graphql": "^15.5.2",
"graphql-upload": "^12.0.0",
"localforage": "^1.10.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"serve": "vite preview"
},
"dependencies": {
"@gqty/cli": "workspace:^1.1.3",
"@gqty/react": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"@gqty/cli": "workspace:^1.1.4",
"@gqty/react": "workspace:^1.1.1",
"gqty": "workspace:^1.1.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqty/cli

## 1.1.4

### Patch Changes

- 5446d83: Fix/Improve config loading
- Updated dependencies [1fc2672]
- [email protected]

## 1.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/cli",
"version": "1.1.3",
"version": "1.1.4",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,7 +49,7 @@
"commander": "^8.1.0",
"cosmiconfig": "^7.0.1",
"cross-fetch": "^3.1.4",
"gqty": "workspace:^1.1.1",
"gqty": "workspace:^1.1.2",
"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.2

### Patch Changes

- 1fc2672: add "sideEffects: false" for improved tree-shaking

## 1.1.1

### Patch 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.1",
"version": "1.1.2",
"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.4

### Patch Changes

- 1fc2672: add "sideEffects: false" for improved tree-shaking
- Updated dependencies [1fc2672]
- [email protected]

## 1.0.3

### 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.3",
"version": "1.0.4",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@size-limit/preset-small-lib": "^5.0.3",
"@types/prettier": "^2.3.2",
"bob-esbuild-cli": "^1.0.1",
"gqty": "workspace:^1.1.1",
"gqty": "workspace:^1.1.2",
"jest": "^27.1.0",
"rimraf": "^3.0.2",
"size-limit": "^5.0.3",
Expand All @@ -54,7 +54,7 @@
"typescript": "^4.4.2"
},
"peerDependencies": {
"gqty": "workspace:^1.1.1"
"gqty": "workspace:^1.1.2"
},
"engines": {
"node": ">=12"
Expand Down
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqty/react

## 1.1.1

### Patch Changes

- 1fc2672: add "sideEffects: false" for improved tree-shaking
- Updated dependencies [1fc2672]
- [email protected]

## 1.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/react",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/react-dom": "^17.0.9",
"bob-esbuild-cli": "^1.0.1",
"get-port": "^5.1.1",
"gqty": "workspace:^1.1.1",
"gqty": "workspace:^1.1.2",
"graphql": "^15.5.2",
"jest": "^27.1.0",
"react": "^17.0.2",
Expand All @@ -66,7 +66,7 @@
"typescript": "^4.4.2"
},
"peerDependencies": {
"gqty": "workspace:^1.0.3",
"gqty": "workspace:^1.1.2",
"graphql": "^15.5.2",
"react": ">=16.8"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqty/subscriptions

## 1.0.2

### Patch Changes

- 1fc2672: add "sideEffects: false" for improved tree-shaking
- Updated dependencies [1fc2672]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/subscriptions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/subscriptions",
"version": "1.0.1",
"version": "1.0.2",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,14 +40,14 @@
"devDependencies": {
"@types/ws": "^7.4.7",
"bob-esbuild-cli": "^1.0.1",
"gqty": "workspace:^1.1.1",
"gqty": "workspace:^1.1.2",
"graphql": "^15.5.2",
"test-utils": "workspace:^0.1.0",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
},
"peerDependencies": {
"gqty": "workspace:^1.0.1",
"gqty": "workspace:^1.1.2",
"graphql": "^15.5.2"
},
"peerDependenciesMeta": {
Expand Down
Loading

1 comment on commit a7b41dd

@vercel
Copy link

@vercel vercel bot commented on a7b41dd Sep 4, 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.