Skip to content

Commit 2dc7a68

Browse files
Prepare Release v3.0.1 using 'release-plan' (#1706)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b6b7a48 commit 2dc7a68

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
lines changed

.release-plan.json

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,18 @@
11
{
22
"solution": {
33
"tether": {
4-
"impact": "major",
5-
"oldVersion": "2.0.0",
6-
"newVersion": "3.0.0",
4+
"impact": "patch",
5+
"oldVersion": "3.0.0",
6+
"newVersion": "3.0.1",
77
"tagName": "latest",
88
"constraints": [
9-
{
10-
"impact": "major",
11-
"reason": "Appears in changelog section :boom: Breaking Change"
12-
},
13-
{
14-
"impact": "minor",
15-
"reason": "Appears in changelog section :rocket: Enhancement"
16-
},
179
{
1810
"impact": "patch",
1911
"reason": "Appears in changelog section :bug: Bug Fix"
20-
},
21-
{
22-
"impact": "patch",
23-
"reason": "Appears in changelog section :memo: Documentation"
24-
},
25-
{
26-
"impact": "patch",
27-
"reason": "Appears in changelog section :house: Internal"
2812
}
2913
],
3014
"pkgJSONPath": "./package.json"
3115
}
3216
},
33-
"description": "## Release (2025-12-05)\n\n* tether 3.0.0 (major)\n\n#### :boom: Breaking Change\n* `tether`\n * [#1114](https://github.com/shipshapecode/tether/pull/1114) Drop support for node < 16 ([@monshan](https://github.com/monshan))\n\n#### :rocket: Enhancement\n* `tether`\n * [#1075](https://github.com/shipshapecode/tether/pull/1075) Remove the markers when tether is destroyed ([@pieter-v](https://github.com/pieter-v))\n\n#### :bug: Bug Fix\n* `tether`\n * [#835](https://github.com/shipshapecode/tether/pull/835) Fix \"document is not defined\" error ([@diegohaz](https://github.com/diegohaz))\n\n#### :memo: Documentation\n* `tether`\n * [#1052](https://github.com/shipshapecode/tether/pull/1052) docs: update CDN url ([@drl990114](https://github.com/drl990114))\n\n#### :house: Internal\n* `tether`\n * [#1703](https://github.com/shipshapecode/tether/pull/1703) Add Release plan ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n * [#1702](https://github.com/shipshapecode/tether/pull/1702) Switch to pnpm ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 5\n- Haz ([@diegohaz](https://github.com/diegohaz))\n- Marika Shanahan ([@monshan](https://github.com/monshan))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- [@pieter-v](https://github.com/pieter-v)\n- drl990114 ([@drl990114](https://github.com/drl990114))\n"
17+
"description": "## Release (2025-12-05)\n\n* tether 3.0.1 (patch)\n\n#### :bug: Bug Fix\n* `tether`\n * [#1705](https://github.com/shipshapecode/tether/pull/1705) Add prepare to ensure dist is published ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
3418
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## Release (2025-12-05)
44

5+
* tether 3.0.1 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `tether`
9+
* [#1705](https://github.com/shipshapecode/tether/pull/1705) Add prepare to ensure dist is published ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
10+
11+
#### Committers: 1
12+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
13+
14+
## Release (2025-12-05)
15+
516
* tether 3.0.0 (major)
617

718
#### :boom: Breaking Change

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tether",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)