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 Sep 23, 2022
1 parent 3e077e8 commit 3c610e8
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
"changesets": [
"blue-bottles-jump",
"chatty-baboons-search",
"eleven-drinks-mix",
"eleven-needles-collect",
"empty-peaches-heal",
"famous-parents-argue",
"fifty-peaches-bathe",
"gorgeous-penguins-jog",
"healthy-glasses-reflect",
"hip-cheetahs-fail",
"lazy-emus-hunt",
Expand All @@ -25,15 +28,18 @@
"old-papayas-switch",
"pink-eggs-draw",
"quick-beans-applaud",
"shaggy-badgers-act",
"shaggy-schools-sparkle",
"short-lies-kneel",
"silly-icons-taste",
"six-pianos-refuse",
"sixty-flowers-press",
"small-cycles-hammer",
"small-suits-compare",
"spicy-lions-deliver",
"spicy-pugs-deliver",
"spotty-days-eat",
"stale-goats-serve",
"stale-sheep-search",
"twenty-cooks-repair",
"violet-mayflies-help",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/integration-testsuite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @apollo/server-integration-testsuite

## 4.0.0-alpha.12

### Patch Changes

- [#6850](https://github.com/apollographql/apollo-server/pull/6850) [`256f2424b`](https://github.com/apollographql/apollo-server/commit/256f2424bf6e8420e2582bb2d7a685c810c40bfe) Thanks [@renovate](https://github.com/apps/renovate)! - Expand jest peer deps to include v29

- [#6910](https://github.com/apollographql/apollo-server/pull/6910) [`6541f92c9`](https://github.com/apollographql/apollo-server/commit/6541f92c9a0a97b818d637fbac9fb6a2fe14c37c) Thanks [@trevor-scheer](https://github.com/trevor-scheer)! - Update snapshot format to future jest v29 default

- Updated dependencies []:
- @apollo/server@4.0.0-alpha.12

## 4.0.0-alpha.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server-integration-testsuite",
"version": "4.0.0-alpha.11",
"version": "4.0.0-alpha.12",
"description": "Test suite for Apollo Server integrations",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"supertest": "^6.2.3"
},
"peerDependencies": {
"@apollo/server": "^4.0.0-alpha.11",
"@apollo/server": "^4.0.0-alpha.12",
"@jest/globals": "28.x || 29.x",
"graphql": "^16.5.0",
"jest": "28.x || 29.x"
Expand Down
2 changes: 2 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @apollo/server

## 4.0.0-alpha.12

## 4.0.0-alpha.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apollo/server",
"version": "4.0.0-alpha.11",
"version": "4.0.0-alpha.12",
"description": "Core engine for Apollo GraphQL server",
"type": "module",
"main": "dist/cjs/index.js",
Expand Down

0 comments on commit 3c610e8

Please sign in to comment.