Skip to content

Commit

Permalink
Version Packages (#4348)
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 Jan 29, 2021
1 parent 1de0c18 commit b88af7f
Show file tree
Hide file tree
Showing 26 changed files with 61 additions and 38 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-meals-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-turtles-travel.md

This file was deleted.

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": "8.2.4",
"firebase": "8.2.5",
"@types/chai": "4.2.14",
"@types/mocha": "7.0.2",
"chai": "4.2.0",
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"
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/firestore": "2.1.3",
"@firebase/app": "0.6.14",
"@firebase/firestore": "2.1.4",
"@types/mocha": "7.0.2",
"gulp": "4.0.2",
"gulp-filter": "6.0.0",
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": "8.2.4",
"firebase": "8.2.5",
"chai": "4.2.0",
"chromedriver": "86.0.0",
"express": "4.17.1",
Expand Down
4 changes: 2 additions & 2 deletions packages-exp/firebase-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
"@firebase/app-exp": "0.0.900",
"@firebase/app-compat": "0.0.900",
"@firebase/auth-exp": "0.0.900",
"@firebase/database": "0.8.3",
"@firebase/database": "0.9.1",
"@firebase/functions-exp": "0.0.900",
"@firebase/firestore": "2.1.3",
"@firebase/firestore": "2.1.4",
"@firebase/storage": "0.4.2",
"@firebase/performance-exp": "0.0.900",
"@firebase/remote-config-exp": "0.0.900",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-json": "4.1.0",
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.6.14

### Patch Changes

- [`749c7f3d9`](https://github.com/firebase/firebase-js-sdk/commit/749c7f3d985f978cd2a204cbc28c3fff09458b5b) [#4298](https://github.com/firebase/firebase-js-sdk/pull/4298) (fixes [#4258](https://github.com/firebase/firebase-js-sdk/issues/4258)) - Firestore classes like DocumentReference and Query can now be serialized to JSON (#4258)

## 0.6.13

### 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.6.13",
"version": "0.6.14",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Unreleased

## 0.9.1

### Patch Changes

- [`04a0fea9e`](https://github.com/firebase/firebase-js-sdk/commit/04a0fea9ef291a7da244665289a1aed32e4e7a3b) [#4299](https://github.com/firebase/firebase-js-sdk/pull/4299) - get()s issued for queries that are being listened to no longer send backend requests.

## 0.9.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/database",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
"tslib": "^1.11.1"
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"@firebase/app-types": "0.6.1",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# firebase

## 8.2.5

### Patch Changes

- Updated dependencies [[`749c7f3d9`](https://github.com/firebase/firebase-js-sdk/commit/749c7f3d985f978cd2a204cbc28c3fff09458b5b), [`04a0fea9e`](https://github.com/firebase/firebase-js-sdk/commit/04a0fea9ef291a7da244665289a1aed32e4e7a3b)]:
- @firebase/app@0.6.14
- @firebase/firestore@2.1.4
- @firebase/database@0.9.1

## 8.2.4

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "8.2.4",
"version": "8.2.5",
"description": "Firebase JavaScript library for web and Node.js",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,11 +44,11 @@
"module": "dist/index.esm.js",
"react-native": "dist/index.rn.cjs.js",
"dependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"@firebase/app-types": "0.6.1",
"@firebase/auth": "0.16.2",
"@firebase/database": "0.9.0",
"@firebase/firestore": "2.1.3",
"@firebase/database": "0.9.1",
"@firebase/firestore": "2.1.4",
"@firebase/functions": "0.6.1",
"@firebase/installations": "0.4.19",
"@firebase/messaging": "0.7.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/firestore

## 2.1.4

### Patch Changes

- [`749c7f3d9`](https://github.com/firebase/firebase-js-sdk/commit/749c7f3d985f978cd2a204cbc28c3fff09458b5b) [#4298](https://github.com/firebase/firebase-js-sdk/pull/4298) (fixes [#4258](https://github.com/firebase/firebase-js-sdk/issues/4258)) - Firestore classes like DocumentReference and Query can now be serialized to JSON (#4258)

## 2.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore",
"version": "2.1.3",
"version": "2.1.4",
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
Expand Down Expand Up @@ -79,7 +79,7 @@
"@firebase/app-types": "0.x"
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"@rollup/plugin-alias": "3.1.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@firebase/app-types": "0.x"
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"@firebase/messaging": "0.7.3",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/installations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tslib": "^1.11.1"
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
"ts-essentials": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
"typescript": "4.0.5"
Expand Down
7 changes: 7 additions & 0 deletions packages/rules-unit-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/rules-unit-testing

## 1.1.10

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rules-unit-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/rules-unit-testing",
"version": "1.1.9",
"version": "1.1.10",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand All @@ -18,7 +18,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "8.2.4",
"firebase": "8.2.5",
"@firebase/logger": "0.2.6",
"@firebase/util": "0.3.4",
"request": "2.88.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/rxfire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rxjs": "6.x.x"
},
"devDependencies": {
"firebase": "8.2.4",
"firebase": "8.2.5",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@firebase/app-types": "0.x"
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"@firebase/auth": "0.16.2",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/app": "0.6.14",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
"typescript": "4.0.5"
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/size-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/logger": "0.2.6",
"@firebase/app": "0.6.13"
"@firebase/app": "0.6.14"
},
"repository": {
"directory": "repo-scripts/size-analysis",
Expand Down

0 comments on commit b88af7f

Please sign in to comment.