Skip to content

Commit a75082f

Browse files
Version Packages (#8588)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4689f3e commit a75082f

File tree

38 files changed

+68
-45
lines changed

38 files changed

+68
-45
lines changed

.changeset/afraid-terms-kick.md

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

integration/compat-interop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"test:debug": "karma start --browsers Chrome --auto-watch"
99
},
1010
"dependencies": {
11-
"@firebase/app": "0.10.14",
12-
"@firebase/app-compat": "0.2.44",
11+
"@firebase/app": "0.10.15",
12+
"@firebase/app-compat": "0.2.45",
1313
"@firebase/analytics": "0.10.9",
1414
"@firebase/analytics-compat": "0.2.15",
1515
"@firebase/auth": "1.8.0",

integration/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test"
88
},
99
"devDependencies": {
10-
"firebase": "11.0.0",
10+
"firebase": "11.0.1",
1111
"@types/chai": "4.3.14",
1212
"@types/mocha": "9.1.1",
1313
"chai": "4.4.1",

integration/firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
1515
},
1616
"dependencies": {
17-
"@firebase/app": "0.10.14",
17+
"@firebase/app": "0.10.15",
1818
"@firebase/firestore": "4.7.4"
1919
},
2020
"devDependencies": {

integration/messaging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:manual": "mocha --exit"
1010
},
1111
"devDependencies": {
12-
"firebase": "11.0.0",
12+
"firebase": "11.0.1",
1313
"chai": "4.4.1",
1414
"chromedriver": "119.0.1",
1515
"express": "4.19.2",

packages/analytics-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@firebase/app-compat": "0.x"
2323
},
2424
"devDependencies": {
25-
"@firebase/app-compat": "0.2.44",
25+
"@firebase/app-compat": "0.2.45",
2626
"rollup": "2.79.1",
2727
"@rollup/plugin-json": "4.1.0",
2828
"rollup-plugin-typescript2": "0.31.2",

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
"license": "Apache-2.0",
4949
"devDependencies": {
50-
"@firebase/app": "0.10.14",
50+
"@firebase/app": "0.10.15",
5151
"rollup": "2.79.1",
5252
"@rollup/plugin-commonjs": "21.1.0",
5353
"@rollup/plugin-json": "4.1.0",

packages/app-check-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"license": "Apache-2.0",
4545
"devDependencies": {
46-
"@firebase/app-compat": "0.2.44",
46+
"@firebase/app-compat": "0.2.45",
4747
"rollup": "2.79.1",
4848
"@rollup/plugin-commonjs": "21.1.0",
4949
"@rollup/plugin-json": "4.1.0",

packages/app-check/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"license": "Apache-2.0",
4646
"devDependencies": {
47-
"@firebase/app": "0.10.14",
47+
"@firebase/app": "0.10.15",
4848
"rollup": "2.79.1",
4949
"@rollup/plugin-commonjs": "21.1.0",
5050
"@rollup/plugin-json": "4.1.0",

packages/app-compat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/app-compat
22

3+
## 0.2.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @firebase/app@0.10.15
9+
310
## 0.2.44
411

512
### Patch Changes

0 commit comments

Comments
 (0)