Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages (alpha) #3744

Open
wants to merge 1 commit into
base: graphiql-v4
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Version Packages (alpha)
  • Loading branch information
github-actions[bot] committed Aug 23, 2024
commit e4ad8b4ecc834fd02f279dc96e0ee045ddeb97f3
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
@@ -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",
4 changes: 2 additions & 2 deletions examples/graphiql-webpack/package.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion examples/monaco-graphql-nextjs/package.json
Original file line number Diff line number Diff line change
@@ -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",
2 changes: 1 addition & 1 deletion examples/monaco-graphql-react-vite/package.json
Original file line number Diff line number Diff line change
@@ -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",
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/[email protected]

## 1.0.0-alpha.4

### Minor Changes
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",
@@ -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",
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
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)"
4 changes: 2 additions & 2 deletions packages/graphiql/package.json
Original file line number Diff line number Diff line change
@@ -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",