Skip to content

Commit

Permalink
Version Packages (#8101)
Browse files Browse the repository at this point in the history
Version Packages for the v10.10.0 release.
  • Loading branch information
google-oss-bot committed Mar 28, 2024
1 parent 73f40f5 commit 13762a4
Show file tree
Hide file tree
Showing 103 changed files with 700 additions and 288 deletions.
8 changes: 0 additions & 8 deletions .changeset/afraid-fishes-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-mugs-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-turkeys-run.md

This file was deleted.

51 changes: 0 additions & 51 deletions .changeset/thick-eagles-collect.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.9.29",
"@firebase/app-compat": "0.2.29",
"@firebase/analytics": "0.10.1",
"@firebase/analytics-compat": "0.2.7",
"@firebase/auth": "1.6.2",
"@firebase/auth-compat": "0.5.4",
"@firebase/functions": "0.11.2",
"@firebase/functions-compat": "0.3.8",
"@firebase/messaging": "0.12.6",
"@firebase/messaging-compat": "0.2.6",
"@firebase/performance": "0.6.5",
"@firebase/performance-compat": "0.2.5",
"@firebase/remote-config": "0.4.5",
"@firebase/remote-config-compat": "0.2.5"
"@firebase/app": "0.10.0",
"@firebase/app-compat": "0.2.30",
"@firebase/analytics": "0.10.2",
"@firebase/analytics-compat": "0.2.8",
"@firebase/auth": "1.7.0",
"@firebase/auth-compat": "0.5.5",
"@firebase/functions": "0.11.3",
"@firebase/functions-compat": "0.3.9",
"@firebase/messaging": "0.12.7",
"@firebase/messaging-compat": "0.2.7",
"@firebase/performance": "0.6.6",
"@firebase/performance-compat": "0.2.6",
"@firebase/remote-config": "0.4.6",
"@firebase/remote-config-compat": "0.2.6"
},
"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": "10.9.0",
"firebase": "10.10.0",
"@types/chai": "4.3.5",
"@types/mocha": "9.1.1",
"chai": "4.3.7",
Expand Down
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Expand Up @@ -14,8 +14,8 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.9.29",
"@firebase/firestore": "4.5.0"
"@firebase/app": "0.10.0",
"@firebase/firestore": "4.5.1"
},
"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": "10.9.0",
"firebase": "10.10.0",
"chai": "4.3.7",
"chromedriver": "116.0.0",
"express": "4.18.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/analytics-compat/CHANGELOG.md
@@ -1,5 +1,17 @@
# @firebase/analytics-compat

## 0.2.8

### Patch Changes

- [`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0) [#8079](https://github.com/firebase/firebase-js-sdk/pull/8079) - Update `repository.url` field in all `package.json` files to NPM's preferred format.

- Updated dependencies [[`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0)]:
- @firebase/analytics-types@0.8.1
- @firebase/analytics@0.10.2
- @firebase/component@0.6.6
- @firebase/util@1.9.5

## 0.2.7

### 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.2.7",
"version": "0.2.8",
"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.29",
"@firebase/app-compat": "0.2.30",
"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.5",
"@firebase/analytics": "0.10.1",
"@firebase/analytics-types": "0.8.0",
"@firebase/util": "1.9.4",
"@firebase/component": "0.6.6",
"@firebase/analytics": "0.10.2",
"@firebase/analytics-types": "0.8.1",
"@firebase/util": "1.9.5",
"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.1

### Patch Changes

- [`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0) [#8079](https://github.com/firebase/firebase-js-sdk/pull/8079) - Update `repository.url` field in all `package.json` files to NPM's preferred format.

## 0.3.0

### Minor 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.3.0",
"version": "0.3.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
@@ -1,5 +1,11 @@
# @firebase/analytics-types

## 0.8.1

### Patch Changes

- [`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0) [#8079](https://github.com/firebase/firebase-js-sdk/pull/8079) - Update `repository.url` field in all `package.json` files to NPM's preferred format.

## 0.8.0

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

## 0.10.2

### Patch Changes

- [`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0) [#8079](https://github.com/firebase/firebase-js-sdk/pull/8079) - Update `repository.url` field in all `package.json` files to NPM's preferred format.

- Updated dependencies [[`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0)]:
- @firebase/installations@0.6.6
- @firebase/component@0.6.6
- @firebase/logger@0.4.1
- @firebase/util@1.9.5

## 0.10.1

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/analytics/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics",
"version": "0.10.1",
"version": "0.10.2",
"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.6.5",
"@firebase/logger": "0.4.0",
"@firebase/util": "1.9.4",
"@firebase/component": "0.6.5",
"@firebase/installations": "0.6.6",
"@firebase/logger": "0.4.1",
"@firebase/util": "1.9.5",
"@firebase/component": "0.6.6",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.9.29",
"@firebase/app": "0.10.0",
"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
@@ -1,5 +1,18 @@
# @firebase/app-check-compat

## 0.3.10

### Patch Changes

- [`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0) [#8079](https://github.com/firebase/firebase-js-sdk/pull/8079) - Update `repository.url` field in all `package.json` files to NPM's preferred format.

- Updated dependencies [[`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0)]:
- @firebase/app-check-types@0.5.1
- @firebase/app-check@0.8.3
- @firebase/component@0.6.6
- @firebase/logger@0.4.1
- @firebase/util@1.9.5

## 0.3.9

### 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.3.9",
"version": "0.3.10",
"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.8.2",
"@firebase/app-check-types": "0.5.0",
"@firebase/logger": "0.4.0",
"@firebase/util": "1.9.4",
"@firebase/component": "0.6.5",
"@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",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.29",
"@firebase/app-compat": "0.2.30",
"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.3.1

### Patch Changes

- [`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0) [#8079](https://github.com/firebase/firebase-js-sdk/pull/8079) - Update `repository.url` field in all `package.json` files to NPM's preferred format.

## 0.3.0

### Minor 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.3.0",
"version": "0.3.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
@@ -1,5 +1,11 @@
# @firebase/app-check-types

## 0.5.1

### Patch Changes

- [`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0) [#8079](https://github.com/firebase/firebase-js-sdk/pull/8079) - Update `repository.url` field in all `package.json` files to NPM's preferred format.

## 0.5.0

### Minor 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.5.0",
"version": "0.5.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
@@ -1,5 +1,16 @@
# @firebase/app-check

## 0.8.3

### Patch Changes

- [`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0) [#8079](https://github.com/firebase/firebase-js-sdk/pull/8079) - Update `repository.url` field in all `package.json` files to NPM's preferred format.

- Updated dependencies [[`0c5150106`](https://github.com/firebase/firebase-js-sdk/commit/0c515010607bf2223b468acb94c672b1279ed1a0)]:
- @firebase/component@0.6.6
- @firebase/logger@0.4.1
- @firebase/util@1.9.5

## 0.8.2

### Patch Changes
Expand Down

0 comments on commit 13762a4

Please sign in to comment.