Skip to content

Commit a36c8e4

Browse files
committed
Update change logs for releases.
1 parent 6e1184a commit a36c8e4

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

packages/custom-elements/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- ## Unreleased -->
99

10-
## Unreleased
10+
## [1.5.1] - 2022-10-20
1111

1212
- Don't write to window.CustomElementsRegistry unless we're also writing to window.customElements. ([#524](https://github.com/webcomponents/polyfills/pull/524))
1313
- Update TypeScript and upstream internal changes.

packages/shadycss/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Unreleased
8+
<!-- ## Unreleased -->
9+
10+
## [1.11.1] - 2022-10-20
911

1012
- Upstream internal changes to 'style-settings.js'.
1113
([#467](https://github.com/webcomponents/polyfills/pull/467))
1214

13-
## [1.11.0] - 2021-08.02
15+
## [1.11.0] - 2021-08-02
1416

1517
- Add TS externs. ([#457](https://github.com/webcomponents/polyfills/pull/457))
1618

packages/shadydom/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
<!-- ## Unreleased -->
99

10-
## Unreleased
10+
## [1.10.0] - 2022-10-20
1111

1212
- Fix focus/blur events to be usable without wrapped `addEventListener` in
1313
`noPatch` mode. ([#502](https://github.com/webcomponents/polyfills/pull/502))

packages/webcomponentsjs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
<!-- ## [Unreleased] -->
1010

11-
## [Unreleased]
11+
## [2.7.0] - 2022-10-20
1212

1313
- Polyfill `addEventListener/removeEventListener` event listener options,
1414
including `{capture: boolean, once: boolean}`.

0 commit comments

Comments
 (0)