Skip to content

Commit d4d62a2

Browse files
committed
Merge branch 'main' into dl/abort-signal
2 parents 62552a2 + c47bd71 commit d4d62a2

File tree

386 files changed

+17894
-2636
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+17894
-2636
lines changed

.changeset/brave-boats-arrive.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/brown-pens-confess.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/giant-lamps-live.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/long-pets-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/old-candles-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spotty-shirts-design.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@firebase/data-connect": patch
3+
---
4+
5+
Fixed issue where onComplete wasn't triggering when the user calls `unsubscribe` on a subscription.

.github/workflows/canary-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
# Canary release script requires git history and tags.
3333
fetch-depth: 0
34-
- name: Set up Node (20)
34+
- name: Set up Node (22)
3535
uses: actions/setup-node@v4
3636
with:
3737
node-version: 22.10.0

.github/workflows/check-changeset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
# This makes Actions fetch all Git history so check_changeset script can diff properly.
3939
fetch-depth: 0
40-
- name: Set up Node (20)
40+
- name: Set up Node (22)
4141
uses: actions/setup-node@v4
4242
with:
4343
node-version: 22.10.0

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# get all history for the diff
2929
fetch-depth: 0
30-
- name: Set up Node (20)
30+
- name: Set up Node (22)
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: 22.10.0

.github/workflows/check-pkg-paths.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
# This makes Actions fetch all Git history so run-changed script can diff properly.
2929
fetch-depth: 0
30-
- name: Set up Node (20)
30+
- name: Set up Node (22)
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: 22.10.0

0 commit comments

Comments
 (0)