Skip to content

Commit

Permalink
Version Packages (#7266)
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] authored Apr 27, 2023
1 parent e0d07f6 commit 242a347
Show file tree
Hide file tree
Showing 52 changed files with 178 additions and 111 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-cats-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-bees-shake.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-cycles-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-goats-greet.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-islands-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-ghosts-compare.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/swift-eels-change.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wicked-tomatoes-smoke.md

This file was deleted.

12 changes: 6 additions & 6 deletions integration/compat-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"test:debug": "karma start --browsers Chrome --auto-watch"
},
"dependencies": {
"@firebase/app": "0.9.8",
"@firebase/app-compat": "0.2.8",
"@firebase/analytics": "0.9.5",
"@firebase/analytics-compat": "0.2.5",
"@firebase/auth": "0.23.0",
"@firebase/auth-compat": "0.4.0",
"@firebase/app": "0.9.9",
"@firebase/app-compat": "0.2.9",
"@firebase/analytics": "0.10.0",
"@firebase/analytics-compat": "0.2.6",
"@firebase/auth": "0.23.1",
"@firebase/auth-compat": "0.4.1",
"@firebase/functions": "0.9.4",
"@firebase/functions-compat": "0.3.4",
"@firebase/messaging": "0.12.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": "9.20.0",
"firebase": "9.21.0",
"@types/chai": "4.3.4",
"@types/mocha": "9.1.1",
"chai": "4.3.7",
Expand Down
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.9.8",
"@firebase/firestore": "3.10.1"
"@firebase/app": "0.9.9",
"@firebase/firestore": "3.11.0"
},
"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": "9.20.0",
"firebase": "9.21.0",
"chai": "4.3.7",
"chromedriver": "98.0.1",
"express": "4.18.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/analytics-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/analytics-compat

## 0.2.6

### Patch Changes

- Updated dependencies [[`0a27d2fbf`](https://github.com/firebase/firebase-js-sdk/commit/0a27d2fbf268f07099d4fa5ecab7fbf35a579780)]:
- @firebase/analytics@0.10.0

## 0.2.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "0.2.6",
"description": "",
"author": "Firebase <firebase-support@google.com> (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.8",
"@firebase/app-compat": "0.2.9",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
Expand Down Expand Up @@ -54,7 +54,7 @@
"typings": "dist/src/index.d.ts",
"dependencies": {
"@firebase/component": "0.6.4",
"@firebase/analytics": "0.9.5",
"@firebase/analytics": "0.10.0",
"@firebase/analytics-types": "0.8.0",
"@firebase/util": "1.9.3",
"tslib": "^2.1.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/analytics

## 0.10.0

### Minor Changes

- [`0a27d2fbf`](https://github.com/firebase/firebase-js-sdk/commit/0a27d2fbf268f07099d4fa5ecab7fbf35a579780) [#7158](https://github.com/firebase/firebase-js-sdk/pull/7158) - Add method `getGoogleAnalyticsClientId()` to retrieve an unique identifier for a web client. This allows users to log purchase and other events from their backends using Google Analytics 4 Measurement Protocol and to have those events be connected to actions taken on the client within their Firebase web app. `getGoogleAnalyticsClientId()` will simplify this event recording process.

## 0.9.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics",
"version": "0.9.5",
"version": "0.10.0",
"description": "A analytics package for new firebase packages",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.9.8",
"@firebase/app": "0.9.9",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/app-check-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/app-check-compat

## 0.3.6

### Patch Changes

- Updated dependencies [[`195e82ebb`](https://github.com/firebase/firebase-js-sdk/commit/195e82ebba29d501892cf9269ecee74eec9df220)]:
- @firebase/app-check@0.7.0

## 0.3.5

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.5",
"version": "0.3.6",
"description": "A compat App Check package for new firebase packages",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/app-check": "0.6.5",
"@firebase/app-check": "0.7.0",
"@firebase/app-check-types": "0.5.0",
"@firebase/logger": "0.4.0",
"@firebase/util": "1.9.3",
Expand All @@ -44,7 +44,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.8",
"@firebase/app-compat": "0.2.9",
"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/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/app-check

## 0.7.0

### Minor Changes

- [`195e82ebb`](https://github.com/firebase/firebase-js-sdk/commit/195e82ebba29d501892cf9269ecee74eec9df220) [#7169](https://github.com/firebase/firebase-js-sdk/pull/7169) - Add new limited use token method to App Check

## 0.6.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check",
"version": "0.6.5",
"version": "0.7.0",
"description": "The App Check component of the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.9.8",
"@firebase/app": "0.9.9",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/app-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/app-compat

## 0.2.9

### Patch Changes

- Updated dependencies []:
- @firebase/app@0.9.9

## 0.2.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-compat",
"version": "0.2.8",
"version": "0.2.9",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@firebase/app": "0.9.8",
"@firebase/app": "0.9.9",
"@firebase/util": "1.9.3",
"@firebase/logger": "0.4.0",
"@firebase/component": "0.6.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/app

## 0.9.9

### Patch Changes

- Update SDK_VERSION.

## 0.9.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app",
"version": "0.9.8",
"version": "0.9.9",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/auth-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/auth-compat

## 0.4.1

### Patch Changes

- Updated dependencies [[`1d6771eb3`](https://github.com/firebase/firebase-js-sdk/commit/1d6771eb358fd5cb9a6b53b7a0141b08f83f0b47)]:
- @firebase/auth@0.23.1

## 0.4.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth-compat",
"version": "0.4.0",
"version": "0.4.1",
"description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/auth": "0.23.0",
"@firebase/auth": "0.23.1",
"@firebase/auth-types": "0.12.0",
"@firebase/component": "0.6.4",
"@firebase/util": "1.9.3",
Expand All @@ -59,7 +59,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.8",
"@firebase/app-compat": "0.2.9",
"@rollup/plugin-json": "4.1.0",
"rollup": "2.79.1",
"rollup-plugin-replace": "2.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/auth

## 0.23.1

### Patch Changes

- [`1d6771eb3`](https://github.com/firebase/firebase-js-sdk/commit/1d6771eb358fd5cb9a6b53b7a0141b08f83f0b47) [#7140](https://github.com/firebase/firebase-js-sdk/pull/7140) - Increase the popup poller timeout to 8s to support blocking functions + Firefox

## 0.23.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth",
"version": "0.23.0",
"version": "0.23.1",
"description": "The Firebase Authenticaton component of the Firebase JS SDK.",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/node/index.js",
Expand Down Expand Up @@ -119,7 +119,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.9.8",
"@firebase/app": "0.9.9",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-strip": "2.1.0",
"chromedriver": "98.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.8",
"@firebase/app-compat": "0.2.9",
"typescript": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.9.8",
"@firebase/app": "0.9.9",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
Expand Down
Loading

0 comments on commit 242a347

Please sign in to comment.