Skip to content

Commit

Permalink
Version Packages (#189)
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 12, 2021
1 parent c45ca0d commit 3ceeb55
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-cars-sort.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-pink-red.md

This file was deleted.

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": {
"@gqless/cli": "workspace:^2.0.14",
"dotenv": "^8.2.0",
"gqless": "workspace:^2.0.11",
"gqless": "workspace:^2.0.12",
"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 @@ -26,7 +26,7 @@
"@gqless/cli": "workspace:^2.0.14",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.14.1",
"gqless": "workspace:^2.0.11",
"gqless": "workspace:^2.0.12",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"mercurius": "^7.3.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 @@ -15,7 +15,7 @@
"@emotion/styled": "^11.1.5",
"@gqless/cli": "workspace:^2.0.14",
"@gqless/logger": "workspace:^2.0.10",
"@gqless/react": "workspace:^2.0.13",
"@gqless/react": "workspace:^2.0.14",
"@gqless/subscriptions": "workspace:^1.0.10",
"@react-native-async-storage/async-storage": "^1.15.2",
"@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.11",
"gqless": "workspace:^2.0.12",
"graphql": "^15.5.0",
"graphql-upload": "^11.0.0",
"localforage": "^1.9.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/gqless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# gqless

## 2.0.12

### Patch Changes

- c45ca0d: add NPM readme

## 2.0.11

### 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.11",
"version": "2.0.12",
"description": "gqless client without queries",
"homepage": "https://gqless.com",
"license": "MIT",
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 @@
# @gqless/react

## 2.0.14

### Patch Changes

- f14df08: fix `forceUpdate` race condition
- Updated dependencies [c45ca0d]
- [email protected]

## 2.0.13

### 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.13",
"version": "2.0.14",
"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.11",
"gqless": "workspace:^2.0.12",
"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.11",
"gqless": "workspace:^2.0.12",
"graphql": "^15.5.0",
"react": ">=16.8"
},
Expand Down
10 changes: 5 additions & 5 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 3ceeb55

@vercel
Copy link

@vercel vercel bot commented on 3ceeb55 Apr 12, 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.