Skip to content

Commit 1f026aa

Browse files
Elliott Marquezcopybara-github
authored andcommitted
fix(linear-progress): distribute element with TS resizeObserver types
PiperOrigin-RevId: 336181047
1 parent fc5c2bc commit 1f026aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
<!-- ## Unreleased -->
88

9+
## [v0.19.1] - 2020-10-08
10+
11+
### Fixed
12+
13+
- `linear-progress`
14+
- Fix distributed build by including ResizeObserver types
15+
916
## [v0.19.0] - 2020-10-07
1017

1118
### Added

packages/linear-progress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"dependencies": {
1919
"@material/linear-progress": "=8.0.0-canary.774dcfc8e.0",
2020
"@material/theme": "=8.0.0-canary.774dcfc8e.0",
21+
"@types/resize-observer-browser": "^0.1.3",
2122
"lit-element": "^2.3.0",
2223
"lit-html": "^1.1.2",
2324
"tslib": "^1.10.0"
2425
},
2526
"devDependencies": {
26-
"@types/resize-observer-browser": "^0.1.3"
2727
},
2828
"publishConfig": {
2929
"access": "public"

0 commit comments

Comments
 (0)