Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent 2c27206 commit a1b500f
Show file tree
Hide file tree
Showing 108 changed files with 729 additions and 306 deletions.
5 changes: 0 additions & 5 deletions .changeset/nervous-timers-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-toys-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-peas-tell.md

This file was deleted.

53 changes: 0 additions & 53 deletions .changeset/tame-paws-nail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-boxes-brake.md

This file was deleted.

28 changes: 14 additions & 14 deletions integration/compat-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
"test:debug": "karma start --browsers Chrome --auto-watch"
},
"dependencies": {
"@firebase/app": "0.10.15",
"@firebase/app-compat": "0.2.45",
"@firebase/analytics": "0.10.9",
"@firebase/analytics-compat": "0.2.15",
"@firebase/auth": "1.8.0",
"@firebase/auth-compat": "0.5.15",
"@firebase/functions": "0.11.9",
"@firebase/functions-compat": "0.3.15",
"@firebase/messaging": "0.12.13",
"@firebase/messaging-compat": "0.2.13",
"@firebase/performance": "0.6.10",
"@firebase/performance-compat": "0.2.10",
"@firebase/remote-config": "0.4.10",
"@firebase/remote-config-compat": "0.2.10"
"@firebase/app": "0.10.16",
"@firebase/app-compat": "0.2.46",
"@firebase/analytics": "0.10.10",
"@firebase/analytics-compat": "0.2.16",
"@firebase/auth": "1.8.1",
"@firebase/auth-compat": "0.5.16",
"@firebase/functions": "0.11.10",
"@firebase/functions-compat": "0.3.16",
"@firebase/messaging": "0.12.14",
"@firebase/messaging-compat": "0.2.14",
"@firebase/performance": "0.6.11",
"@firebase/performance-compat": "0.2.11",
"@firebase/remote-config": "0.4.11",
"@firebase/remote-config-compat": "0.2.11"
},
"devDependencies": {
"typescript": "5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion integration/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test"
},
"devDependencies": {
"firebase": "11.0.1",
"firebase": "11.0.2",
"@types/chai": "4.3.14",
"@types/mocha": "9.1.1",
"chai": "4.4.1",
Expand Down
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.10.15",
"@firebase/firestore": "4.7.4"
"@firebase/app": "0.10.16",
"@firebase/firestore": "4.7.5"
},
"devDependencies": {
"@types/mocha": "9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:manual": "mocha --exit"
},
"devDependencies": {
"firebase": "11.0.1",
"firebase": "11.0.2",
"chai": "4.4.1",
"chromedriver": "119.0.1",
"express": "4.19.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/analytics-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @firebase/analytics-compat

## 0.2.16

### Patch Changes

- [`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1) [#8604](https://github.com/firebase/firebase-js-sdk/pull/8604) - Upgrade to TypeScript 5.5.4

- Updated dependencies [[`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1)]:
- @firebase/analytics@0.10.10
- @firebase/analytics-types@0.8.3
- @firebase/component@0.6.11
- @firebase/util@1.10.2

