Skip to content

Commit

Permalink
Version Packages (#175)
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 5, 2021
1 parent ad59aed commit 797caf0
Show file tree
Hide file tree
Showing 15 changed files with 66 additions and 562 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-ads-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-experts-relax.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-seahorses-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-bags-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-ghosts-drum.md

This file was deleted.

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.12",
"@gqless/cli": "workspace:^2.0.13",
"dotenv": "^8.2.0",
"gqless": "workspace:^2.0.10",
"gqless": "workspace:^2.0.11",
"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.12",
"@gqless/cli": "workspace:^2.0.13",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.14.1",
"gqless": "workspace:^2.0.10",
"gqless": "workspace:^2.0.11",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"mercurius": "^7.3.3",
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@chakra-ui/react": "^1.4.2",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@gqless/cli": "workspace:^2.0.12",
"@gqless/cli": "workspace:^2.0.13",
"@gqless/logger": "workspace:^2.0.10",
"@gqless/react": "workspace:^2.0.11",
"@gqless/react": "workspace:^2.0.12",
"@gqless/subscriptions": "workspace:^1.0.10",
"@react-native-async-storage/async-storage": "^1.15.1",
"@types/extract-files": "^8.1.0",
Expand All @@ -26,7 +26,7 @@
"fastify": "^3.14.1",
"fastify-nextjs": "^5.3.0",
"framer-motion": "^4.1.2",
"gqless": "workspace:^2.0.10",
"gqless": "workspace:^2.0.11",
"graphql": "^15.5.0",
"graphql-upload": "^11.0.0",
"localforage": "^1.9.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @gqless/cli

## 2.0.13

### Patch Changes

- 9b9d127: add "usePaginatedQuery" hook
- Updated dependencies [85a389c]
- Updated dependencies [cca9d02]
- Updated dependencies [0904297]
- [email protected]

## 2.0.12

### 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.12",
"version": "2.0.13",
"homepage": "https://gqless.com",
"license": "MIT",
"author": "PabloSz <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,7 @@
"commander": "^7.2.0",
"cosmiconfig": "^7.0.0",
"cross-fetch": "^3.1.4",
"gqless": "workspace:^2.0.10",
"gqless": "workspace:^2.0.11",
"mkdirp": "^1.0.4",
"prettier": "^2.2.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/gqless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# gqless

## 2.0.11

### Patch Changes

- 85a389c: fix selections backup & fix resolved false-positive warn
- cca9d02: add inlineResolved function
- 0904297: remove normalizedCache from persistence

## 2.0.10

### 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.10",
"version": "2.0.11",
"description": "gqless client without queries",
"homepage": "https://gqless.com",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @gqless/react

## 2.0.12

### Patch Changes

- c54375d: add "usePaginatedQuery" hook
- Updated dependencies [85a389c]
- Updated dependencies [cca9d02]
- Updated dependencies [0904297]
- [email protected]

## 2.0.11

### 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.11",
"version": "2.0.12",
"homepage": "https://gqless.com",
"license": "MIT",
"author": "PabloSz <[email protected]>",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/react-dom": "^17.0.3",
"build-utils": "workspace:*",
"get-port": "^5.1.1",
"gqless": "workspace:^2.0.10",
"gqless": "workspace:^2.0.11",
"graphql": "^15.5.0",
"jest": "^26.6.3",
"react": "^17.0.2",
Expand All @@ -50,7 +50,7 @@
"typescript": "^4.2.3"
},
"peerDependencies": {
"gqless": "workspace:^2.0.10",
"gqless": "workspace:^2.0.11",
"graphql": "^15.5.0",
"react": ">=16.8"
},
Expand Down
Loading

1 comment on commit 797caf0

@vercel
Copy link

@vercel vercel bot commented on 797caf0 Apr 5, 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.