Skip to content

Commit b4eb254

Browse files
authored
chore: bump version to 8.1.1 w/ changelog (#16539)
1 parent 5d731d3 commit b4eb254

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 8.1.1 "vantablack-glowstick" (2019-07-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **form-field:** superfluous whitespace when compiled with bazel ([#13911](https://github.com/angular/components/issues/13911)) ([fdad49d](https://github.com/angular/components/commit/fdad49d))
7+
* **ng-update:** material update fails due to circular dependency ([#16538](https://github.com/angular/components/issues/16538)) ([5d731d3](https://github.com/angular/components/commit/5d731d3))
8+
9+
10+
111
# 8.1.0 "denim-antipode" (2019-07-15)
212

313
### Highlights

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"format:bazel": "yarn -s bazel:buildifier --lint=fix --mode=fix",
3535
"format": "yarn -s format:ts && yarn -s format:bazel"
3636
},
37-
"version": "8.1.0",
37+
"version": "8.1.1",
3838
"requiredAngularVersion": "^8.0.0 || ^9.0.0-0",
3939
"requiredMDCVersion": "^3.0.0",
4040
"dependencies": {

0 commit comments

Comments
 (0)