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
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion packages/custom-elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
## [1.6.0] - 2023-03-30

- Add support for `Element.toggleAttribute()` ([#541](https://github.com/webcomponents/polyfills/pull/541))
- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))
Expand Down
4 changes: 2 additions & 2 deletions packages/custom-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcomponents/custom-elements",
"version": "1.5.1",
"version": "1.6.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -37,6 +37,6 @@
],
"devDependencies": {
"@webcomponents/html-imports": "^1.3.0",
"@webcomponents/shadydom": "^1.10.0"
"@webcomponents/shadydom": "^1.11.0"
}
}
2 changes: 1 addition & 1 deletion packages/shadydom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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
## [1.11.0] - 2022-10-20

- Add support for `Element.toggleAttribute()` ([#541](https://github.com/webcomponents/polyfills/pull/541))
- Update dependencies ([#542](https://github.com/webcomponents/polyfills/pull/542))
Expand Down
2 changes: 1 addition & 1 deletion packages/shadydom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcomponents/shadydom",
"version": "1.10.0",
"version": "1.11.0",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"@web/test-runner-mocha": "^0.7.5",
"@web/test-runner-playwright": "^0.8.9",
"@web/test-runner-saucelabs": "^0.8.1",
"@webcomponents/custom-elements": "^1.5.0",
"@webcomponents/custom-elements": "^1.6.0",
"@webcomponents/formdata-event": "^0.0.3",
"@webcomponents/html-imports": "^1.3.0",
"@webcomponents/shadycss": "^1.11.0",
"@webcomponents/shadydom": "^1.9.0",
"@webcomponents/shadydom": "^1.11.0",
"@webcomponents/template": "^1.5.0",
"@webcomponents/webcomponentsjs": "^2.6.0",
"@webcomponents/webcomponentsjs": "^2.8.0",
"browser-capabilities": "^1.1.4",
"chai": "^4.3.6",
"core-js": "^3.22.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/webcomponentsjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ 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]

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

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

## [2.7.0] - 2022-10-20

Expand Down
6 changes: 3 additions & 3 deletions packages/webcomponentsjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webcomponents/webcomponentsjs",
"version": "2.7.0",
"version": "2.8.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -38,9 +38,9 @@
"shim"
],
"devDependencies": {
"@webcomponents/custom-elements": "^1.5.1",
"@webcomponents/custom-elements": "^1.6.0",
"@webcomponents/shadycss": "^1.11.1",
"@webcomponents/shadydom": "^1.10.0",
"@webcomponents/shadydom": "^1.11.0",
"@webcomponents/template": "^1.5.0",
"@webcomponents/url": "^0.7.8",
"babel-preset-minify": "^0.4.3",
Expand Down