Skip to content

Commit

Permalink
Version Packages (#149)
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 24, 2021
1 parent 27f9ece commit 8f7fb2f
Show file tree
Hide file tree
Showing 14 changed files with 83 additions and 553 deletions.
8 changes: 0 additions & 8 deletions .changeset/thirty-avocados-jam.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.2",
"@gqless/cli": "workspace:^2.0.2",
"gqless": "workspace:^2.0.3",
"@gqless/cli": "workspace:^2.0.3",
"@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,16 +12,16 @@
"@chakra-ui/react": "^1.4.1",
"@emotion/react": "^11.1.5",
"@emotion/styled": "^11.1.5",
"@gqless/cli": "workspace:^2.0.2",
"@gqless/logger": "workspace:^2.0.2",
"@gqless/react": "workspace:^2.0.3",
"@gqless/subscriptions": "workspace:^1.0.2",
"@gqless/cli": "workspace:^2.0.3",
"@gqless/logger": "workspace:^2.0.3",
"@gqless/react": "workspace:^2.0.4",
"@gqless/subscriptions": "workspace:^1.0.3",
"date-fns": "^2.19.0",
"faker": "^5.4.0",
"fastify": "^3.14.0",
"fastify-nextjs": "^5.3.0",
"framer-motion": "^4.0.0",
"gqless": "workspace:^2.0.2",
"gqless": "workspace:^2.0.3",
"graphql": "^15.5.0",
"lodash": "^4.17.21",
"mercurius": "^7.3.0",
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.3

### Patch Changes

- 27f9ece: set "graphql" as optional peerDependency
- Updated dependencies [27f9ece]
- gqless@2.0.3

## 2.0.2

### 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.2",
"version": "2.0.3",
"homepage": "https://gqless.com",
"license": "MIT",
"author": "PabloSz <pablosaez1995@gmail.com>",
Expand Down Expand Up @@ -35,7 +35,7 @@
"commander": "^7.2.0",
"cosmiconfig": "^7.0.0",
"cross-fetch": "^3.1.2",
"gqless": "workspace:^2.0.2",
"gqless": "workspace:^2.0.3",
"mkdirp": "^1.0.4",
"prettier": "^2.2.1",
"runtypes": "^5.1.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.3

### Patch Changes

- 27f9ece: set "graphql" as optional peerDependency

## 2.0.2

### 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.2",
"version": "2.0.3",
"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.3

### Patch Changes

- Updated dependencies [27f9ece]
- gqless@2.0.3

## 2.0.2

### 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.2",
"version": "2.0.3",
"homepage": "https://gqless.com",
"license": "MIT",
"author": "PabloSz <pablosaez1995@gmail.com>",
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.2",
"gqless": "workspace:^2.0.3",
"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.2"
"gqless": "workspace:^2.0.3"
},
"engines": {
"node": ">=10"
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.4

### Patch Changes

- 27f9ece: set "graphql" as optional peerDependency
- Updated dependencies [27f9ece]
- gqless@2.0.3

## 2.0.3

### 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.3",
"version": "2.0.4",
"homepage": "https://gqless.com",
"license": "MIT",
"author": "PabloSz <pablosaez1995@gmail.com>",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@types/react-dom": "^17.0.2",
"build-utils": "workspace:*",
"get-port": "^5.1.1",
"gqless": "workspace:^2.0.2",
"gqless": "workspace:^2.0.3",
"graphql": "^15.5.0",
"jest": "^26.6.3",
"react": "^17.0.1",
Expand All @@ -50,7 +50,7 @@
"typescript": "^4.2.3"
},
"peerDependencies": {
"gqless": "workspace:^2.0.2",
"gqless": "workspace:^2.0.3",
"graphql": "^15.5.0",
"react": ">=16.8"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/subscriptions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @gqless/subscriptions

## 1.0.3

### Patch Changes

- 27f9ece: set "graphql" as optional peerDependency
- Updated dependencies [27f9ece]
- gqless@2.0.3

## 1.0.2

### 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.2",
"version": "1.0.3",
"homepage": "https://gqless.com",
"author": "PabloSz <pablosaez1995@gmail.com>",
"main": "dist/index.js",
Expand All @@ -24,14 +24,14 @@
"devDependencies": {
"@types/ws": "^7.4.0",
"build-utils": "workspace:*",
"gqless": "workspace:^2.0.2",
"gqless": "workspace:^2.0.3",
"graphql": "^15.5.0",
"test-utils": "workspace:^0.1.0",
"tslib": "^2.1.0",
"typescript": "^4.2.3"
},
"peerDependencies": {
"gqless": "workspace:^2.0.2",
"gqless": "workspace:^2.0.3",
"graphql": "^15.5.0"
},
"peerDependenciesMeta": {
Expand Down
Loading

1 comment on commit 8f7fb2f

@vercel
Copy link

@vercel vercel bot commented on 8f7fb2f Mar 24, 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.