Skip to content

Commit

Permalink
Version Packages (#205)
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 21, 2021
1 parent 4a3d5ef commit 3e755d4
Show file tree
Hide file tree
Showing 22 changed files with 107 additions and 86 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-pots-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-ants-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-windows-cough.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/fluffy-shrimps-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-teachers-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-laws-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-trees-call.md

This file was deleted.

10 changes: 5 additions & 5 deletions examples/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@gqless/cli": "workspace:^2.0.14",
"@gqless/logger": "workspace:^2.0.10",
"@gqless/react": "workspace:^2.0.14",
"@gqless/subscriptions": "workspace:^1.0.10",
"@gqless/cli": "workspace:^2.0.15",
"@gqless/logger": "workspace:^2.0.11",
"@gqless/react": "workspace:^2.0.15",
"@gqless/subscriptions": "workspace:^1.0.11",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.5",
Expand All @@ -47,7 +47,7 @@
"@types/react-dom": "^17.0.3",
"@types/react-router-dom": "^5.1.7",
"framer-motion": "^4.1.5",
"gqless": "workspace:^2.0.12",
"gqless": "workspace:^2.0.13",
"graphql": "^15.5.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
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": {
"@gqless/cli": "workspace:^2.0.14",
"@gqless/cli": "workspace:^2.0.15",
"dotenv": "^8.2.0",
"gqless": "workspace:^2.0.12",
"gqless": "workspace:^2.0.13",
"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 @@ -23,10 +23,10 @@
"test:watch": "watch mercurius"
},
"dependencies": {
"@gqless/cli": "workspace:^2.0.14",
"@gqless/cli": "workspace:^2.0.15",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.14.2",
"gqless": "workspace:^2.0.12",
"gqless": "workspace:^2.0.13",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"mercurius": "^7.4.0",
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.5.1",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@gqless/cli": "workspace:^2.0.14",
"@gqless/logger": "workspace:^2.0.10",
"@gqless/react": "workspace:^2.0.14",
"@gqless/subscriptions": "workspace:^1.0.10",
"@gqless/cli": "workspace:^2.0.15",
"@gqless/logger": "workspace:^2.0.11",
"@gqless/react": "workspace:^2.0.15",
"@gqless/subscriptions": "workspace:^1.0.11",
"@react-native-async-storage/async-storage": "^1.15.2",
"@types/extract-files": "^8.1.0",
"altair-fastify-plugin": "^4.0.0",
Expand All @@ -26,7 +26,7 @@
"fastify": "^3.14.2",
"fastify-nextjs": "^5.3.0",
"framer-motion": "^4.1.5",
"gqless": "workspace:^2.0.12",
"gqless": "workspace:^2.0.13",
"graphql": "^15.5.0",
"graphql-upload": "^11.0.0",
"localforage": "^1.9.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @gqless/cli

## 2.0.15

### Patch Changes

- 4a3d5ef: allow introspection json without "data" field
- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo)
- Rename `gqlessError` to `GQlessError`
- Remove `endpoint` option from the configuration, and instead always defaults to introspection one
- It's confusing why theres two of them, and the user can change it later by modifying the file anyway
- 4a3d5ef: disable config file write if no cli usage
- Updated dependencies [4a3d5ef]
- Updated dependencies [af6a437]
- gqless@2.0.13

## 2.0.14

### 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": "@gqless/cli",
"version": "2.0.14",
"version": "2.0.15",
"homepage": "https://gqless.com",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,7 @@
"commander": "^7.2.0",
"cosmiconfig": "^7.0.0",
"cross-fetch": "^3.1.4",
"gqless": "workspace:^2.0.12",
"gqless": "workspace:^2.0.13",
"mkdirp": "^1.0.4",
"prettier": "^2.2.1"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/gqless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# gqless

## 2.0.13

### Patch Changes

- 4a3d5ef: divide subscriptions with only one top level field
- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo)
- Rename `gqlessError` to `GQlessError`
- Remove `endpoint` option from the configuration, and instead always defaults to introspection one
- It's confusing why theres two of them, and the user can change it later by modifying the file anyway

