Skip to content

Commit 5179455

Browse files
Prepare Release v3.0.2 using 'release-plan' (#1708)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4330e1a commit 5179455

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-plan.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"solution": {
33
"tether": {
44
"impact": "patch",
5-
"oldVersion": "3.0.0",
6-
"newVersion": "3.0.1",
5+
"oldVersion": "3.0.1",
6+
"newVersion": "3.0.2",
77
"tagName": "latest",
88
"constraints": [
99
{
@@ -14,5 +14,5 @@
1414
"pkgJSONPath": "./package.json"
1515
}
1616
},
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"
17+
"description": "## Release (2025-12-07)\n\n* tether 3.0.2 (patch)\n\n#### :bug: Bug Fix\n* `tether`\n * [#1707](https://github.com/shipshapecode/tether/pull/1707) Guard against invalid removeChild ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 1\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n"
1818
}

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 (2025-12-07)
4+
5+
* tether 3.0.2 (patch)
6+
7+
#### :bug: Bug Fix
8+
* `tether`
9+
* [#1707](https://github.com/shipshapecode/tether/pull/1707) Guard against invalid removeChild ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
10+
11+
#### Committers: 1
12+
- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
13+
314
## Release (2025-12-05)
415

516
* tether 3.0.1 (patch)

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.1",
3+
"version": "3.0.2",
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)