Skip to content

Commit

Permalink
Version Packages (#33)
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 f0315c4 commit ef317b1
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/three-stingrays-fold.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.2",
"@gqty/cli": "workspace:^1.0.3",
"@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.2",
"@gqty/cli": "workspace:^1.0.3",
"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.2",
"@gqty/cli": "workspace:^1.0.3",
"@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.2",
"@gqty/cli": "workspace:^1.0.3",
"@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.3

### Patch Changes

- f0315c4: fix js target

## 1.0.2

### 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.2",
"version": "1.0.3",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down
20 changes: 5 additions & 15 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 ef317b1

@vercel
Copy link

@vercel vercel bot commented on ef317b1 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.