Skip to content

Commit

Permalink
Version Packages (#8236)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
google-oss-bot and github-actions[bot] committed May 13, 2024
1 parent c7a92a9 commit 8fb372a
Show file tree
Hide file tree
Showing 105 changed files with 716 additions and 296 deletions.
7 changes: 0 additions & 7 deletions .changeset/olive-points-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-rivers-attend.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thick-spoons-check.md

This file was deleted.

52 changes: 0 additions & 52 deletions .changeset/tiny-pots-sit.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.2",
"@firebase/app-compat": "0.2.32",
"@firebase/analytics": "0.10.2",
"@firebase/analytics-compat": "0.2.8",
"@firebase/auth": "1.7.2",
"@firebase/auth-compat": "0.5.7",
"@firebase/functions": "0.11.4",
"@firebase/functions-compat": "0.3.10",
"@firebase/messaging": "0.12.8",
"@firebase/messaging-compat": "0.2.8",
"@firebase/performance": "0.6.6",
"@firebase/performance-compat": "0.2.6",
"@firebase/remote-config": "0.4.6",
"@firebase/remote-config-compat": "0.2.6"
"@firebase/app": "0.10.3",
"@firebase/app-compat": "0.2.33",
"@firebase/analytics": "0.10.3",
"@firebase/analytics-compat": "0.2.9",
"@firebase/auth": "1.7.3",
"@firebase/auth-compat": "0.5.8",
"@firebase/functions": "0.11.5",
"@firebase/functions-compat": "0.3.11",
"@firebase/messaging": "0.12.9",
"@firebase/messaging-compat": "0.2.9",
"@firebase/performance": "0.6.7",
"@firebase/performance-compat": "0.2.7",
"@firebase/remote-config": "0.4.7",
"@firebase/remote-config-compat": "0.2.7"
},
"devDependencies": {
"typescript": "4.7.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": "10.11.1",
"firebase": "10.12.0",
"@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.2",
"@firebase/firestore": "4.6.1"
"@firebase/app": "0.10.3",
"@firebase/firestore": "4.6.2"
},
"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": "10.11.1",
"firebase": "10.12.0",
"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.9

### Patch Changes

- [`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7) [#8237](https://github.com/firebase/firebase-js-sdk/pull/8237) - Bump all packages so staging works.

- Updated dependencies [[`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7)]:
- @firebase/analytics@0.10.3
- @firebase/analytics-types@0.8.2
- @firebase/component@0.6.7
- @firebase/util@1.9.6

## 0.2.8

### 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.8",
"version": "0.2.9",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand All @@ -24,7 +24,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.2.32",
"@firebase/app-compat": "0.2.33",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
Expand Down Expand Up @@ -53,10 +53,10 @@
},
"typings": "dist/src/index.d.ts",
"dependencies": {
"@firebase/component": "0.6.6",
"@firebase/analytics": "0.10.2",
"@firebase/analytics-types": "0.8.1",
"@firebase/util": "1.9.5",
"@firebase/component": "0.6.7",
"@firebase/analytics": "0.10.3",
"@firebase/analytics-types": "0.8.2",
"@firebase/util": "1.9.6",
"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.2

### Patch Changes

- [`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7) [#8237](https://github.com/firebase/firebase-js-sdk/pull/8237) - Bump all packages so staging works.

## 0.3.1

### 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.1",
"version": "0.3.2",
"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.2

### Patch Changes

- [`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7) [#8237](https://github.com/firebase/firebase-js-sdk/pull/8237) - Bump all packages so staging works.

## 0.8.1

### 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.1",
"version": "0.8.2",
"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.3

### Patch Changes

- [`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7) [#8237](https://github.com/firebase/firebase-js-sdk/pull/8237) - Bump all packages so staging works.

- Updated dependencies [[`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7)]:
- @firebase/component@0.6.7
- @firebase/installations@0.6.7
- @firebase/logger@0.4.2
- @firebase/util@1.9.6

## 0.10.2

### 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.2",
"version": "0.10.3",
"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 @@ -40,15 +40,15 @@
"@firebase/app": "0.x"
},
"dependencies": {
"@firebase/installations": "0.6.6",
"@firebase/logger": "0.4.1",
"@firebase/util": "1.9.5",
"@firebase/component": "0.6.6",
"@firebase/installations": "0.6.7",
"@firebase/logger": "0.4.2",
"@firebase/util": "1.9.6",
"@firebase/component": "0.6.7",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.2",
"@firebase/app": "0.10.3",
"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.11

### Patch Changes

- [`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7) [#8237](https://github.com/firebase/firebase-js-sdk/pull/8237) - Bump all packages so staging works.

- Updated dependencies [[`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7)]:
- @firebase/app-check@0.8.4
- @firebase/app-check-types@0.5.2
- @firebase/component@0.6.7
- @firebase/logger@0.4.2
- @firebase/util@1.9.6

## 0.3.10

### 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.10",
"version": "0.3.11",
"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 @@ -35,16 +35,16 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/app-check": "0.8.3",
"@firebase/app-check-types": "0.5.1",
"@firebase/logger": "0.4.1",
"@firebase/util": "1.9.5",
"@firebase/component": "0.6.6",
"@firebase/app-check": "0.8.4",
"@firebase/app-check-types": "0.5.2",
"@firebase/logger": "0.4.2",
"@firebase/util": "1.9.6",
"@firebase/component": "0.6.7",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.32",
"@firebase/app-compat": "0.2.33",
"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.2

### Patch Changes

- [`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7) [#8237](https://github.com/firebase/firebase-js-sdk/pull/8237) - Bump all packages so staging works.

## 0.3.1

### 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.1",
"version": "0.3.2",
"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.2

### Patch Changes

- [`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7) [#8237](https://github.com/firebase/firebase-js-sdk/pull/8237) - Bump all packages so staging works.

## 0.5.1

### 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.1",
"version": "0.5.2",
"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.4

### Patch Changes

- [`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7) [#8237](https://github.com/firebase/firebase-js-sdk/pull/8237) - Bump all packages so staging works.

- Updated dependencies [[`ab883d016`](https://github.com/firebase/firebase-js-sdk/commit/ab883d016015de0436346f586d8442b5703771b7)]:
- @firebase/component@0.6.7
- @firebase/logger@0.4.2
- @firebase/util@1.9.6

## 0.8.3

### Patch Changes
Expand Down
Loading

0 comments on commit 8fb372a

Please sign in to comment.