Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kamilkisiela/apollo-angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: apollo-angular@8.0.0
Choose a base ref
...
head repository: kamilkisiela/apollo-angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: apollo-angular@8.0.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 29, 2025

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    muesli Christian Muehlhaeuser
    Copy the full SHA
    eeec0a9 View commit details
  2. Copy the full SHA
    9866ec6 View commit details
  3. Update Cypress system deps for Ubuntu 24.04

    PowerKiKi committed Jan 29, 2025
    Copy the full SHA
    c23c9a0 View commit details
  4. chore(release): update monorepo packages versions

    github-actions[bot] authored and PowerKiKi committed Jan 29, 2025
    Copy the full SHA
    1a586eb View commit details
Showing with 20 additions and 3 deletions.
  1. +1 −1 .github/workflows/main.yml
  2. +17 −0 packages/apollo-angular/CHANGELOG.md
  3. +2 −2 packages/apollo-angular/package.json
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -152,7 +152,7 @@ jobs:

- name: Setup E2E tests
run: |
sudo apt-get install libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 libxtst6 xauth xvfb
sudo apt-get install libgtk2.0-0t64 libgtk-3-0t64 libgbm-dev libnotify-dev libnss3 libxss1 libasound2t64 libxtst6 xauth xvfb
(cd testapp && yarn add -D cypress-fail-on-console-error)
- name: ng add cypress
17 changes: 17 additions & 0 deletions packages/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change log

## 8.0.1

### Patch Changes

- [#2333](https://github.com/kamilkisiela/apollo-angular/pull/2333)
[`9866ec6`](https://github.com/kamilkisiela/apollo-angular/commit/9866ec675a0f38602aabe4ca3fd591e4d9f3248f)
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - dependencies updates:

- Updated dependency
[`@apollo/client@^3.10.0` ↗︎](https://www.npmjs.com/package/@apollo/client/v/3.10.0) (from
`^3.0.0`, in `peerDependencies`)

- [#2333](https://github.com/kamilkisiela/apollo-angular/pull/2333)
[`eeec0a9`](https://github.com/kamilkisiela/apollo-angular/commit/eeec0a96c52e891620d072158166f9ad5de6dc00)
Thanks [@PowerKiKi](https://github.com/PowerKiKi)! - Requires @apollo/client ^3.10.0 for
watchFragment

## 8.0.0

### Major Changes
4 changes: 2 additions & 2 deletions packages/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apollo-angular",
"version": "8.0.0",
"version": "8.0.1",
"description": "Use your GraphQL data in your Angular app, with the Apollo Client",
"repository": {
"type": "git",
@@ -35,7 +35,7 @@
},
"peerDependencies": {
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
"@apollo/client": "^3.0.0",
"@apollo/client": "^3.10.0",
"graphql": "^15.0.0 || ^16.0.0",
"rxjs": "^6.0.0 || ^7.0.0"
},