Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare releases for packages with toggleAttribute feature #543

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update changelogs
  • Loading branch information
justinfagnani committed Mar 29, 2023
commit b72ca93d0445fd8fa945bf0a34bc5dd242a0e152
1 change: 1 addition & 0 deletions packages/custom-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

- Add support for `Element.toggleAttribute()` ([#541](https://github.com/webcomponents/polyfills/pull/541))
- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))

## [1.5.1] - 2022-10-20

4 changes: 3 additions & 1 deletion packages/html-imports/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))

## [1.3.0] - 2021-08-02

4 changes: 3 additions & 1 deletion packages/scoped-custom-element-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))

## [0.0.8] - 2023-02-03

4 changes: 3 additions & 1 deletion packages/shadycss/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))

## [1.11.1] - 2022-10-20

1 change: 1 addition & 0 deletions packages/shadydom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased

- Add support for `Element.toggleAttribute()` ([#541](https://github.com/webcomponents/polyfills/pull/541))
- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))

## [1.10.0] - 2022-10-20

4 changes: 3 additions & 1 deletion packages/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

<!-- ## Unreleased -->
## Unreleased

- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))

## [1.5.0] - 2021-08-02

4 changes: 3 additions & 1 deletion packages/url/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

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

- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))

## [0.7.8] - 2021-08-02

4 changes: 3 additions & 1 deletion packages/webcomponentsjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

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

- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))

- Polyfill `Element.toggleAttribute()`. ([#541](https://github.com/webcomponents/polyfills/pull/541))