Skip to content

Commit b99185f

Browse files
committed
Update change logs for releases.
1 parent df6fd0d commit b99185f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/scoped-custom-element-registry/CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,27 @@ 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+
## [0.0.8] - 2023-02-03
911

1012
### Fixed
1113

1214
- toggleAttribute polyfill now retains the force argument if it is present
1315

14-
# [0.0.7] - 2023-01-06
16+
## [0.0.7] - 2023-01-06
1517

1618
### Fixed
1719

1820
- Polyfilled ElementInternals prototype methods now return their original value.
1921

20-
# [0.0.5] - 2022-02-18
22+
## [0.0.5] - 2022-02-18
2123

2224
### Fixed
2325

2426
- Replaced `self` with `typeof globalThis === 'object' ? globalThis : window` for compatibility with Node (for SSR).
2527

26-
# [0.0.4] - 2022-01-27
28+
## [0.0.4] - 2022-01-27
2729

2830
### Fixed
2931

0 commit comments

Comments
 (0)