Skip to content

Commit 35865ee

Browse files
Version Packages (#5240)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5bda08e commit 35865ee

File tree

23 files changed

+84
-37
lines changed

23 files changed

+84
-37
lines changed

.changeset/gorgeous-balloons-confess.md

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

.changeset/great-tigers-doubt.md

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

.changeset/wise-forks-poke.md

Lines changed: 0 additions & 7 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.8.1",
10+
"firebase": "8.9.0",
1111
"@types/chai": "4.2.14",
1212
"@types/mocha": "8.2.3",
1313
"chai": "4.3.4",

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.8.1",
12+
"firebase": "8.9.0",
1313
"chai": "4.3.4",
1414
"chromedriver": "91.0.0",
1515
"express": "4.17.1",

packages-exp/analytics-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@firebase/component": "0.5.5",
4848
"@firebase/analytics-exp": "0.0.900",
49-
"@firebase/analytics-types": "0.5.0",
49+
"@firebase/analytics-types": "0.6.0",
5050
"@firebase/util": "1.2.0",
5151
"tslib": "^2.1.0"
5252
},

packages-exp/firebase-exp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
"@firebase/functions-exp": "0.0.900",
234234
"@firebase/functions-compat": "0.0.900",
235235
"@firebase/firestore": "2.3.10",
236-
"@firebase/storage": "0.6.1",
236+
"@firebase/storage": "0.6.2",
237237
"@firebase/performance-exp": "0.0.900",
238238
"@firebase/performance-compat": "0.0.900",
239239
"@firebase/remote-config-exp": "0.0.900",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @firebase/analytics-interop-types
2+
3+
## 0.2.0
4+
### Minor Changes
5+
6+
7+
8+
- [`bd50d8310`](https://github.com/firebase/firebase-js-sdk/commit/bd50d83107be3d87064f72800c608abc94ae3456) [#5206](https://github.com/firebase/firebase-js-sdk/pull/5206) - Fix formatting of links in comments and update some event typings to correctly match GA4 specs.

packages/analytics-interop-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/analytics-interop-types",
3-
"version": "0.1.5",
3+
"version": "0.2.0",
44
"description": "@firebase/analytics Types",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"license": "Apache-2.0",

packages/analytics-types/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [`bd50d8310`](https://github.com/firebase/firebase-js-sdk/commit/bd50d83107be3d87064f72800c608abc94ae3456) [#5206](https://github.com/firebase/firebase-js-sdk/pull/5206) - Fix formatting of links in comments and update some event typings to correctly match GA4 specs.
8+
39
## 0.5.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)