Skip to content

Commit

Permalink
Version Packages (#75)
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 Sep 2, 2021
1 parent 9faebb6 commit 4d40c93
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/six-panthers-vanish.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.1",
"@emotion/styled": "^11.3.0",
"@gqty/cli": "workspace:^1.1.2",
"@gqty/cli": "workspace:^1.1.3",
"@gqty/logger": "workspace:^1.0.3",
"@gqty/react": "workspace:^1.1.0",
"@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.1.2",
"@gqty/cli": "workspace:^1.1.3",
"dotenv": "^10.0.0",
"gqty": "workspace:^1.1.1",
"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.1.2",
"@gqty/cli": "workspace:^1.1.3",
"@graphql-typed-document-node/core": "^3.1.0",
"fastify": "^3.20.2",
"gqty": "workspace:^1.1.1",
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.7",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@gqty/cli": "workspace:^1.1.2",
"@gqty/cli": "workspace:^1.1.3",
"@gqty/logger": "workspace:^1.0.3",
"@gqty/react": "workspace:^1.1.0",
"@gqty/subscriptions": "workspace:^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"serve": "vite preview"
},
"dependencies": {
"@gqty/cli": "workspace:^1.1.2",
"@gqty/cli": "workspace:^1.1.3",
"@gqty/react": "workspace:^1.1.0",
"gqty": "workspace:^1.1.1",
"react": "^17.0.2",
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.1.3

### Patch Changes

- 9faebb6: fix dynamic import transpilation

## 1.1.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.1.2",
"version": "1.1.3",
"homepage": "https://gqty.dev",
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 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 4d40c93

@vercel
Copy link

@vercel vercel bot commented on 4d40c93 Sep 2, 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.