Skip to content

Commit

Permalink
Version Packages (alpha) (#3741)
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
acao and github-actions[bot] committed Aug 20, 2024
1 parent 3c12ce0 commit e432fb5
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"healthy-onions-bake",
"hungry-spiders-cheat",
"metal-glasses-bow",
"nine-meals-happen",
"old-zebras-knock",
"olive-mice-hide",
"orange-rivers-draw",
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 @@ -9,8 +9,8 @@
"start": "NODE_ENV=development webpack-cli serve"
},
"dependencies": {
"@graphiql/plugin-code-exporter": "^4.0.0-alpha.0",
"@graphiql/plugin-explorer": "^4.0.0-alpha.1",
"@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": "^4.0.0-alpha.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-plugin-code-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/plugin-code-exporter

## 4.0.0-alpha.1

### Patch Changes

- [#3740](https://github.com/graphql/graphiql/pull/3740) [`3c12ce0`](https://github.com/graphql/graphiql/commit/3c12ce01eb3b2ec9a317a2fea2bb92602b748a8b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix types incorrect types entry

## 4.0.0-alpha.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-plugin-code-exporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-code-exporter",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphiql-plugin-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphiql/plugin-explorer

## 4.0.0-alpha.2

### Patch Changes

- [#3740](https://github.com/graphql/graphiql/pull/3740) [`3c12ce0`](https://github.com/graphql/graphiql/commit/3c12ce01eb3b2ec9a317a2fea2bb92602b748a8b) Thanks [@dimaMachina](https://github.com/dimaMachina)! - fix types incorrect types entry

## 4.0.0-alpha.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphiql-plugin-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphiql/plugin-explorer",
"version": "4.0.0-alpha.1",
"version": "4.0.0-alpha.2",
"repository": {
"type": "git",
"url": "https://github.com/graphql/graphiql",
Expand Down

0 comments on commit e432fb5

Please sign in to comment.