Skip to content

Commit 2064d8a

Browse files
committed
build: fixup changelog
1 parent 6f00085 commit 2064d8a

File tree

2 files changed

+31
-33
lines changed

2 files changed

+31
-33
lines changed

packages/router/CHANGELOG.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.6.0 (2025-10-14)
1+
## [4.6.0](https://github.com/vuejs/router/compare/v4.5.1...v4.6.0) (2025-10-14)
22

33
This release refactors the build to use `tsup`. Please report any issue you may find regarding to types or incorrectly unresolved exports
44

@@ -18,7 +18,7 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
1818

1919
- parseURL minor improvements ([f89a842](https://github.com/vuejs/router/commit/f89a842f580a632bdb60a7ef84fd119f4bf3e199))
2020

21-
## 4.5.1 (2025-04-25)
21+
## [4.5.1](https://github.com/vuejs/router/compare/v4.5.0...v4.5.1) (2025-04-25)
2222

2323
### Features
2424

@@ -29,7 +29,7 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
2929

3030
- missing viewTransition prop on RouterLink ([#2465](https://github.com/vuejs/router/issues/2465)) ([2ddd19f](https://github.com/vuejs/router/commit/2ddd19fcfb9877b6952d55c75989fea6ba6a1367))
3131

32-
## 4.5.0 (2024-11-25)
32+
## [4.5.0](https://github.com/vuejs/router/compare/v4.4.5...v4.5.0) (2024-11-25)
3333

3434
### Features
3535

@@ -42,15 +42,15 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
4242
- custom directive doesn't work when custom=true ([#2377](https://github.com/vuejs/router/issues/2377)) ([0d8d997](https://github.com/vuejs/router/commit/0d8d9978cbf1cae77ee4d9ac6cec69cc341a8243))
4343
- **router:** allow duplicated navigation on back + redirect ([#2133](https://github.com/vuejs/router/issues/2133)) ([d992bb2](https://github.com/vuejs/router/commit/d992bb2085cadf01b270e4f04b3d91c4fd5a70e3))
4444

45-
## 4.4.5 (2024-09-13)
45+
## [4.4.5](https://github.com/vuejs/router/compare/v4.4.4...v4.4.5) (2024-09-13)
4646

4747
### Bug Fixes
4848

4949
- fix mods in aliases ([5e20afb](https://github.com/vuejs/router/commit/5e20afb899503aa2101b3e67fd6341d26d2865cd))
5050
- make internal property non enumerable ([a8df616](https://github.com/vuejs/router/commit/a8df616bfda2feb7aa6b738054a02e241d4f276b))
5151
- mods must be added only wiht defineProperty ([c7dd2a1](https://github.com/vuejs/router/commit/c7dd2a1d686beecbc6883c3f9614c50aea30a5d2))
5252

53-
## 4.4.4 (2024-09-10)
53+
## [4.4.4](https://github.com/vuejs/router/compare/v4.4.3...v4.4.4) (2024-09-10)
5454

5555
### Features
5656

@@ -60,19 +60,19 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
6060

6161
- **ssr:** handle symboless Modules in dynamic imports ([#2355](https://github.com/vuejs/router/issues/2355)) ([4861467](https://github.com/vuejs/router/commit/4861467e60a9e20d00cb46e4b9bbce1a2e129e0e))
6262

63-
## 4.4.3 (2024-08-06)
63+
## [4.4.3](https://github.com/vuejs/router/compare/v4.4.2...v4.4.3) (2024-08-06)
6464

6565
### Bug Fixes
6666

6767
- reorder exports in `package.json` ([#2323](https://github.com/vuejs/router/issues/2323)) ([7422b15](https://github.com/vuejs/router/commit/7422b15e6fcf57819f82a1384c9a2a73e32e186f))
6868

69-
## 4.4.2 (2024-08-01)
69+
## [4.4.2](https://github.com/vuejs/router/compare/v4.4.1...v4.4.2) (2024-08-01)
7070

7171
### Bug Fixes
7272

7373
- **types:** revert stricter meta ([d4d0087](https://github.com/vuejs/router/commit/d4d0087eae5721f73bde445be33407875a92a1ca)), closes [#2319](https://github.com/vuejs/router/issues/2319)
7474

75-
## 4.4.1 (2024-07-31)
75+
## [4.4.1](https://github.com/vuejs/router/compare/v4.4.0...v4.4.1) (2024-07-31)
7676

7777
### Features
7878

@@ -83,45 +83,45 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
8383
- router typescript definations related to vue package ([#2295](https://github.com/vuejs/router/issues/2295)) ([a495ce0](https://github.com/vuejs/router/commit/a495ce0e1d545d521673d21af43e63a761b53e27))
8484
- **types:** stricter meta with required fields ([423d9f7](https://github.com/vuejs/router/commit/423d9f763ed033dd6687ce7687c859c92554a60d))
8585

86-
## 4.4.0 (2024-06-21)
86+
## [4.4.0](https://github.com/vuejs/router/compare/v4.4.0-alpha.3...v4.4.0) (2024-06-21)
8787

88-
## 4.4.0-alpha.3 (2024-06-19)
88+
## [4.4.0-alpha.3](https://github.com/vuejs/router/compare/v4.4.0-alpha.2...v4.4.0-alpha.3) (2024-06-19)
8989

9090
### Features
9191

9292
- add a clearRoutes method ([abe223d](https://github.com/vuejs/router/commit/abe223dab44a092682eed5f77b0e231ff2392076))
9393

94-
## 4.4.0-alpha.2 (2024-06-12)
94+
## [4.4.0-alpha.2](https://github.com/vuejs/router/compare/v4.4.0-alpha.1...v4.4.0-alpha.2) (2024-06-12)
9595

9696
### Bug Fixes
9797

9898
- allow arbitrary strings in RouteLocationRaw ([a7a8452](https://github.com/vuejs/router/commit/a7a8452d137024d607d803a4009a5d55419259f2))
9999

100-
## 4.4.0-alpha.1 (2024-06-12)
100+
## [4.4.0-alpha.1](https://github.com/vuejs/router/compare/v4.4.0-alpha.0...v4.4.0-alpha.1) (2024-06-12)
101101

102102
### Features
103103

104104
- type useLink ([6a90774](https://github.com/vuejs/router/commit/6a907746db930161902d80e0d254c56e6a273482))
105105

106-
## 4.4.0-alpha.0 (2024-06-11)
106+
## [4.4.0-alpha.0](https://github.com/vuejs/router/compare/v4.3.3...v4.4.0-alpha.0) (2024-06-11)
107107

108108
### Features
109109

110110
- wip typed routes ([f92282b](https://github.com/vuejs/router/commit/f92282b896ccf92360d781832435e1ae86314e0e))
111111

112-
## 4.3.3 (2024-06-10)
112+
## [4.3.3](https://github.com/vuejs/router/compare/v4.3.2...v4.3.3) (2024-06-10)
113113

114114
### Performance Improvements
115115

116116
- use a binary search for insertMatcher ([#2137](https://github.com/vuejs/router/issues/2137)) ([e9f6ae3](https://github.com/vuejs/router/commit/e9f6ae3d61b91892f88fa26a6c224e0166b874ff))
117117

118-
## 4.3.2 (2024-04-18)
118+
## [4.3.2](https://github.com/vuejs/router/compare/v4.3.1...v4.3.2) (2024-04-18)
119119

120120
### Bug Fixes
121121

122122
- Revert "fix: avoid normalizing the fullPath ([#2189](https://github.com/vuejs/router/issues/2189))" ([b78aa98](https://github.com/vuejs/router/commit/b78aa98792e86e08b76eb879e496fe1c300c1e18)), closes [vuejs/router#2216](https://github.com/vuejs/router/issues/2216)
123123

124-
## 4.3.1 (2024-04-17)
124+
## [4.3.1](https://github.com/vuejs/router/compare/v4.3.0...v4.3.1) (2024-04-17)
125125

126126
### Features
127127

@@ -132,7 +132,7 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
132132

133133
- avoid normalizing the fullPath ([#2189](https://github.com/vuejs/router/issues/2189)) ([c54fc84](https://github.com/vuejs/router/commit/c54fc8407bd1944a3b724fbcc7f6fbac5ff45f0f)), closes [vuejs/router#2187](https://github.com/vuejs/router/issues/2187)
134134

135-
## 4.3.0 (2024-02-21)
135+
## [4.3.0](https://github.com/vuejs/router/compare/v4.2.5...v4.3.0) (2024-02-21)
136136

137137
### Features
138138

@@ -146,33 +146,33 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
146146
- handle undefined path in router resolve ([0ec4862](https://github.com/vuejs/router/commit/0ec4862ff54207c1c207027ed240e24efcfeb6cf))
147147
- keep optional params coming from a parent record ([#2031](https://github.com/vuejs/router/issues/2031)) ([04b50e5](https://github.com/vuejs/router/commit/04b50e5a2cf82f896f5200497386d8a2acdae738))
148148

149-
## 4.2.5 (2023-09-22)
149+
## [4.2.5](https://github.com/vuejs/router/compare/v4.2.4...v4.2.5) (2023-09-22)
150150

151151
### Bug Fixes
152152

153153
- **devtools:** display children with empty parent ([d7af338](https://github.com/vuejs/router/commit/d7af338d9e27e77ac109bf7495e057a2df9a8752)), closes [posva/unplugin-vue-router#235](https://github.com/posva/unplugin-vue-router/issues/235)
154154

155-
## 4.2.4 (2023-07-06)
155+
## [4.2.4](https://github.com/vuejs/router/compare/v4.2.3...v4.2.4) (2023-07-06)
156156

157157
### Bug Fixes
158158

159159
- allow removing guards within the guard ([d60d36c](https://github.com/vuejs/router/commit/d60d36c49bbbd308618926ff0131890bfed2cdff))
160160

161-
## 4.2.3 (2023-07-05)
161+
## [4.2.3](https://github.com/vuejs/router/compare/v4.2.2...v4.2.3) (2023-07-05)
162162

163163
### Performance Improvements
164164

165165
- use getter instead of `computed` for route location ([#1916](https://github.com/vuejs/router/issues/1916)) ([f1b839e](https://github.com/vuejs/router/commit/f1b839e7fc46d5b24dadb64cdc8e3cc95010ccfa))
166166

167-
## 4.2.2 (2023-05-29)
167+
## [4.2.2](https://github.com/vuejs/router/compare/v4.2.1...v4.2.2) (2023-05-29)
168168

169-
## 4.2.1 (2023-05-18)
169+
## [4.2.1](https://github.com/vuejs/router/compare/v4.2.0...v4.2.1) (2023-05-18)
170170

171171
### Bug Fixes
172172

173173
- **types:** revert declare module vue ([b8d417a](https://github.com/vuejs/router/commit/b8d417a5b81c94aa5eb252782b07cb2b471d3a4e))
174174

175-
## 4.2.0 (2023-05-11)
175+
## [4.2.0](https://github.com/vuejs/router/compare/v4.1.6...v4.2.0) (2023-05-11)
176176

177177
### Features
178178

@@ -186,21 +186,21 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
186186
- remove nullish params when resolving ([#1814](https://github.com/vuejs/router/issues/1814)) ([15e20cb](https://github.com/vuejs/router/commit/15e20cbb7baedb42e44e10d5d69ffb2a3124360f))
187187
- **warn:** avoid redundant usage warn ([#1797](https://github.com/vuejs/router/issues/1797)) ([bbd80ad](https://github.com/vuejs/router/commit/bbd80adb627d4ee3f3e0ef7f7a1f99a2c5e0edf6))
188188

189-
## 4.1.6 (2022-10-24)
189+
## [4.1.6](https://github.com/vuejs/router/compare/v4.1.5...v4.1.6) (2022-10-24)
190190

191191
### Features
192192

193193
- **matcher:** avoid empty records to be reached ([756f755](https://github.com/vuejs/router/commit/756f755731284f0f1899a2f8b62cb074b6f0f842))
194194
- **types:** improve link and view slots ([#1544](https://github.com/vuejs/router/issues/1544)) ([4a0cc8b](https://github.com/vuejs/router/commit/4a0cc8b9c1e642cdf47cc007fa5bbebde70afc66))
195195

196-
## 4.1.5 (2022-08-26)
196+
## [4.1.5](https://github.com/vuejs/router/compare/v4.1.4...v4.1.5) (2022-08-26)
197197

198198
### Features
199199

200200
- **warn:** better wording ([4cc3093](https://github.com/vuejs/router/commit/4cc3093d0485cbd968ff096d1878bee40b7e47a9)), closes [#1530](https://github.com/vuejs/router/issues/1530)
201201
- **warn:** warn against removed params ([fdbaf83](https://github.com/vuejs/router/commit/fdbaf83a5fa359343697ec26f4f4a54aac73b241)), closes [#1527](https://github.com/vuejs/router/issues/1527)
202202

203-
## 4.1.4 (2022-08-22)
203+
## [4.1.4](https://github.com/vuejs/router/compare/v4.1.3...v4.1.4) (2022-08-22)
204204

205205
### Features
206206

@@ -212,7 +212,7 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
212212
- **build:** remove devtools in cjs production ([5b8983d](https://github.com/vuejs/router/commit/5b8983d04592c1420837c4533ee3b6cf6a07a314)), closes [#1524](https://github.com/vuejs/router/issues/1524)
213213
- **matcher:** remove unused params ([e887570](https://github.com/vuejs/router/commit/e8875705eb8b8a0756544174b85a1a3c2de55ff6)), closes [#1497](https://github.com/vuejs/router/issues/1497)
214214

215-
## 4.1.3 (2022-07-27)
215+
## [4.1.3](https://github.com/vuejs/router/compare/v4.1.2...v4.1.3) (2022-07-27)
216216

217217
### Bug Fixes
218218

@@ -221,7 +221,7 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
221221
- **matcher:** correctly resolve empty paths with optional params ([4d5182a](https://github.com/vuejs/router/commit/4d5182a3e8e74e1bb66b641c39391349be6d963b)), closes [#1475](https://github.com/vuejs/router/issues/1475)
222222
- **types:** allow redirect with children ([9f0d999](https://github.com/vuejs/router/commit/9f0d9997b681b33b5ad2180399612fba14898372)), closes [#1476](https://github.com/vuejs/router/issues/1476)
223223

224-
## 4.1.2 (2022-07-11)
224+
## [4.1.2](https://github.com/vuejs/router/compare/v4.1.1...v4.1.2) (2022-07-11)
225225

226226
### Features
227227

@@ -234,15 +234,15 @@ There is a new `vue-router/experimental` export which is used mainly by `unplugi
234234
- **types:** adds ESM export of types ([#1457](https://github.com/vuejs/router/issues/1457)) ([e82a89c](https://github.com/vuejs/router/commit/e82a89c19a367fd91348c0e0f2bbbdacb646d2aa))
235235
- **types:** allow `symbol` type ([#1460](https://github.com/vuejs/router/issues/1460)) ([0f053db](https://github.com/vuejs/router/commit/0f053db4cbafdac8d5174e9ae841969274f916f1))
236236

237-
## 4.1.1 (2022-07-05)
237+
## [4.1.1](https://github.com/vuejs/router/compare/v4.1.0...v4.1.1) (2022-07-05)
238238

239239
### Bug Fixes
240240

241241
- remove browser export ([64b1ccf](https://github.com/vuejs/router/commit/64b1ccf25166882af4dffc194bc5b796c472096a))
242242
- **types:** allow simpler type check of route records ([#1453](https://github.com/vuejs/router/issues/1453)) ([e3078a4](https://github.com/vuejs/router/commit/e3078a4190c799ec4f01fa5c46d64c54c0e95034)), closes [#1452](https://github.com/vuejs/router/issues/1452)
243243
- **types:** remove unnecessary readonly ([4bb989d](https://github.com/vuejs/router/commit/4bb989d36798243df1eb186c4ec01d9fd97d1f26))
244244

245-
## 4.1.0 (2022-07-04)
245+
## [4.1.0](https://github.com/vuejs/router/compare/v4.0.16...v4.1.0) (2022-07-04)
246246

247247
### Features
248248

scripts/release.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,7 @@ async function main() {
305305
...(pkg.name === MAIN_PKG_NAME && IS_MAIN_PKG_ROOT
306306
? [join(pkg.path, 'src'), join(pkg.path, 'package.json')]
307307
: ['.']),
308-
...(pkg.name === MAIN_PKG_NAME && IS_MAIN_PKG_ROOT
309-
? []
310-
: ['--lerna-package', pkg.name]),
308+
...(pkg.name === MAIN_PKG_NAME ? [] : ['--lerna-package', pkg.name]),
311309
...(pkg.name === MAIN_PKG_NAME
312310
? []
313311
: ['--tag-prefix', `${pkg.name}@`]),

0 commit comments

Comments
 (0)