Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #6859

Merged
merged 1 commit into from Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/breezy-wombats-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-ants-do.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/empty-doors-brush.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/lucky-games-arrive.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/rotten-peaches-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-brooms-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-glasses-judge.md

This file was deleted.

47 changes: 0 additions & 47 deletions .changeset/tidy-games-fry.md

This file was deleted.

28 changes: 14 additions & 14 deletions integration/compat-interop/package.json
Expand Up @@ -8,20 +8,20 @@
"test:debug": "karma start --browsers Chrome --auto-watch"
},
"dependencies": {
"@firebase/app": "0.8.4",
"@firebase/app-compat": "0.1.39",
"@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.11.0",
"@firebase/messaging-compat": "0.1.21",
"@firebase/performance": "0.5.17",
"@firebase/performance-compat": "0.1.17",
"@firebase/remote-config": "0.3.15",
"@firebase/remote-config-compat": "0.1.16"
"@firebase/app": "0.9.0",
"@firebase/app-compat": "0.2.0",
"@firebase/analytics": "0.9.0",
"@firebase/analytics-compat": "0.2.0",
"@firebase/auth": "0.21.0",
"@firebase/auth-compat": "0.3.0",
"@firebase/functions": "0.9.0",
"@firebase/functions-compat": "0.3.0",
"@firebase/messaging": "0.12.0",
"@firebase/messaging-compat": "0.2.0",
"@firebase/performance": "0.6.0",
"@firebase/performance-compat": "0.2.0",
"@firebase/remote-config": "0.4.0",
"@firebase/remote-config-compat": "0.2.0"
},
"devDependencies": {
"typescript": "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion integration/firebase/package.json
Expand Up @@ -7,7 +7,7 @@
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test"
},
"devDependencies": {
"firebase": "9.14.0",
"firebase": "9.15.0",
"@types/chai": "4.3.4",
"@types/mocha": "9.1.1",
"chai": "4.3.6",
Expand Down
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Expand Up @@ -15,8 +15,8 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.8.4",
"@firebase/firestore": "3.7.3"
"@firebase/app": "0.9.0",
"@firebase/firestore": "3.8.0"
},
"devDependencies": {
"@types/mocha": "9.1.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/messaging/package.json
Expand Up @@ -9,7 +9,7 @@
"test:manual": "mocha --exit"
},
"devDependencies": {
"firebase": "9.14.0",
"firebase": "9.15.0",
"chai": "4.3.6",
"chromedriver": "98.0.1",
"express": "4.18.2",
Expand Down
14 changes: 14 additions & 0 deletions packages/analytics-compat/CHANGELOG.md
@@ -1,5 +1,19 @@
# @firebase/analytics-compat

## 0.2.0

### Minor Changes

- [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.

### Patch Changes

- Updated dependencies [[`c20633ed3`](https://github.com/firebase/firebase-js-sdk/commit/c20633ed35056cbadc9d65d9ceddf4e28d1ea666), [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be)]:
- @firebase/util@1.8.0
- @firebase/analytics@0.9.0
- @firebase/analytics-types@0.8.0
- @firebase/component@0.6.0

## 0.1.17

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/analytics-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics-compat",
"version": "0.1.17",
"version": "0.2.0",
"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.39",
"@firebase/app-compat": "0.2.0",
"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.21",
"@firebase/analytics": "0.8.4",
"@firebase/analytics-types": "0.7.1",
"@firebase/util": "1.7.3",
"@firebase/component": "0.6.0",
"@firebase/analytics": "0.9.0",
"@firebase/analytics-types": "0.8.0",
"@firebase/util": "1.8.0",
"tslib": "^2.1.0"
},
"nyc": {
Expand Down
6 changes: 6 additions & 0 deletions packages/analytics-interop-types/CHANGELOG.md
@@ -1,5 +1,11 @@
# @firebase/analytics-interop-types

## 0.3.0

### Minor Changes

- [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-interop-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics-interop-types",
"version": "0.2.1",
"version": "0.3.0",
"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
@@ -1,5 +1,11 @@
# @firebase/analytics-types

## 0.8.0

### Minor Changes

- [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.

## 0.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics-types",
"version": "0.7.1",
"version": "0.8.0",
"description": "@firebase/analytics Types",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/analytics/CHANGELOG.md
@@ -1,5 +1,19 @@
# @firebase/analytics

## 0.9.0

### Minor Changes

- [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.

### Patch Changes

- Updated dependencies [[`c20633ed3`](https://github.com/firebase/firebase-js-sdk/commit/c20633ed35056cbadc9d65d9ceddf4e28d1ea666), [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be)]:
- @firebase/util@1.8.0
- @firebase/component@0.6.0
- @firebase/installations@0.6.0
- @firebase/logger@0.4.0

## 0.8.4

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics",
"version": "0.8.4",
"version": "0.9.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 @@ -40,15 +40,15 @@
"@firebase/app": "0.x"
},
"dependencies": {
"@firebase/installations": "0.5.16",
"@firebase/logger": "0.3.4",
"@firebase/util": "1.7.3",
"@firebase/component": "0.5.21",
"@firebase/installations": "0.6.0",
"@firebase/logger": "0.4.0",
"@firebase/util": "1.8.0",
"@firebase/component": "0.6.0",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.8.4",
"@firebase/app": "0.9.0",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/app-check-compat/CHANGELOG.md
@@ -1,5 +1,20 @@
# @firebase/app-check-compat

## 0.3.0

### Minor Changes

- [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.

### Patch Changes

- Updated dependencies [[`c20633ed3`](https://github.com/firebase/firebase-js-sdk/commit/c20633ed35056cbadc9d65d9ceddf4e28d1ea666), [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be)]:
- @firebase/util@1.8.0
- @firebase/app-check@0.6.0
- @firebase/app-check-types@0.5.0
- @firebase/component@0.6.0
- @firebase/logger@0.4.0

## 0.2.17

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/app-check-compat/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check-compat",
"version": "0.2.17",
"version": "0.3.0",
"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.17",
"@firebase/app-check-types": "0.4.1",
"@firebase/logger": "0.3.4",
"@firebase/util": "1.7.3",
"@firebase/component": "0.5.21",
"@firebase/app-check": "0.6.0",
"@firebase/app-check-types": "0.5.0",
"@firebase/logger": "0.4.0",
"@firebase/util": "1.8.0",
"@firebase/component": "0.6.0",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.1.39",
"@firebase/app-compat": "0.2.0",
"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
@@ -1,5 +1,11 @@
# @firebase/app-check-interop-types

## 0.2.0

### Minor Changes

- [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-interop-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check-interop-types",
"version": "0.1.1",
"version": "0.2.0",
"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
@@ -1,5 +1,11 @@
# @firebase/app-check-types

## 0.5.0

### Minor Changes

- [`1625f7a95`](https://github.com/firebase/firebase-js-sdk/commit/1625f7a95cc3ffb666845db0a8044329be74b5be) [#6799](https://github.com/firebase/firebase-js-sdk/pull/6799) - Update TypeScript version to 4.7.4.

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check-types",
"version": "0.4.1",
"version": "0.5.0",
"description": "@firebase/app-check Types",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down