Skip to content

Commit

Permalink
Merge pull request #2140 from mainmatter/release-preview
Browse files Browse the repository at this point in the history
Prepare Release
  • Loading branch information
BobrImperator authored Nov 10, 2024
2 parents 8c618e0 + d52b4d8 commit 80e365f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
"solution": {
"qunit-dom": {
"impact": "patch",
"oldVersion": "3.2.0",
"newVersion": "3.2.1",
"impact": "minor",
"oldVersion": "3.2.1",
"newVersion": "3.3.0",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :memo: Documentation"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"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"
"description": "## Release (2024-11-10)\n\nqunit-dom 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `qunit-dom`\n * [#2147](https://github.com/mainmatter/qunit-dom/pull/2147) feature: add HTML matching methods ([@CvX](https://github.com/CvX))\n\n#### Committers: 1\n- Jarek Radosz ([@CvX](https://github.com/CvX))\n"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## Release (2024-11-10)

qunit-dom 3.3.0 (minor)

#### :rocket: Enhancement
* `qunit-dom`
* [#2147](https://github.com/mainmatter/qunit-dom/pull/2147) feature: add HTML matching methods ([@CvX](https://github.com/CvX))

#### Committers: 1
- Jarek Radosz ([@CvX](https://github.com/CvX))

## Release (2024-09-23)

qunit-dom 3.2.1 (patch)
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.1",
"version": "3.3.0",
"description": "High Level DOM Assertions for QUnit",
"keywords": [
"browser",
Expand Down

0 comments on commit 80e365f

Please sign in to comment.