Skip to content

Commit

Permalink
Version Packages (#6727)
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 Oct 27, 2022
1 parent e50bb0d commit 5a2c20e
Show file tree
Hide file tree
Showing 101 changed files with 683 additions and 289 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-forks-accept.md

This file was deleted.

50 changes: 0 additions & 50 deletions .changeset/fluffy-pumpkins-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-swans-shake.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.8.2",
"@firebase/app-compat": "0.1.37",
"@firebase/analytics": "0.8.3",
"@firebase/analytics-compat": "0.1.16",
"@firebase/auth": "0.20.10",
"@firebase/auth-compat": "0.2.23",
"@firebase/functions": "0.8.7",
"@firebase/functions-compat": "0.2.7",
"@firebase/messaging": "0.9.19",
"@firebase/messaging-compat": "0.1.19",
"@firebase/performance": "0.5.15",
"@firebase/performance-compat": "0.1.15",
"@firebase/remote-config": "0.3.14",
"@firebase/remote-config-compat": "0.1.15"
"@firebase/app": "0.8.3",
"@firebase/app-compat": "0.1.38",
"@firebase/analytics": "0.8.4",
"@firebase/analytics-compat": "0.1.17",
"@firebase/auth": "0.20.11",
"@firebase/auth-compat": "0.2.24",
"@firebase/functions": "0.8.8",
"@firebase/functions-compat": "0.2.8",
"@firebase/messaging": "0.10.0",
"@firebase/messaging-compat": "0.1.20",
"@firebase/performance": "0.5.16",
"@firebase/performance-compat": "0.1.16",
"@firebase/remote-config": "0.3.15",
"@firebase/remote-config-compat": "0.1.16"
},
"devDependencies": {
"typescript": "4.2.2"
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.12.1",
"firebase": "9.13.0",
"@types/chai": "4.3.3",
"@types/mocha": "9.1.1",
"chai": "4.3.6",
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.8.2",
"@firebase/firestore": "3.7.1"
"@firebase/app": "0.8.3",
"@firebase/firestore": "3.7.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": "9.12.1",
"firebase": "9.13.0",
"chai": "4.3.6",
"chromedriver": "98.0.1",
"express": "4.18.1",
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.1.17

### Patch Changes

- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.

- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
- @firebase/analytics@0.8.4
- @firebase/analytics-types@0.7.1
- @firebase/component@0.5.21
- @firebase/util@1.7.3

## 0.1.16

### 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.1.16",
"version": "0.1.17",
"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.1.37",
"@firebase/app-compat": "0.1.38",
"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.5.20",
"@firebase/analytics": "0.8.3",
"@firebase/analytics-types": "0.7.0",
"@firebase/util": "1.7.2",
"@firebase/component": "0.5.21",
"@firebase/analytics": "0.8.4",
"@firebase/analytics-types": "0.7.1",
"@firebase/util": "1.7.3",
"tslib": "^2.1.0"
},
"nyc": {
Expand Down
11 changes: 8 additions & 3 deletions packages/analytics-interop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @firebase/analytics-interop-types

## 0.2.0
### Minor Changes
## 0.2.1

### Patch Changes

- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.

## 0.2.0

### Minor Changes

- [`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.
- [`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.
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.2.0",
"version": "0.2.1",
"description": "@firebase/analytics Types",
"author": "Firebase <firebase-support@google.com> (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.7.1

### Patch Changes

- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.

## 0.7.0

### Minor 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.7.0",
"version": "0.7.1",
"description": "@firebase/analytics Types",
"author": "Firebase <firebase-support@google.com> (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.8.4

### Patch Changes

- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.

- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
- @firebase/component@0.5.21
- @firebase/installations@0.5.16
- @firebase/logger@0.3.4
- @firebase/util@1.7.3

## 0.8.3

### 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.8.3",
"version": "0.8.4",
"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 @@ -40,15 +40,15 @@
"@firebase/app": "0.x"
},
"dependencies": {
"@firebase/installations": "0.5.15",
"@firebase/logger": "0.3.3",
"@firebase/util": "1.7.2",
"@firebase/component": "0.5.20",
"@firebase/installations": "0.5.16",
"@firebase/logger": "0.3.4",
"@firebase/util": "1.7.3",
"@firebase/component": "0.5.21",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.8.2",
"@firebase/app": "0.8.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.2.16

### Patch Changes

- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.

- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
- @firebase/app-check@0.5.16
- @firebase/app-check-types@0.4.1
- @firebase/component@0.5.21
- @firebase/logger@0.3.4
- @firebase/util@1.7.3

## 0.2.15

### 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.2.15",
"version": "0.2.16",
"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,16 +35,16 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/app-check": "0.5.15",
"@firebase/app-check-types": "0.4.0",
"@firebase/logger": "0.3.3",
"@firebase/util": "1.7.2",
"@firebase/component": "0.5.20",
"@firebase/app-check": "0.5.16",
"@firebase/app-check-types": "0.4.1",
"@firebase/logger": "0.3.4",
"@firebase/util": "1.7.3",
"@firebase/component": "0.5.21",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.1.37",
"@firebase/app-compat": "0.1.38",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
11 changes: 8 additions & 3 deletions packages/app-check-interop-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# @firebase/app-check-interop-types

## 0.1.0
### Minor Changes
## 0.1.1

### Patch Changes

- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.

## 0.1.0

### Minor Changes

- [`81c131abe`](https://github.com/firebase/firebase-js-sdk/commit/81c131abea7001c5933156ff6b0f3925f16ff052) [#4860](https://github.com/firebase/firebase-js-sdk/pull/4860) - Release the Firebase App Check package.
- [`81c131abe`](https://github.com/firebase/firebase-js-sdk/commit/81c131abea7001c5933156ff6b0f3925f16ff052) [#4860](https://github.com/firebase/firebase-js-sdk/pull/4860) - Release the Firebase App Check package.
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.1.0",
"version": "0.1.1",
"description": "@firebase/app-check-interop-types Types",
"author": "Firebase <firebase-support@google.com> (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.4.1

### Patch Changes

- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.

## 0.4.0

### Minor 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.4.0",
"version": "0.4.1",
"description": "@firebase/app-check Types",
"author": "Firebase <firebase-support@google.com> (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.5.16

### Patch Changes

- [`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5) [#6682](https://github.com/firebase/firebase-js-sdk/pull/6682) - Upgrade TypeScript to 4.7.4.

- Updated dependencies [[`4af28c1a4`](https://github.com/firebase/firebase-js-sdk/commit/4af28c1a42bd25ce2353f694ca1724c6101cbce5)]:
- @firebase/component@0.5.21
- @firebase/logger@0.3.4
- @firebase/util@1.7.3

## 0.5.15

### Patch Changes
Expand Down
Loading

0 comments on commit 5a2c20e

Please sign in to comment.