Skip to content

Commit

Permalink
Merge branch 'main' into jerel/cache-history
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Jun 6, 2024
2 parents 57d0228 + 8fac152 commit 609402a
Show file tree
Hide file tree
Showing 15 changed files with 563 additions and 381 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.14.2

### Patch Changes

- [#1404](https://github.com/apollographql/apollo-client-devtools/pull/1404) [`abf38d3`](https://github.com/apollographql/apollo-client-devtools/commit/abf38d34f2639f37b369d191504449e67c403f1b) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Reintroduce change to automatically reconnect the ports when they disconnect.

## 4.14.1

### Patch Changes

- [#1397](https://github.com/apollographql/apollo-client-devtools/pull/1397) [`11a77fb`](https://github.com/apollographql/apollo-client-devtools/commit/11a77fb5d80a024c401c828c1dad2d972d105377) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Revert change to automatically reconnect ports from [#1390](https://github.com/apollographql/apollo-client-devtools/pull/1390)

- [#1398](https://github.com/apollographql/apollo-client-devtools/pull/1398) [`bd5c0d0`](https://github.com/apollographql/apollo-client-devtools/commit/bd5c0d051c70f154f0f2acfdd768d77f1bb0d1a2) Thanks [@jerelmiller](https://github.com/jerelmiller)! - Revert change that pushes events rather than polls for them. Reverts [#1379](https://github.com/apollographql/apollo-client-devtools/pull/1379)

## 4.14.0

### Minor Changes
Expand Down
20 changes: 11 additions & 9 deletions development/client-angular/package-lock.json

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

4 changes: 2 additions & 2 deletions development/client-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@angular/platform-browser": "17.3.10",
"@angular/platform-browser-dynamic": "17.3.10",
"@apollo/client": "3.10.4",
"apollo-angular": "7.0.1",
"apollo-angular": "7.0.2",
"graphql": "16.8.1",
"graphql-ws": "5.16.0",
"rxjs": "7.8.1",
Expand All @@ -24,7 +24,7 @@
"@angular-devkit/build-angular": "17.3.8",
"@angular/cli": "17.3.8",
"@angular/compiler-cli": "17.3.10",
"@types/node": "20.12.12",
"@types/node": "20.14.0",
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.4.5"
Expand Down
26 changes: 13 additions & 13 deletions development/server/package-lock.json

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

2 changes: 1 addition & 1 deletion development/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"lowdb": "^1.0.0"
},
"devDependencies": {
"nodemon": "3.1.1"
"nodemon": "3.1.2"
}
}
Loading

0 comments on commit 609402a

Please sign in to comment.