## 0.2.15

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/analytics-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics-compat",
"version": "0.2.15",
"version": "0.2.16",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand All @@ -22,7 +22,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.2.45",
"@firebase/app-compat": "0.2.46",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
Expand Down Expand Up @@ -52,10 +52,10 @@
},
"typings": "dist/src/index.d.ts",
"dependencies": {
"@firebase/component": "0.6.10",
"@firebase/analytics": "0.10.9",
"@firebase/analytics-types": "0.8.2",
"@firebase/util": "1.10.1",
"@firebase/component": "0.6.11",
"@firebase/analytics": "0.10.10",
"@firebase/analytics-types": "0.8.3",
"@firebase/util": "1.10.2",
"tslib": "^2.1.0"
},
"nyc": {
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics-interop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/analytics-interop-types

## 0.3.3

### Patch Changes

- [`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1) [#8604](https://github.com/firebase/firebase-js-sdk/pull/8604) - Upgrade to TypeScript 5.5.4

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-interop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics-interop-types",
"version": "0.3.2",
"version": "0.3.3",
"description": "@firebase/analytics Types",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/analytics-types

## 0.8.3

### Patch Changes

- [`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1) [#8604](https://github.com/firebase/firebase-js-sdk/pull/8604) - Upgrade to TypeScript 5.5.4

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics-types",
"version": "0.8.2",
"version": "0.8.3",
"description": "@firebase/analytics Types",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @firebase/analytics

## 0.10.10

### Patch Changes

- [`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1) [#8604](https://github.com/firebase/firebase-js-sdk/pull/8604) - Upgrade to TypeScript 5.5.4

- Updated dependencies [[`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1)]:
- @firebase/component@0.6.11
- @firebase/installations@0.6.11
- @firebase/logger@0.4.4
- @firebase/util@1.10.2

## 0.10.9

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics",
"version": "0.10.9",
"version": "0.10.10",
"description": "A analytics package for new firebase packages",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -39,15 +39,15 @@
"@firebase/app": "0.x"
},
"dependencies": {
"@firebase/installations": "0.6.10",
"@firebase/logger": "0.4.3",
"@firebase/util": "1.10.1",
"@firebase/component": "0.6.10",
"@firebase/installations": "0.6.11",
"@firebase/logger": "0.4.4",
"@firebase/util": "1.10.2",
"@firebase/component": "0.6.11",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.15",
"@firebase/app": "0.10.16",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/app-check-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @firebase/app-check-compat

## 0.3.17

### Patch Changes

- [`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1) [#8604](https://github.com/firebase/firebase-js-sdk/pull/8604) - Upgrade to TypeScript 5.5.4

- Updated dependencies [[`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1)]:
- @firebase/app-check@0.8.10
- @firebase/app-check-types@0.5.3
- @firebase/component@0.6.11
- @firebase/logger@0.4.4
- @firebase/util@1.10.2

## 0.3.16

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check-compat",
"version": "0.3.16",
"version": "0.3.17",
"description": "A compat App Check package for new firebase packages",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -34,16 +34,16 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/app-check": "0.8.9",
"@firebase/app-check-types": "0.5.2",
"@firebase/logger": "0.4.3",
"@firebase/util": "1.10.1",
"@firebase/component": "0.6.10",
"@firebase/app-check": "0.8.10",
"@firebase/app-check-types": "0.5.3",
"@firebase/logger": "0.4.4",
"@firebase/util": "1.10.2",
"@firebase/component": "0.6.11",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.45",
"@firebase/app-compat": "0.2.46",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/app-check-interop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/app-check-interop-types

## 0.3.3

### Patch Changes

- [`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1) [#8604](https://github.com/firebase/firebase-js-sdk/pull/8604) - Upgrade to TypeScript 5.5.4

## 0.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-interop-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check-interop-types",
"version": "0.3.2",
"version": "0.3.3",
"description": "@firebase/app-check-interop-types Types",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/app-check-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/app-check-types

## 0.5.3

### Patch Changes

- [`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1) [#8604](https://github.com/firebase/firebase-js-sdk/pull/8604) - Upgrade to TypeScript 5.5.4

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check-types",
"version": "0.5.2",
"version": "0.5.3",
"description": "@firebase/app-check Types",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/app-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @firebase/app-check

## 0.8.10

### Patch Changes

- [`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1) [#8604](https://github.com/firebase/firebase-js-sdk/pull/8604) - Upgrade to TypeScript 5.5.4

- Updated dependencies [[`b80711925`](https://github.com/firebase/firebase-js-sdk/commit/b807119252dacf46b0122344c2b6dfc503cecde1)]:
- @firebase/component@0.6.11
- @firebase/logger@0.4.4
- @firebase/util@1.10.2

## 0.8.9

### Patch Changes
Expand Down
Loading

0 comments on commit a1b500f

Please sign in to comment.