Skip to content

Commit

Permalink
Version Packages (#4983)
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 Jun 4, 2021
1 parent 10fb5b8 commit cf636ae
Show file tree
Hide file tree
Showing 27 changed files with 64 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/a-dark-knight.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.6.4",
"firebase": "8.6.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.23",
"@firebase/firestore": "2.3.3",
"@firebase/app": "0.6.24",
"@firebase/firestore": "2.3.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.6.4",
"firebase": "8.6.5",
"chai": "4.2.0",
"chromedriver": "89.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 @@ -132,7 +132,7 @@
"@firebase/database": "0.10.3",
"@firebase/functions-exp": "0.0.900",
"@firebase/functions-compat": "0.0.900",
"@firebase/firestore": "2.3.3",
"@firebase/firestore": "2.3.4",
"@firebase/storage": "0.5.3",
"@firebase/performance-exp": "0.0.900",
"@firebase/performance-compat": "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 @@ -35,7 +35,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.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.24

### Patch Changes

- Update SDK_VERSION.

## 0.6.23

### 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.23",
"version": "0.6.24",
"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
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"@firebase/app-types": "0.6.2",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# firebase

## 8.6.5

### Patch Changes

- Updated dependencies []:
- @firebase/app@0.6.24
- @firebase/firestore@2.3.4

## 8.6.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "8.6.4",
"version": "8.6.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.23",
"@firebase/app": "0.6.24",
"@firebase/app-types": "0.6.2",
"@firebase/auth": "0.16.6",
"@firebase/database": "0.10.3",
"@firebase/firestore": "2.3.3",
"@firebase/firestore": "2.3.4",
"@firebase/functions": "0.6.10",
"@firebase/installations": "0.4.27",
"@firebase/messaging": "0.7.11",
Expand Down
7 changes: 7 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/firestore

## 2.3.4

### Patch Changes

- Updated dependencies [[`10fb5b87f`](https://github.com/firebase/firebase-js-sdk/commit/10fb5b87faecf3aa79e15545b21de99af3e51a71)]:
- @firebase/webchannel-wrapper@0.5.0

## 2.3.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore",
"version": "2.3.3",
"version": "2.3.4",
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
Expand Down Expand Up @@ -70,7 +70,7 @@
"@firebase/firestore-types": "2.3.0",
"@firebase/logger": "0.2.6",
"@firebase/util": "1.1.0",
"@firebase/webchannel-wrapper": "0.4.1",
"@firebase/webchannel-wrapper": "0.5.0",
"@grpc/grpc-js": "^1.3.2",
"@grpc/proto-loader": "^0.5.0",
"node-fetch": "2.6.1",
Expand All @@ -81,7 +81,7 @@
"@firebase/app-types": "0.x"
},
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"@rollup/plugin-alias": "3.1.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.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 @@ -30,7 +30,7 @@
"@firebase/app-types": "0.x"
},
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"@firebase/messaging": "0.7.11",
"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.23",
"@firebase/app": "0.6.24",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "17.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 @@ -35,7 +35,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"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 @@ -36,7 +36,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"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 @@ -36,7 +36,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
"typescript": "4.2.2"
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.3.5

### Patch Changes

- Updated dependencies []:
- [email protected]

## 1.3.4

### 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.3.4",
"version": "1.3.5",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand All @@ -20,7 +20,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "8.6.4",
"firebase": "8.6.5",
"@firebase/component": "0.5.1",
"@firebase/logger": "0.2.6",
"@firebase/util": "1.1.0",
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.6.4",
"firebase": "8.6.5",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.2.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 @@ -47,7 +47,7 @@
"@firebase/app-types": "0.x"
},
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"@firebase/auth": "0.16.6",
"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 @@ -33,7 +33,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.23",
"@firebase/app": "0.6.24",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
"typescript": "4.2.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/webchannel-wrapper/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/webchannel-wrapper

## 0.5.0

### Minor Changes

- [`10fb5b87f`](https://github.com/firebase/firebase-js-sdk/commit/10fb5b87faecf3aa79e15545b21de99af3e51a71) [#4982](https://github.com/firebase/firebase-js-sdk/pull/4982) (fixes [#4977](https://github.com/firebase/firebase-js-sdk/issues/4977)) - Added a new export for FetchXmlHttpFactory.

## 0.4.1

### Patch Changes
Expand Down
6 changes: 4 additions & 2 deletions packages/webchannel-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{
"name": "@firebase/webchannel-wrapper",
"version": "0.4.1",
"version": "0.5.0",
"description": "A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"esm2017": "dist/index.esm2017.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "watch 'yarn build' src",
"build": "gulp",
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 @@ -41,7 +41,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/logger": "0.2.6",
"@firebase/app": "0.6.23"
"@firebase/app": "0.6.24"
},
"repository": {
"directory": "repo-scripts/size-analysis",
Expand Down

0 comments on commit cf636ae

Please sign in to comment.