Skip to content

Commit

Permalink
Version Packages (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 23, 2024
1 parent 3c48be0 commit e4ad8b4
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
"orange-rivers-draw",
"pink-moose-shake",
"poor-ghosts-jump",
"pretty-panthers-deliver",
"red-papayas-fly",
"rich-jobs-kick",
"serious-forks-sip",
"silent-ghosts-fix",
"spotty-bulldogs-confess",
"strong-ears-bake",
"thick-adults-leave",
Expand Down
4 changes: 2 additions & 2 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@graphiql/plugin-code-exporter": "^4.0.0-alpha.1",
"@graphiql/plugin-explorer": "^4.0.0-alpha.2",
"@graphiql/toolkit": "^0.10.0",
"@graphiql/react": "^1.0.0-alpha.4",
"@graphiql/toolkit": "^0.11.0-alpha.0",
"@graphiql/react": "^1.0.0-alpha.5",
"graphiql": "^4.0.0-alpha.5",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-graphql-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"@graphiql/toolkit": "^0.10.0",
"@graphiql/toolkit": "^0.11.0-alpha.0",
"graphql": "^16.9.0",
"graphql-ws": "^5.5.5",
"jsonc-parser": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/monaco-graphql-react-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"@graphiql/toolkit": "^0.10.0",
"@graphiql/toolkit": "^0.11.0-alpha.0",
"graphql": "^16.9.0",
"graphql-language-service": "^5.3.0",
"jsonc-parser": "^3.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphiql-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphiql/react

## 1.0.0-alpha.5

### Patch Changes

- [#3743](https://github.com/graphql/graphiql/pull/3743) [`7275c19`](https://github.com/graphql/graphiql/commit/7275c19b174f06bd031f49b33912c1babf29ccb0) Thanks [@dimaMachina](https://github.com/dimaMachina)! - create instance of `new HistoryStore` and `new StorageAPI` only on mount, use function with `useState`

- Updated dependencies [[`2ad4e75`](https://github.com/graphql/graphiql/commit/2ad4e7505385fefd252b9aa8ea2233cbaeca7f6a)]:
- @graphiql/toolkit@0.11.0-alpha.0

## 1.0.0-alpha.4

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/react",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down Expand Up @@ -46,7 +46,7 @@
"react-dom": "^16.8.0 || ^17 || ^18"
},
"dependencies": {
"@graphiql/toolkit": "^0.10.0",
"@graphiql/toolkit": "^0.11.0-alpha.0",
"@headlessui/react": "^1.7.15",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/toolkit

## 0.11.0-alpha.0

### Minor Changes

- [#3746](https://github.com/graphql/graphiql/pull/3746) [`2ad4e75`](https://github.com/graphql/graphiql/commit/2ad4e7505385fefd252b9aa8ea2233cbaeca7f6a) Thanks [@dimaMachina](https://github.com/dimaMachina)! - compile with `tsup` instead of `tsc`

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/toolkit",
"version": "0.10.0",
"version": "0.11.0-alpha.0",
"description": "Utility to build a fetcher for GraphiQL",
"contributors": [
"Rikki Schulte <[email protected]> (https://rikki.dev)"
Expand Down
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"e2e-server": "start-server-and-test 'cross-env PORT=8080 node test/e2e-server' 'http-get://localhost:8080/graphql?query={test { id }}'"
},
"dependencies": {
"@graphiql/react": "^1.0.0-alpha.4"
"@graphiql/react": "^1.0.0-alpha.5"
},
"peerDependencies": {
"graphql": "^15.5.0 || ^16.0.0 || ^17.0.0-alpha.2",
"react": "^16.8.0 || ^17 || ^18",
"react-dom": "^16.8.0 || ^17 || ^18"
},
"devDependencies": {
"@graphiql/toolkit": "^0.10.0",
"@graphiql/toolkit": "^0.11.0-alpha.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/testing-library__jest-dom": "5.14.5",
Expand Down

0 comments on commit e4ad8b4

Please sign in to comment.