Skip to content

Commit 80e365f

Browse files
Merge pull request #2140 from mainmatter/release-preview
Prepare Release
2 parents 8c618e0 + d52b4d8 commit 80e365f

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

.release-plan.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
{
22
"solution": {
33
"qunit-dom": {
4-
"impact": "patch",
5-
"oldVersion": "3.2.0",
6-
"newVersion": "3.2.1",
4+
"impact": "minor",
5+
"oldVersion": "3.2.1",
6+
"newVersion": "3.3.0",
77
"constraints": [
88
{
9-
"impact": "patch",
10-
"reason": "Appears in changelog section :memo: Documentation"
11-
},
12-
{
13-
"impact": "patch",
14-
"reason": "Appears in changelog section :house: Internal"
9+
"impact": "minor",
10+
"reason": "Appears in changelog section :rocket: Enhancement"
1511
}
1612
],
1713
"pkgJSONPath": "./packages/qunit-dom/package.json"
1814
}
1915
},
20-
"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+
"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"
2117
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## Release (2024-11-10)
4+
5+
qunit-dom 3.3.0 (minor)
6+
7+
#### :rocket: Enhancement
8+
* `qunit-dom`
9+
* [#2147](https://github.com/mainmatter/qunit-dom/pull/2147) feature: add HTML matching methods ([@CvX](https://github.com/CvX))
10+
11+
#### Committers: 1
12+
- Jarek Radosz ([@CvX](https://github.com/CvX))
13+
314
## Release (2024-09-23)
415

516
qunit-dom 3.2.1 (patch)

packages/qunit-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qunit-dom",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "High Level DOM Assertions for QUnit",
55
"keywords": [
66
"browser",

0 commit comments

Comments
 (0)