File tree Expand file tree Collapse file tree 3 files changed +16
-21
lines changed
Expand file tree Collapse file tree 3 files changed +16
-21
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments