Skip to content

Commit

Permalink
Version Packages (#159)
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 Mar 26, 2021
1 parent 983b287 commit bfc194c
Show file tree
Hide file tree
Showing 15 changed files with 81 additions and 555 deletions.
5 changes: 0 additions & 5 deletions .changeset/spotty-wasps-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-plants-complain.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"test:watch": "watch mercurius"
},
"dependencies": {
"gqless": "workspace:^2.0.4",
"@gqless/cli": "workspace:^2.0.5",
"gqless": "workspace:^2.0.5",
"@gqless/cli": "workspace:^2.0.6",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.14.0",
"graphql": "^15.5.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 @@ -12,17 +12,17 @@
"@chakra-ui/react": "^1.4.1",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@gqless/cli": "workspace:^2.0.5",
"@gqless/logger": "workspace:^2.0.4",
"@gqless/react": "workspace:^2.0.5",
"@gqless/subscriptions": "workspace:^1.0.4",
"@gqless/cli": "workspace:^2.0.6",
"@gqless/logger": "workspace:^2.0.5",
"@gqless/react": "workspace:^2.0.6",
"@gqless/subscriptions": "workspace:^1.0.5",
"@react-native-async-storage/async-storage": "^1.14.1",
"date-fns": "^2.19.0",
"faker": "^5.5.0",
"fastify": "^3.14.0",
"fastify-nextjs": "^5.3.0",
"framer-motion": "^4.0.3",
"gqless": "workspace:^2.0.4",
"gqless": "workspace:^2.0.5",
"graphql": "^15.5.0",
"localforage": "^1.9.0",
"lodash": "^4.17.21",
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 @@
# @gqless/cli

## 2.0.6

### Patch Changes

- 8f1a329: add "ignoreArgs" schema transform
- Updated dependencies [6fef085]
- [email protected]

## 2.0.5

### 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.5",
"version": "2.0.6",
"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.2",
"gqless": "workspace:^2.0.4",
"gqless": "workspace:^2.0.5",
"mkdirp": "^1.0.4",
"prettier": "^2.2.1"
},
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.5

### Patch Changes

- 6fef085: add cache persistence helpers

## 2.0.4

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

## 2.0.5

### Patch Changes

- Updated dependencies [6fef085]
- [email protected]

## 2.0.4

### 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.4",
"version": "2.0.5",
"homepage": "https://gqless.com",
"license": "MIT",
"author": "PabloSz <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@size-limit/preset-small-lib": "^4.10.1",
"@types/prettier": "^2.2.3",
"build-utils": "workspace:*",
"gqless": "workspace:^2.0.4",
"gqless": "workspace:^2.0.5",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"size-limit": "^4.10.1",
Expand All @@ -38,7 +38,7 @@
"typescript": "^4.2.3"
},
"peerDependencies": {
"gqless": "workspace:^2.0.4"
"gqless": "workspace:^2.0.5"
},
"engines": {
"node": ">=10"
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gqless/react

## 2.0.6

### Patch Changes

- Updated dependencies [6fef085]
- [email protected]

## 2.0.5

### 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.5",
"version": "2.0.6",
"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.4",
"gqless": "workspace:^2.0.5",
"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.4",
"gqless": "workspace:^2.0.5",
"graphql": "^15.5.0",
"react": ">=16.8"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @gqless/subscriptions

## 1.0.5

### Patch Changes

- Updated dependencies [6fef085]
- [email protected]

## 1.0.4

### 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.4",
"version": "1.0.5",
"homepage": "https://gqless.com",
"author": "PabloSz <[email protected]>",
"main": "dist/index.js",
Expand All @@ -24,14 +24,14 @@
"devDependencies": {
"@types/ws": "^7.4.0",
"build-utils": "workspace:*",
"gqless": "workspace:^2.0.4",
"gqless": "workspace:^2.0.5",
"graphql": "^15.5.0",
"test-utils": "workspace:^0.1.0",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"gqless": "workspace:^2.0.4",
"gqless": "workspace:^2.0.5",
"graphql": "^15.5.0"
},
"peerDependenciesMeta": {
Expand Down
Loading

1 comment on commit bfc194c

@vercel
Copy link

@vercel vercel bot commented on bfc194c Mar 26, 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.