File tree Expand file tree Collapse file tree 3 files changed +67
-1
lines changed
Expand file tree Collapse file tree 3 files changed +67
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "solution" : {
3+ "tether" : {
4+ "impact" : " major" ,
5+ "oldVersion" : " 2.0.0" ,
6+ "newVersion" : " 3.0.0" ,
7+ "tagName" : " latest" ,
8+ "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+ },
17+ {
18+ "impact" : " patch" ,
19+ "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"
28+ }
29+ ],
30+ "pkgJSONPath" : " ./package.json"
31+ }
32+ },
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"
34+ }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Release (2025-12-05)
4+
5+ * tether 3.0.0 (major)
6+
7+ #### :boom : Breaking Change
8+ * ` tether `
9+ * [ #1114 ] ( https://github.com/shipshapecode/tether/pull/1114 ) Drop support for node < 16 ([ @monshan ] ( https://github.com/monshan ) )
10+
11+ #### :rocket : Enhancement
12+ * ` tether `
13+ * [ #1075 ] ( https://github.com/shipshapecode/tether/pull/1075 ) Remove the markers when tether is destroyed ([ @pieter-v ] ( https://github.com/pieter-v ) )
14+
15+ #### :bug : Bug Fix
16+ * ` tether `
17+ * [ #835 ] ( https://github.com/shipshapecode/tether/pull/835 ) Fix "document is not defined" error ([ @diegohaz ] ( https://github.com/diegohaz ) )
18+
19+ #### :memo : Documentation
20+ * ` tether `
21+ * [ #1052 ] ( https://github.com/shipshapecode/tether/pull/1052 ) docs: update CDN url ([ @drl990114 ] ( https://github.com/drl990114 ) )
22+
23+ #### :house : Internal
24+ * ` tether `
25+ * [ #1703 ] ( https://github.com/shipshapecode/tether/pull/1703 ) Add Release plan ([ @RobbieTheWagner ] ( https://github.com/RobbieTheWagner ) )
26+ * [ #1702 ] ( https://github.com/shipshapecode/tether/pull/1702 ) Switch to pnpm ([ @RobbieTheWagner ] ( https://github.com/RobbieTheWagner ) )
27+
28+ #### Committers: 5
29+ - Haz ([ @diegohaz ] ( https://github.com/diegohaz ) )
30+ - Marika Shanahan ([ @monshan ] ( https://github.com/monshan ) )
31+ - Robbie Wagner ([ @RobbieTheWagner ] ( https://github.com/RobbieTheWagner ) )
32+ - [ @pieter-v ] ( https://github.com/pieter-v )
33+ - drl990114 ([ @drl990114 ] ( https://github.com/drl990114 ) )
34+
335Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
436Deprecated as of 10.7.0. Please use highlight(code, options) instead.
537https://github.com/highlightjs/highlight.js/issues/2277
Original file line number Diff line number Diff line change 11{
22 "name" : " tether" ,
3- "version" : " 2 .0.0" ,
3+ "version" : " 3 .0.0" ,
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