Skip to content

Commit 21cf7c2

Browse files
authored
chore(release): changelog and support NG 11 peer (#2646)
* Support NG 11 * Add 6.1.0-rc.0 changelog * Only run push on main branch
1 parent b976c58 commit 21cf7c2

File tree

6 files changed

+95
-62
lines changed

6 files changed

+95
-62
lines changed

.github/workflows/test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Unit tests
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
jobs:
610
build:

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="6.1.0-rc.0"></a>
2+
# [6.1.0-rc.0](https://github.com/angular/angularfire/compare/6.0.5...6.1.0-rc.0) (2020-11-11)
3+
4+
5+
### Bug Fixes
6+
7+
* **deploy:** remove direct workspace access ([#2643](https://github.com/angular/angularfire/issues/2643)) ([7e1918a](https://github.com/angular/angularfire/commit/7e1918a))
8+
* **schematics:** remove experimental workspace API type usage ([#2644](https://github.com/angular/angularfire/issues/2644)) ([b976c58](https://github.com/angular/angularfire/commit/b976c58))
9+
10+
11+
### Features
12+
13+
* **core:** Support Angular 11
14+
15+
16+
<a name="6.0.5"></a>
17+
## [6.0.5](https://github.com/angular/angularfire/compare/6.0.4...6.0.5) (2020-11-10)
18+
19+
20+
### Bug Fixes
21+
22+
* **core:** proxy-polyfill support and various other small fixes ([#2633](https://github.com/angular/angularfire/issues/2633)) ([af238cd](https://github.com/angular/angularfire/commit/af238cd))
23+
24+
125
<a name="6.0.4"></a>
226
## [6.0.4](https://github.com/angular/angularfire2/compare/6.0.3...6.0.4) (2020-10-30)
327

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export class MyApp {
4343

4444
| Angular | Firebase | AngularFire |
4545
| --------|----------|--------------|
46+
| 11 | 7,8 | @next |
4647
| 10 | 8 | ^6.0.4 |
4748
| 10 | 7 | ^6.0.3 |
4849
| 9 | 8 | ^6.0.4 |

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@angular/fire",
3-
"version": "6.0.5",
4-
"description": "The official library of Firebase and Angular.",
3+
"version": "6.1.0",
4+
"description": "The official Angular library for Firebase.",
55
"private": true,
66
"scripts": {
77
"test": "npm run test:node",
@@ -39,15 +39,15 @@
3939
},
4040
"homepage": "https://github.com/angular/angularfire#readme",
4141
"dependencies": {
42-
"@angular-devkit/architect": ">= 0.900 < 0.1100",
43-
"@angular-devkit/core": "^9.0.0 || ^10.0.0",
44-
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0",
45-
"@angular/common": "^9.0.0 || ^10.0.0",
46-
"@angular/compiler": "^9.0.0 || ^10.0.0",
47-
"@angular/core": "^9.0.0 || ^10.0.0",
48-
"@angular/platform-browser": "^9.0.0 || ^10.0.0",
49-
"@angular/platform-browser-dynamic": "^9.0.0 || ^10.0.0",
50-
"@angular/router": "^9.0.0 || ^10.0.0",
42+
"@angular-devkit/architect": ">= 0.900 < 0.1200",
43+
"@angular-devkit/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
44+
"@angular-devkit/schematics": "^9.0.0 || ^10.0.0 || ^11.0.0",
45+
"@angular/common": "^9.0.0 || ^10.0.0 || ^11.0.0",
46+
"@angular/compiler": "^9.0.0 || ^10.0.0 || ^11.0.0",
47+
"@angular/core": "^9.0.0 || ^10.0.0 || ^11.0.0",
48+
"@angular/platform-browser": "^9.0.0 || ^10.0.0 || ^11.0.0",
49+
"@angular/platform-browser-dynamic": "^9.0.0 || ^10.0.0 || ^11.0.0",
50+
"@angular/router": "^9.0.0 || ^10.0.0 || ^11.0.0",
5151
"firebase": "^7.0.0 || ^8.0.0",
5252
"firebase-admin": "^8.10.0",
5353
"firebase-functions": "^3.6.0",
@@ -71,12 +71,12 @@
7171
"utf-8-validate": "^5.0.2"
7272
},
7373
"devDependencies": {
74-
"@angular-devkit/build-angular": ">= 0.900 < 0.1100",
75-
"@angular-devkit/build-ng-packagr": ">= 0.900 < 0.1100",
76-
"@angular/animations": " ^9.0.0 || ^10.0.0",
77-
"@angular/cli": "^9.0.0 || ^10.0.0",
78-
"@angular/compiler-cli": "^9.0.0 || ^10.0.0",
79-
"@angular/platform-server": "^9.0.0 || ^10.0.0",
74+
"@angular-devkit/build-angular": ">= 0.900 < 0.1200",
75+
"@angular-devkit/build-ng-packagr": ">= 0.900 < 0.1200",
76+
"@angular/animations": " ^9.0.0 || ^10.0.0 || ^11.0.0",
77+
"@angular/cli": "^9.0.0 || ^10.0.0 || ^11.0.0",
78+
"@angular/compiler-cli": "^9.0.0 || ^10.0.0 || ^11.0.0",
79+
"@angular/platform-server": "^9.0.0 || ^10.0.0 || ^11.0.0",
8080
"@firebase/app-types": "^0.6.1",
8181
"@types/fs-extra": "^7.0.0",
8282
"@types/gzip-size": "^5.1.1",

src/package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular/fire",
44
"version": "ANGULARFIRE2_VERSION",
5-
"description": "The official library for Firebase and Angular",
5+
"description": "The official Angular library for Firebase.",
66
"schematics": "./collection.json",
77
"builders": "./builders.json",
88
"keywords": [
@@ -14,8 +14,12 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/angular/angularfire2.git"
17+
"url": "git+https://github.com/angular/angularfire.git"
1818
},
19+
"bugs": {
20+
"url": "https://github.com/angular/angularfire/issues"
21+
},
22+
"homepage": "https://github.com/angular/angularfire#readme",
1923
"author": "angular,firebase",
2024
"license": "MIT",
2125
"peerDependencies": {

yarn.lock

+42-42
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# yarn lockfile v1
33

44

5-
"@angular-devkit/[email protected]", "@angular-devkit/architect@>= 0.900 < 0.1100":
5+
"@angular-devkit/[email protected]", "@angular-devkit/architect@>= 0.900 < 0.1200":
66
version "0.1002.0"
77
resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.1002.0.tgz#470b78aaf79308a23da6a0d3935f2d1f85dcb212"
88
integrity sha512-twM8V03ujBIGVpgV1PBlSDodUdxtUb7WakutfWafAvEHUsgwzfvQz2VtKWvjNZ9AiYjnCuwkQaclqVv0VHNo9w==
99
dependencies:
1010
"@angular-devkit/core" "10.2.0"
1111
rxjs "6.6.2"
1212

13-
"@angular-devkit/build-angular@>= 0.900 < 0.1100":
13+
"@angular-devkit/build-angular@>= 0.900 < 0.1200":
1414
version "0.1002.0"
1515
resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.1002.0.tgz#b2d1de921b1fd37906e50442d730ca2516d7d747"
1616
integrity sha512-cPkdp1GceokGHc79Wg0hACMqqmnJ4W3H9kY4c9qp1Xz18b3vk1aq09JNawOpfUN09S9vBCnn4glg22lRyqmJNA==
@@ -81,7 +81,7 @@
8181
webpack-subresource-integrity "1.4.1"
8282
worker-plugin "5.0.0"
8383

84-
"@angular-devkit/build-ng-packagr@>= 0.900 < 0.1100":
84+
"@angular-devkit/build-ng-packagr@>= 0.900 < 0.1200":
8585
version "0.1002.0"
8686
resolved "https://registry.yarnpkg.com/@angular-devkit/build-ng-packagr/-/build-ng-packagr-0.1002.0.tgz#07fd264f98f0084c2897925e094cb9bd002d34e8"
8787
integrity sha512-JngcuLuPpu2oOhi1qBPzco+ETjDbv90zyWZELO3qXeCelug1z83E0Qi2sLgnNYayzSHfrivrRamL8CbYYT+M9Q==
@@ -109,7 +109,7 @@
109109
"@angular-devkit/core" "10.2.0"
110110
rxjs "6.6.2"
111111

112-
"@angular-devkit/[email protected]", "@angular-devkit/core@^9.0.0 || ^10.0.0":
112+
"@angular-devkit/[email protected]", "@angular-devkit/core@^9.0.0 || ^10.0.0 || ^11.0.0":
113113
version "10.2.0"
114114
resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-10.2.0.tgz#fcde160afc2786d2da0166526f065c6cf98684c0"
115115
integrity sha512-XAszFhSF3mZw1VjoOsYGbArr5NJLcStjOvcCGjBPl1UBM2AKpuCQXHxI9XJGYKL3B93Vp5G58d8qkHvamT53OA==
@@ -131,7 +131,7 @@
131131
rxjs "6.4.0"
132132
source-map "0.7.3"
133133

134-
"@angular-devkit/[email protected]", "@angular-devkit/schematics@^9.0.0 || ^10.0.0":
134+
"@angular-devkit/[email protected]", "@angular-devkit/schematics@^9.0.0 || ^10.0.0 || ^11.0.0":
135135
version "10.2.0"
136136
resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-10.2.0.tgz#a45f316bbaa54cbabc06e2e54b04e1c8d103bc0b"
137137
integrity sha512-TQI5NnE6iM3ChF5gZQ9qb+lZgMWa7aLoF5ksOyT3zrmOuICiQYJhA6SsjV95q7J4M55qYymwBib8KTqU/xuQww==
@@ -148,14 +148,14 @@
148148
"@angular-devkit/core" "8.3.29"
149149
rxjs "6.4.0"
150150

151-
"@angular/animations@ ^9.0.0 || ^10.0.0":
152-
version "10.2.1"
153-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-10.2.1.tgz#6a28e68b05b1e738cbe779a002349cf8539699b8"
154-
integrity sha512-WD3WGMLhGdvmBNIf9l+H3NwniQr+yBnTEOyUnsOokXsX3I5LYYPCR+3E/YBRDbbBuf4Y3v3sEkijHT5xZ+jQHw==
151+
"@angular/animations@ ^9.0.0 || ^10.0.0 || ^11.0.0":
152+
version "10.2.3"
153+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-10.2.3.tgz#eb12630b530ff861577ead9470c066bb37cd8655"
154+
integrity sha512-UP3aynCSkFqEJfZ9bQMyBIVo4mm5EuIHL6NfMqhqLQankKKnc25Pi3a7heq0xzV1EoAxGSd3UBn36Y8Jjav2fg==
155155
dependencies:
156156
tslib "^2.0.0"
157157

158-
"@angular/cli@^9.0.0 || ^10.0.0":
158+
"@angular/cli@^9.0.0 || ^10.0.0 || ^11.0.0":
159159
version "10.2.0"
160160
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-10.2.0.tgz#b0b465120eb9a39e5efd030bf80c023c630960ed"
161161
integrity sha512-YBzwkFBmG6CdUJk8onsPXxHX/ByU5MERBQgYhLC873e2nZlXMUu+Ttq2Wai6apyskGvsXKxZNPOQSFZTGKXzXg==
@@ -181,17 +181,17 @@
181181
universal-analytics "0.4.23"
182182
uuid "8.3.0"
183183

184-
"@angular/common@^9.0.0 || ^10.0.0":
185-
version "10.2.1"
186-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-10.2.1.tgz#3fbba2102fa8f02f60fae2b0c79b4495be60de2a"
187-
integrity sha512-aJtgokgWxibd7wGmktHm0uYkR/lOrbcStrn6Qisj/PIJf9xTGXYFB0yusnk103aiuBfCIKq+Wl0ZGc1s81Okaw==
184+
"@angular/common@^9.0.0 || ^10.0.0 || ^11.0.0":
185+
version "10.2.3"
186+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-10.2.3.tgz#ce3a6ad59ed4ec182ce4a3adbfbbb950ce4b23af"
187+
integrity sha512-xKKN8bgdudktVC/gwUtdeS2khYqSENWQe1CS8nE0V88qKCftwPhCD5Ovp6+6LflqvQhJWb0guf7HXjq9oBqO2w==
188188
dependencies:
189189
tslib "^2.0.0"
190190

191-
"@angular/compiler-cli@^9.0.0 || ^10.0.0":
192-
version "10.2.1"
193-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-10.2.1.tgz#4482cdc4814dc75bf197c18f39c401181851ac08"
194-
integrity sha512-LSqnJ6K6lZCMrlp47SMysHwyl4NOcOAhnZ1x4aqX85w/rBL5ge1Y57KFZFJ4wYVnboXpQCnPU/uojNuQIQJ8LQ==
191+
"@angular/compiler-cli@^9.0.0 || ^10.0.0 || ^11.0.0":
192+
version "10.2.3"
193+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-10.2.3.tgz#b43cf9e6ed163645959010c6421fb88819a5943c"
194+
integrity sha512-29RL/lIbHpjoWMUz23cyRcyG50PXqvxlLk0IpyCUWDVtPp6Hc8S/JayxeSwxNST79miDobGaeiGmS0JHuCouVQ==
195195
dependencies:
196196
canonical-path "1.0.0"
197197
chokidar "^3.0.0"
@@ -212,10 +212,10 @@
212212
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.0.0.tgz#87e0bef4c369b6cadae07e3a4295778fc93799d5"
213213
integrity sha512-ctjwuntPfZZT2mNj2NDIVu51t9cvbhl/16epc5xEwyzyDt76pX9UgwvY+MbXrf/C/FWwdtmNtfP698BKI+9leQ==
214214

215-
"@angular/compiler@^9.0.0 || ^10.0.0":
216-
version "10.2.1"
217-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-10.2.1.tgz#6abffc69d2c67aa10289af98142915cb9230a69c"
218-
integrity sha512-nJkRSqwQSGeudBWr9JK30Yi2yBvURYTKW4x4GxdW3YiEGBIlKU6aX6q5yi2xHdWO4AEgRs21ZjTs/wp00qnqTg==
215+
"@angular/compiler@^9.0.0 || ^10.0.0 || ^11.0.0":
216+
version "10.2.3"
217+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-10.2.3.tgz#4f2a42d1b479d323118fe33e1e62594d029ed5f9"
218+
integrity sha512-Bg+QbyvJVlfGQpJCagEMkkqoRi2LMQc8iuu+cVYVqQOETLO0LxmkPpMQ/7pRLTNWl36PoYEB7IjUkp+qng8xKg==
219219
dependencies:
220220
tslib "^2.0.0"
221221

@@ -224,40 +224,40 @@
224224
resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.0.0.tgz#227dc53e1ac81824f998c6e76000b7efc522641e"
225225
integrity sha512-6Pxgsrf0qF9iFFqmIcWmjJGkkCaCm6V5QNnxMy2KloO3SDq6QuMVRbN9RtC8Urmo25LP+eZ6ZgYqFYpdD8Hd9w==
226226

227-
"@angular/core@^9.0.0 || ^10.0.0":
228-
version "10.2.1"
229-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.1.tgz#05ad30c43ba925a62074515c9d002c1c5337047c"
230-
integrity sha512-zt9G5Ei1nxB6yVJqpiH7K6npaiEUrPWlDCq6vwXeJbmO3tbw2WWiqD55Wkx5hRfysY43swC5j7VveNytHidkkQ==
227+
"@angular/core@^9.0.0 || ^10.0.0 || ^11.0.0":
228+
version "10.2.3"
229+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-10.2.3.tgz#89469c537b304532d6aa8dbb2ea4e1e2ed90e7a6"
230+
integrity sha512-mE6nLpul/IJllk0VYrlrP69n0P7JPz+BHYAVobwO5+0EGO65ieTD18DxzfEt4eQgthnM3VQwSZxjW4n9Y1p/dQ==
231231
dependencies:
232232
tslib "^2.0.0"
233233

234-
"@angular/platform-browser-dynamic@^9.0.0 || ^10.0.0":
235-
version "10.2.1"
236-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-10.2.1.tgz#865610f61b3cb607937f9b0b6c4fdd774dafacdf"
237-
integrity sha512-AyN3dchRIHTXrN8lSni7PfZTHuJcQ4Qp3ZCunxal3dmfIqWKHBCvotJX02UXVPqVC/9qvnyZ1Ezvfw5vx8MVEg==
234+
"@angular/platform-browser-dynamic@^9.0.0 || ^10.0.0 || ^11.0.0":
235+
version "10.2.3"
236+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-10.2.3.tgz#411b24c10ef8875f5f718c70a6314e3b178691ba"
237+
integrity sha512-ujwcGzlWQ6S83iHIF3ArfDn8ik8YETZcuSMCTxjaNv8kwEqiRzchZDkheJpoH9HyddnM6UVGL6D/5k11TMWTew==
238238
dependencies:
239239
tslib "^2.0.0"
240240

241-
"@angular/platform-browser@^9.0.0 || ^10.0.0":
242-
version "10.2.1"
243-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-10.2.1.tgz#9b6fb419773eb2492c98486cb0ed636b89dcf692"
244-
integrity sha512-kuxqntIbiyxHIgEopBXoO10HqsFQyzV8Y11+KcnIFN0tte7oOAc6REvUxnvtwKOyFOyYQFv0BhA1QCuddqytGA==
241+
"@angular/platform-browser@^9.0.0 || ^10.0.0 || ^11.0.0":
242+
version "10.2.3"
243+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-10.2.3.tgz#14ef92fb3e6e2ba0647ab56e71b0b655fca16083"
244+
integrity sha512-ElTuRF4SWhYxJypDlaa/n49DrqrWV2tYU5kkgF+VNbVbvzKHnVEZe4x1KSWrEzIyewcjxwwE6ZF0oXMdd4AZQQ==
245245
dependencies:
246246
tslib "^2.0.0"
247247

248-
"@angular/platform-server@^9.0.0 || ^10.0.0":
249-
version "10.2.1"
250-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-10.2.1.tgz#3e3dc460a603469c0cc212d6f32173a4d9ba85c4"
251-
integrity sha512-VCpd2KEyGA4zhw8E82jJb19VsKVhPiogRaHNZ7xNiMYxu3JTFIDGMnTsT3nILGAKeDxQUeyU0oyguQfXPz4wag==
248+
"@angular/platform-server@^9.0.0 || ^10.0.0 || ^11.0.0":
249+
version "10.2.3"
250+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-10.2.3.tgz#6a9c45f1dc4f738cfa852b4cf85c4a2ef1195a93"
251+
integrity sha512-iYs1fsdEio3TdN4HlZw0HNSmpGbTs/+FozVePP7m+k5ozjyxBg1J5kF9R/RSaT9Zqhyw54G3DE/KJ0tnOGUtdA==
252252
dependencies:
253253
domino "^2.1.2"
254254
tslib "^2.0.0"
255255
xhr2 "^0.2.0"
256256

257-
"@angular/router@^9.0.0 || ^10.0.0":
258-
version "10.2.1"
259-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-10.2.1.tgz#c3204c2a20aac871c415118908179431319dac91"
260-
integrity sha512-w2iS/gq4dcPd4cPGgd7HGEANg5BfE+fg0cI81ah7e79OatDP+Y1atxmNXyF50gCxl8x6WDnUiNu8nfjTebgRAw==
257+
"@angular/router@^9.0.0 || ^10.0.0 || ^11.0.0":
258+
version "10.2.3"
259+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-10.2.3.tgz#6507c58b61452a79172f47a7a34211c0fedfa55f"
260+
integrity sha512-QUVqEOai3hASeMgTXIVo9Ql6EGJ+v0QHs/O+5pFplXGAzMQDpCnrpOuB4FExWxdafiiYfKfLlNvxj0tEJ2gU0w==
261261
dependencies:
262262
tslib "^2.0.0"
263263

0 commit comments

Comments
 (0)