Skip to content

Commit

Permalink
Version Packages (#34)
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 Aug 7, 2021
1 parent bd31ab8 commit ae356e7
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/shaggy-pigs-think.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@gqty/cli": "workspace:^1.0.3",
"@gqty/cli": "workspace:^1.0.4",
"@gqty/logger": "workspace:^1.0.2",
"@gqty/react": "workspace:^1.0.1",
"@gqty/subscriptions": "workspace:^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test:manual": "jest -u"
},
"dependencies": {
"@gqty/cli": "workspace:^1.0.3",
"@gqty/cli": "workspace:^1.0.4",
"dotenv": "^10.0.0",
"gqty": "workspace:^1.0.2",
"test-utils": "workspace:^0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/mercurius/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:watch": "bob-esbuild watch"
},
"dependencies": {
"@gqty/cli": "workspace:^1.0.3",
"@gqty/cli": "workspace:^1.0.4",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.20.1",
"gqty": "workspace:^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@gqty/cli": "workspace:^1.0.3",
"@gqty/cli": "workspace:^1.0.4",
"@gqty/logger": "workspace:^1.0.2",
"@gqty/react": "workspace:^1.0.1",
"@gqty/subscriptions": "workspace:^1.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gqty/cli

## 1.0.4

### Patch Changes

- bd31ab8: fix cli package json read

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gqty/cli",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 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 ae356e7

@vercel
Copy link

@vercel vercel bot commented on ae356e7 Aug 7, 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.