Skip to content

Commit 74b49d2

Browse files
Version Packages (#4900)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 60e8347 commit 74b49d2

File tree

27 files changed

+60
-37
lines changed

27 files changed

+60
-37
lines changed

.changeset/fair-garlics-smoke.md

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

.changeset/many-turtles-try.md

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

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": "8.6.0",
10+
"firebase": "8.6.1",
1111
"@types/chai": "4.2.14",
1212
"@types/mocha": "7.0.2",
1313
"chai": "4.2.0",

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
"devDependencies": {
17-
"@firebase/app": "0.6.21",
17+
"@firebase/app": "0.6.22",
1818
"@firebase/firestore": "2.3.0",
1919
"@types/mocha": "7.0.2",
2020
"gulp": "4.0.2",

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": "8.6.0",
12+
"firebase": "8.6.1",
1313
"chai": "4.2.0",
1414
"chromedriver": "89.0.0",
1515
"express": "4.17.1",

packages-exp/firebase-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
"@firebase/app-compat": "0.0.900",
130130
"@firebase/auth-exp": "0.0.900",
131131
"@firebase/auth-compat": "0.0.900",
132-
"@firebase/database": "0.10.0",
132+
"@firebase/database": "0.10.1",
133133
"@firebase/functions-exp": "0.0.900",
134134
"@firebase/functions-compat": "0.0.900",
135135
"@firebase/firestore": "2.3.0",

packages/analytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"license": "Apache-2.0",
3737
"devDependencies": {
38-
"@firebase/app": "0.6.21",
38+
"@firebase/app": "0.6.22",
3939
"rollup": "2.35.1",
4040
"@rollup/plugin-commonjs": "17.1.0",
4141
"@rollup/plugin-json": "4.1.0",

packages/app-check/CHANGELOG.md

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

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [`60e834739`](https://github.com/firebase/firebase-js-sdk/commit/60e83473940e60f8390b1b0f97cf45a1733f66f0) [#4897](https://github.com/firebase/firebase-js-sdk/pull/4897) - Make App Check initialization explicit, to prevent unexpected errors for users who do not intend to use App Check.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/app-check/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/app-check",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "The App Check component of the Firebase JS SDK",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -37,7 +37,7 @@
3737
},
3838
"license": "Apache-2.0",
3939
"devDependencies": {
40-
"@firebase/app": "0.6.21",
40+
"@firebase/app": "0.6.22",
4141
"rollup": "2.35.1",
4242
"@rollup/plugin-json": "4.1.0",
4343
"rollup-plugin-typescript2": "0.29.0",

packages/app/CHANGELOG.md

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

3+
## 0.6.22
4+
5+
### Patch Changes
6+
7+
- [`60e834739`](https://github.com/firebase/firebase-js-sdk/commit/60e83473940e60f8390b1b0f97cf45a1733f66f0) [#4897](https://github.com/firebase/firebase-js-sdk/pull/4897) - Make App Check initialization explicit, to prevent unexpected errors for users who do not intend to use App Check.
8+
39
## 0.6.21
410

511
### Patch Changes

0 commit comments

Comments
 (0)