Skip to content

Commit b4ae062

Browse files
committed
Merge branch 'main' into dl/abort-signal
2 parents 54589ad + 35ad526 commit b4ae062

File tree

255 files changed

+8634
-3428
lines changed

Some content is hidden

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

255 files changed

+8634
-3428
lines changed

.changeset/dirty-crews-cross.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@firebase/auth": patch
3+
"@firebase/database": patch
4+
"@firebase/firestore": patch
5+
"@firebase/functions": patch
6+
"@firebase/storage": patch
7+
---
8+
9+
Revert "Fixed scroll behavior (#9043)"

.changeset/eighty-starfishes-listen.md

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

.changeset/fast-mangos-chew.md

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

.changeset/perfect-camels-try.md

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

.github/workflows/canary-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
NPM_TOKEN_STORAGE: ${{secrets.NPM_TOKEN_STORAGE}}
7272
NPM_TOKEN_STORAGE_TYPES: ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
7373
NPM_TOKEN_UTIL: ${{secrets.NPM_TOKEN_UTIL}}
74+
NPM_TOKEN_AI: ${{secrets.NPM_TOKEN_AI}}
7475
NPM_TOKEN_VERTEXAI: ${{secrets.NPM_TOKEN_VERTEXAI}}
7576
NPM_TOKEN_WEBCHANNEL_WRAPPER: ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
7677
NPM_TOKEN_FIREBASE: ${{secrets.NPM_TOKEN_FIREBASE}}

.github/workflows/check-vertexai-responses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
LATEST=$(git tag --sort=v:refname | tail -n1)
3434
echo "cloned_tag=$CLONED" >> $GITHUB_ENV
3535
echo "latest_tag=$LATEST" >> $GITHUB_ENV
36-
working-directory: packages/vertexai/test-utils/vertexai-sdk-test-data
36+
working-directory: packages/ai/test-utils/vertexai-sdk-test-data
3737
- name: Find comment from previous run if exists
3838
# This commit represents v3.1.0
3939
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e

.github/workflows/prerelease-manual-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
NPM_TOKEN_STORAGE: ${{secrets.NPM_TOKEN_STORAGE}}
7575
NPM_TOKEN_STORAGE_TYPES: ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
7676
NPM_TOKEN_UTIL: ${{secrets.NPM_TOKEN_UTIL}}
77+
NPM_TOKEN_AI: ${{secrets.NPM_TOKEN_AI}}
7778
NPM_TOKEN_VERTEXAI: ${{secrets.NPM_TOKEN_VERTEXAI}}
7879
NPM_TOKEN_WEBCHANNEL_WRAPPER: ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
7980
NPM_TOKEN_FIREBASE: ${{secrets.NPM_TOKEN_FIREBASE}}

.github/workflows/release-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
NPM_TOKEN_STORAGE: ${{secrets.NPM_TOKEN_STORAGE}}
8585
NPM_TOKEN_STORAGE_TYPES: ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
8686
NPM_TOKEN_UTIL: ${{secrets.NPM_TOKEN_UTIL}}
87+
NPM_TOKEN_AI: ${{secrets.NPM_TOKEN_AI}}
8788
NPM_TOKEN_VERTEXAI: ${{secrets.NPM_TOKEN_VERTEXAI}}
8889
NPM_TOKEN_WEBCHANNEL_WRAPPER: ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
8990
NPM_TOKEN_FIREBASE: ${{secrets.NPM_TOKEN_FIREBASE}}

.github/workflows/release-staging.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ on:
3030
options:
3131
- main
3232
- v8
33+
- at-11-7-1
3334
verbose:
3435
description: 'Enable verbose logging'
3536
type: boolean
@@ -110,6 +111,7 @@ jobs:
110111
NPM_TOKEN_STORAGE: ${{secrets.NPM_TOKEN_STORAGE}}
111112
NPM_TOKEN_STORAGE_TYPES: ${{secrets.NPM_TOKEN_STORAGE_TYPES}}
112113
NPM_TOKEN_UTIL: ${{secrets.NPM_TOKEN_UTIL}}
114+
NPM_TOKEN_AI: ${{secrets.NPM_TOKEN_AI}}
113115
NPM_TOKEN_VERTEXAI: ${{secrets.NPM_TOKEN_VERTEXAI}}
114116
NPM_TOKEN_WEBCHANNEL_WRAPPER: ${{secrets.NPM_TOKEN_WEBCHANNEL_WRAPPER}}
115117
NPM_TOKEN_FIREBASE: ${{secrets.NPM_TOKEN_FIREBASE}}

0 commit comments

Comments
 (0)