Skip to content

Commit 5af6a8e

Browse files
authored
chore: bump version to 8.1.3 w/ changelog (#16783)
1 parent b6c9696 commit 5af6a8e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 8.1.3 "gelatin-key" (2019-08-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **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)
8+
9+
10+
### Features
11+
12+
* **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))
13+
14+
15+
116
## 8.1.2 "bologna-bayou" (2019-07-29)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"format": "yarn -s format:ts && yarn -s format:bazel",
3636
"cherry-pick-patch": "ts-node --project tools/cherry-pick-patch/ tools/cherry-pick-patch/cherry-pick-patch.ts"
3737
},
38-
"version": "8.1.2",
38+
"version": "8.1.3",
3939
"requiredAngularVersion": "^8.0.0 || ^9.0.0-0",
4040
"requiredMDCVersion": "^3.0.0",
4141
"dependencies": {

0 commit comments

Comments
 (0)