Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 19, 2021
1 parent 6ac66ba commit 47ae046
Show file tree
Hide file tree
Showing 19 changed files with 52 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-glasses-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-yaks-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-badgers-nail.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.3",
"firebase": "8.2.4",
"@types/chai": "4.2.14",
"@types/mocha": "7.0.2",
"chai": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/firestore": "2.1.2",
"@firebase/firestore": "2.1.3",
"@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.3",
"firebase": "8.2.4",
"chai": "4.2.0",
"chromedriver": "86.0.0",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/firebase-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@firebase/app-compat": "0.0.900",
"@firebase/auth-exp": "0.0.900",
"@firebase/functions-exp": "0.0.900",
"@firebase/firestore": "2.1.2",
"@firebase/firestore": "2.1.3",
"@firebase/performance-exp": "0.0.900",
"@firebase/remote-config-exp": "0.0.900",
"@firebase/messaging-exp": "0.0.900"
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.16.2

### Patch Changes

- [`92a7f4345`](https://github.com/firebase/firebase-js-sdk/commit/92a7f434536051bedd00bc1be7e774174378aa7d) [#4280](https://github.com/firebase/firebase-js-sdk/pull/4280) - Add the `useEmulator()` function and `emulatorConfig` to the `firebase` package externs

## 0.16.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth",
"version": "0.16.1",
"version": "0.16.2",
"main": "dist/auth.js",
"browser": "dist/auth.esm.js",
"module": "dist/auth.esm.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.0

### Minor Changes

- [`cb835e723`](https://github.com/firebase/firebase-js-sdk/commit/cb835e723fab2a85a4e073a3f09354e3e6520dd1) [#4232](https://github.com/firebase/firebase-js-sdk/pull/4232) - Add `startAfter` and `endBefore` filters for paginating RTDB queries.

## 0.8.3

### Patch Changes
Expand Down
6 changes: 2 additions & 4 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "@firebase/database",
"version": "0.8.3",
"version": "0.9.0",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
"browser": "dist/index.esm.js",
"module": "dist/index.esm.js",
"esm2017": "dist/index.esm2017.js",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"lint": "eslint -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
"lint:fix": "eslint --fix -c .eslintrc.js '**/*.ts' --ignore-path '../../.gitignore'",
Expand Down
11 changes: 11 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# firebase

## 8.2.4

### Patch Changes

- [`92a7f4345`](https://github.com/firebase/firebase-js-sdk/commit/92a7f434536051bedd00bc1be7e774174378aa7d) [#4280](https://github.com/firebase/firebase-js-sdk/pull/4280) - Add the `useEmulator()` function and `emulatorConfig` to the `firebase` package externs

- Updated dependencies [[`cb835e723`](https://github.com/firebase/firebase-js-sdk/commit/cb835e723fab2a85a4e073a3f09354e3e6520dd1), [`6ac66baa0`](https://github.com/firebase/firebase-js-sdk/commit/6ac66baa0e7ac8dd90a6d6136a020cdd54710df5), [`92a7f4345`](https://github.com/firebase/firebase-js-sdk/commit/92a7f434536051bedd00bc1be7e774174378aa7d)]:
- @firebase/database@0.9.0
- @firebase/firestore@2.1.3
- @firebase/auth@0.16.2

## 8.2.3

### 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.3",
"version": "8.2.4",
"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 @@ -46,9 +46,9 @@
"dependencies": {
"@firebase/app": "0.6.13",
"@firebase/app-types": "0.6.1",
"@firebase/auth": "0.16.1",
"@firebase/database": "0.8.3",
"@firebase/firestore": "2.1.2",
"@firebase/auth": "0.16.2",
"@firebase/database": "0.9.0",
"@firebase/firestore": "2.1.3",
"@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.3

### Patch Changes

- [`6ac66baa0`](https://github.com/firebase/firebase-js-sdk/commit/6ac66baa0e7ac8dd90a6d6136a020cdd54710df5) [#4284](https://github.com/firebase/firebase-js-sdk/pull/4284) (fixes [#4278](https://github.com/firebase/firebase-js-sdk/issues/4278)) - Fixes FirestoreDataConverter.fromFirestore() being called with an incorrect "snapshot" object.

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore",
"version": "2.1.2",
"version": "2.1.3",
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
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.9

### Patch Changes

- Updated dependencies [[`92a7f4345`](https://github.com/firebase/firebase-js-sdk/commit/92a7f434536051bedd00bc1be7e774174378aa7d)]:
- [email protected]

## 1.1.8

### 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.8",
"version": "1.1.9",
"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.3",
"firebase": "8.2.4",
"@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.3",
"firebase": "8.2.4",
"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 @@
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/auth": "0.16.1",
"@firebase/auth": "0.16.2",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.0",
Expand Down

0 comments on commit 47ae046

Please sign in to comment.