## 2.0.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/gqless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gqless",
"version": "2.0.12",
"version": "2.0.13",
"description": "gqless client without queries",
"homepage": "https://gqless.com",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/logger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @gqless/logger

## 2.0.11

### Patch Changes

- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo)
- Rename `gqlessError` to `GQlessError`
- Remove `endpoint` option from the configuration, and instead always defaults to introspection one
- It's confusing why theres two of them, and the user can change it later by modifying the file anyway
- Updated dependencies [4a3d5ef]
- Updated dependencies [af6a437]
- gqless@2.0.13

## 2.0.10

### 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": "@gqless/logger",
"version": "2.0.10",
"version": "2.0.11",
"homepage": "https://gqless.com",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"@size-limit/preset-small-lib": "^4.10.2",
"@types/prettier": "^2.2.3",
"build-utils": "workspace:*",
"gqless": "workspace:^2.0.12",
"gqless": "workspace:^2.0.13",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"size-limit": "^4.10.2",
Expand All @@ -42,7 +42,7 @@
"typescript": "^4.2.4"
},
"peerDependencies": {
"gqless": "workspace:^2.0.10"
"gqless": "workspace:^2.0.13"
},
"engines": {
"node": ">=10"
Expand Down
15 changes: 15 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @gqless/react

## 2.0.15

### Patch Changes

- 4a3d5ef: fix useQuery's prepare update
- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo)
- Rename `gqlessError` to `GQlessError`
- Remove `endpoint` option from the configuration, and instead always defaults to introspection one
- It's confusing why theres two of them, and the user can change it later by modifying the file anyway
- 4a3d5ef: fix args state usePaginatedQuery
- 4a3d5ef: detach react default retry in useMutation
- Updated dependencies [4a3d5ef]
- Updated dependencies [af6a437]
- gqless@2.0.13

## 2.0.14

### Patch 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": "@gqless/react",
"version": "2.0.14",
"version": "2.0.15",
"homepage": "https://gqless.com",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/react-dom": "^17.0.3",
"build-utils": "workspace:*",
"get-port": "^5.1.1",
"gqless": "workspace:^2.0.12",
"gqless": "workspace:^2.0.13",
"graphql": "^15.5.0",
"jest": "^26.6.3",
"react": "^17.0.2",
Expand All @@ -54,7 +54,7 @@
"typescript": "^4.2.4"
},
"peerDependencies": {
"gqless": "workspace:^2.0.12",
"gqless": "workspace:^2.0.13",
"graphql": "^15.5.0",
"react": ">=16.8"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @gqless/subscriptions

## 1.0.11

### Patch Changes

- af6a437: - Rename `GqlessConfig` to `GQlessConfig` (so it's consistent with the new logo)
- Rename `gqlessError` to `GQlessError`
- Remove `endpoint` option from the configuration, and instead always defaults to introspection one
- It's confusing why theres two of them, and the user can change it later by modifying the file anyway
- Updated dependencies [4a3d5ef]
- Updated dependencies [af6a437]
- gqless@2.0.13

## 1.0.10

### 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": "@gqless/subscriptions",
"version": "1.0.10",
"version": "1.0.11",
"homepage": "https://gqless.com",
"repository": {
"type": "git",
Expand Down Expand Up @@ -28,14 +28,14 @@
"devDependencies": {
"@types/ws": "^7.4.1",
"build-utils": "workspace:*",
"gqless": "workspace:^2.0.12",
"gqless": "workspace:^2.0.13",
"graphql": "^15.5.0",
"test-utils": "workspace:^0.1.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4"
},
"peerDependencies": {
"gqless": "workspace:^2.0.10",
"gqless": "workspace:^2.0.13",
"graphql": "^15.5.0"
},
"peerDependenciesMeta": {
Expand Down
Loading

1 comment on commit 3e755d4

@vercel
Copy link

@vercel vercel bot commented on 3e755d4 Apr 21, 2021

Choose a reason for hiding this comment

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

Please # to comment.