Skip to content

Commit

Permalink
chore: bump version to 8.1.3 w/ changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalerba committed Aug 14, 2019
1 parent b6c9696 commit 40d8bc6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 8.1.3 "gelatin-key" (2019-08-14)


### Bug Fixes

* **cdk/virtual-scroll:** fix subpixel rounding errors on hdpi… ([#16269](https://github.com/angular/components/issues/16269)) ([5bbf9ba](https://github.com/angular/components/commit/5bbf9ba))
* **cdk-experimental/popover-edit:** prevent default escape action ([#16747](https://github.com/angular/components/issues/16747)) ([073b98c](https://github.com/angular/components/commit/073b98c)), closes [#16202](https://github.com/angular/components/issues/16202)


### Features

* **cdk-experimental/clipboard:** add cdk-experimental clipboard service + directive ([#16704](https://github.com/angular/components/issues/16704)) ([6c51995](https://github.com/angular/components/commit/6c51995))



## 8.1.2 "bologna-bayou" (2019-07-29)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"format": "yarn -s format:ts && yarn -s format:bazel",
"cherry-pick-patch": "ts-node --project tools/cherry-pick-patch/ tools/cherry-pick-patch/cherry-pick-patch.ts"
},
"version": "8.1.2",
"version": "8.1.3",
"requiredAngularVersion": "^8.0.0 || ^9.0.0-0",
"requiredMDCVersion": "^3.0.0",
"dependencies": {
Expand Down

0 comments on commit 40d8bc6

Please sign in to comment.