Skip to content

Commit

Permalink
Merge pull request #2136 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
BobrImperator authored Sep 23, 2024
2 parents 7fd8e69 + 0eeadc9 commit 0474dfc
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"solution": {
"qunit-dom": {
"impact": "patch",
"oldVersion": "3.2.0",
"newVersion": "3.2.1",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
}
],
"pkgJSONPath": "./packages/qunit-dom/package.json"
}
},
"description": "## Release (2024-09-23)\n\nqunit-dom 3.2.1 (patch)\n\n#### :memo: Documentation\n* `qunit-dom`\n * [#2132](https://github.com/mainmatter/qunit-dom/pull/2132) Regenerate docs ([@CvX](https://github.com/CvX))\n\n#### :house: Internal\n* `qunit-dom`\n * [#2135](https://github.com/mainmatter/qunit-dom/pull/2135) chore(release): migrate to release-plan ([@BobrImperator](https://github.com/BobrImperator))\n\n#### Committers: 2\n- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))\n- Jarek Radosz ([@CvX](https://github.com/CvX))\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2024-09-23)

qunit-dom 3.2.1 (patch)

#### :memo: Documentation
* `qunit-dom`
* [#2132](https://github.com/mainmatter/qunit-dom/pull/2132) Regenerate docs ([@CvX](https://github.com/CvX))

#### :house: Internal
* `qunit-dom`
* [#2135](https://github.com/mainmatter/qunit-dom/pull/2135) chore(release): migrate to release-plan ([@BobrImperator](https://github.com/BobrImperator))

#### Committers: 2
- Bartlomiej Dudzik ([@BobrImperator](https://github.com/BobrImperator))
- Jarek Radosz ([@CvX](https://github.com/CvX))




Expand Down
2 changes: 1 addition & 1 deletion packages/qunit-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qunit-dom",
"version": "3.2.0",
"version": "3.2.1",
"description": "High Level DOM Assertions for QUnit",
"keywords": [
"browser",
Expand Down

0 comments on commit 0474dfc

Please sign in to comment.