Skip to content

Commit

Permalink
Version Packages (#213)
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 May 19, 2021
1 parent 422eb9a commit d736fe5
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-mayflies-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-pets-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-humans-tease.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/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@gqless/cli": "workspace:^2.0.15",
"@gqless/cli": "workspace:^2.0.16",
"@gqless/logger": "workspace:^2.0.11",
"@gqless/react": "workspace:^2.0.15",
"@gqless/subscriptions": "workspace:^1.0.11",
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.13",
"gqless": "workspace:^2.0.14",
"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.15",
"@gqless/cli": "workspace:^2.0.16",
"dotenv": "^8.2.0",
"gqless": "workspace:^2.0.13",
"gqless": "workspace:^2.0.14",
"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.15",
"@gqless/cli": "workspace:^2.0.16",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.14.2",
"gqless": "workspace:^2.0.13",
"gqless": "workspace:^2.0.14",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"mercurius": "^7.4.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@chakra-ui/react": "^1.5.1",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.3.0",
"@gqless/cli": "workspace:^2.0.15",
"@gqless/cli": "workspace:^2.0.16",
"@gqless/logger": "workspace:^2.0.11",
"@gqless/react": "workspace:^2.0.15",
"@gqless/subscriptions": "workspace:^1.0.11",
Expand All @@ -26,7 +26,7 @@
"fastify": "^3.14.2",
"fastify-nextjs": "^5.3.0",
"framer-motion": "^4.1.5",
"gqless": "workspace:^2.0.13",
"gqless": "workspace:^2.0.14",
"graphql": "^15.5.0",
"graphql-upload": "^11.0.0",
"localforage": "^1.9.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gqless/cli

## 2.0.16

### Patch Changes

- 422eb9a: fix importsNotUsedAsValues error on generated schema
- Updated dependencies [422eb9a]
- Updated dependencies [422eb9a]
- [email protected]

## 2.0.15

### 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.15",
"version": "2.0.16",
"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.13",
"gqless": "workspace:^2.0.14",
"mkdirp": "^1.0.4",
"prettier": "^2.2.1"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/gqless/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# gqless

## 2.0.14

### Patch Changes

- 422eb9a: allow set core "resolved" defaults
- 422eb9a: hotfix nullable getFields

## 2.0.13

### 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.13",
"version": "2.0.14",
"description": "gqless client without queries",
"homepage": "https://gqless.com",
"repository": {
Expand Down
18 changes: 9 additions & 9 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 d736fe5

@vercel
Copy link

@vercel vercel bot commented on d736fe5 May 19, 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.