Skip to content

Commit cfce7e6

Browse files
committed
Unbold date
1 parent 038ad94 commit cfce7e6

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

CHANGELOG.md

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
145145
146146
## v6.X.Y
147147
148-
**Date:** YYYY-MM-DD
148+
Date: YYYY-MM-DD
149149
150150
### What's Changed
151151
@@ -162,7 +162,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
162162

163163
## v6.21.1
164164

165-
**Date:** 2023-12-21
165+
Date: 2023-12-21
166166

167167
### Patch Changes
168168

@@ -174,7 +174,7 @@ We manage release notes in this file instead of the paginated Github Releases Pa
174174

175175
## v6.21.0
176176

177-
**Date:** 2023-12-13
177+
Date: 2023-12-13
178178

179179
### What's Changed
180180

@@ -205,7 +205,7 @@ We added a new `future.v7_partialHydration` future flag for the `@remix-run/rout
205205

206206
## v6.20.1
207207

208-
**Date:** 2023-12-01
208+
Date: 2023-12-01
209209

210210
### Patch Changes
211211

@@ -217,7 +217,7 @@ We added a new `future.v7_partialHydration` future flag for the `@remix-run/rout
217217

218218
## v6.20.0
219219

220-
**Date:** 2023-11-22
220+
Date: 2023-11-22
221221

222222
> [!WARNING]
223223
> Please use version `6.20.1` or later instead of `6.20.0`. We discovered that a large number of apps were relying on buggy behavior that was fixed in this release ([#11045](https://github.com/remix-run/react-router/pull/11045)). We reverted the fix in `6.20.1` and will be re-introducing it behind a future flag in a subsequent release. See [#11052](https://github.com/remix-run/react-router/issues/11052#issuecomment-1836589329) for more details.
@@ -237,7 +237,7 @@ We added a new `future.v7_partialHydration` future flag for the `@remix-run/rout
237237

238238
## v6.19.0
239239

240-
**Date:** 2023-11-16
240+
Date: 2023-11-16
241241

242242
> [!WARNING]
243243
> Please use version `6.20.1` or later instead of `6.19.0`. We discovered that a large number of apps were relying on buggy behavior that was fixed in this release ([#10983](https://github.com/remix-run/react-router/pull/10983)). We reverted the fix in `6.20.1` and will be re-introducing it behind a future flag in a subsequent release. See [#11052](https://github.com/remix-run/react-router/issues/11052#issuecomment-1836589329) for more details.
@@ -295,7 +295,7 @@ function handleClick() {
295295

296296
## v6.18.0
297297

298-
**Date:** 2023-10-31
298+
Date: 2023-10-31
299299

300300
### What's Changed
301301

@@ -338,7 +338,7 @@ Per the same [RFC](https://github.com/remix-run/remix/discussions/7698) as above
338338

339339
## v6.17.0
340340

341-
**Date:** 2023-10-16
341+
Date: 2023-10-16
342342

343343
### What's Changed
344344

@@ -400,7 +400,7 @@ For more information on using the View Transitions API, please refer to the [Smo
400400

401401
## v6.16.0
402402

403-
**Date:** 2023-09-13
403+
Date: 2023-09-13
404404

405405
### Minor Changes
406406

@@ -423,7 +423,7 @@ For more information on using the View Transitions API, please refer to the [Smo
423423

424424
## v6.15.0
425425

426-
**Date:** 2023-08-10
426+
Date: 2023-08-10
427427

428428
### Minor Changes
429429

@@ -443,7 +443,7 @@ For more information on using the View Transitions API, please refer to the [Smo
443443

444444
## v6.14.2
445445

446-
**Date:** 2023-07-17
446+
Date: 2023-07-17
447447

448448
### Patch Changes
449449

@@ -459,7 +459,7 @@ For more information on using the View Transitions API, please refer to the [Smo
459459

460460
## v6.14.1
461461

462-
**Date:** 2023-06-30
462+
Date: 2023-06-30
463463

464464
### Patch Changes
465465

@@ -472,7 +472,7 @@ For more information on using the View Transitions API, please refer to the [Smo
472472

473473
## v6.14.0
474474

475-
**Date:** 2023-06-23
475+
Date: 2023-06-23
476476

477477
### What's Changed
478478

@@ -558,7 +558,7 @@ This behavior will likely change in v7 so it's best to make any JSON object subm
558558

559559
## v6.13.0
560560

561-
**Date:** 2023-06-14
561+
Date: 2023-06-14
562562

563563
### What's Changed
564564

@@ -600,7 +600,7 @@ We recommend folks adopt this flag sooner rather than later to be better compati
600600

601601
## v6.12.1
602602

603-
**Date:** 2023-06-08
603+
Date: 2023-06-08
604604

605605
> [!WARNING]
606606
> Please use version `6.13.0` or later instead of `6.12.0`/`6.12.1`. These versions suffered from some Webpack build/minification issues resulting failed builds or invalid minified code in your production bundles. See [#10569](https://github.com/remix-run/react-router/pull/10569) and [#10579](https://github.com/remix-run/react-router/issues/10579) for more details.
@@ -613,7 +613,7 @@ We recommend folks adopt this flag sooner rather than later to be better compati
613613

614614
## v6.12.0
615615

616-
**Date:** 2023-06-06
616+
Date: 2023-06-06
617617

618618
> [!WARNING]
619619
> Please use version `6.13.0` or later instead of `6.12.0`/`6.12.1`. These versions suffered from some Webpack build/minification issues resulting failed builds or invalid minified code in your production bundles. See [#10569](https://github.com/remix-run/react-router/pull/10569) and [#10579](https://github.com/remix-run/react-router/issues/10579) for more details.
@@ -641,7 +641,7 @@ With `6.12.0` we've added better support for suspending components by wrapping t
641641

642642
## v6.11.2
643643

644-
**Date:** 2023-05-17
644+
Date: 2023-05-17
645645

646646
### Patch Changes
647647

@@ -654,7 +654,7 @@ With `6.12.0` we've added better support for suspending components by wrapping t
654654

655655
## v6.11.1
656656

657-
**Date:** 2023-05-03
657+
Date: 2023-05-03
658658

659659
### Patch Changes
660660

@@ -668,7 +668,7 @@ With `6.12.0` we've added better support for suspending components by wrapping t
668668

669669
## v6.11.0
670670

671-
**Date:** 2023-04-28
671+
Date: 2023-04-28
672672

673673
### Minor Changes
674674

@@ -697,7 +697,7 @@ With `6.12.0` we've added better support for suspending components by wrapping t
697697

698698
## v6.10.0
699699

700-
**Date:** 2023-03-29
700+
Date: 2023-03-29
701701

702702
### What's Changed
703703

@@ -737,7 +737,7 @@ You can also check out the docs [here](https://reactrouter.com/en/dev/guides/api
737737

738738
## v6.9.0
739739

740-
**Date:** 2023-03-10
740+
Date: 2023-03-10
741741

742742
### What's Changed
743743

@@ -854,7 +854,7 @@ An example of this in action can be found in the [`examples/lazy-loading-router-
854854

855855
## v6.8.2
856856

857-
**Date:** 2023-02-27
857+
Date: 2023-02-27
858858

859859
### Patch Changes
860860

@@ -870,7 +870,7 @@ An example of this in action can be found in the [`examples/lazy-loading-router-
870870

871871
## v6.8.1
872872

873-
**Date:** 2023-02-06
873+
Date: 2023-02-06
874874

875875
### Patch Changes
876876

@@ -883,7 +883,7 @@ An example of this in action can be found in the [`examples/lazy-loading-router-
883883

884884
## v6.8.0
885885

886-
**Date:** 2023-01-26
886+
Date: 2023-01-26
887887

888888
### Minor Changes
889889

@@ -914,7 +914,7 @@ Support absolute URLs in `<Link to>`. If the URL is for the current origin, it w
914914

915915
## v6.7.0
916916

917-
**Date:** 2023-01-18
917+
Date: 2023-01-18
918918

919919
### Minor Changes
920920

@@ -936,7 +936,7 @@ Support absolute URLs in `<Link to>`. If the URL is for the current origin, it w
936936

937937
## v6.6.2
938938

939-
**Date:** 2023-01-09
939+
Date: 2023-01-09
940940

941941
### Patch Changes
942942

@@ -946,7 +946,7 @@ Support absolute URLs in `<Link to>`. If the URL is for the current origin, it w
946946

947947
## v6.6.1
948948

949-
**Date:** 2022-12-23
949+
Date: 2022-12-23
950950

951951
### Patch Changes
952952

@@ -957,7 +957,7 @@ Support absolute URLs in `<Link to>`. If the URL is for the current origin, it w
957957

958958
## v6.6.0
959959

960-
**Date:** 2022-12-21
960+
Date: 2022-12-21
961961

962962
### What's Changed
963963

@@ -982,7 +982,7 @@ This minor release is primarily to stabilize our SSR APIs for Data Routers now t
982982

983983
## v6.5.0
984984

985-
**Date:** 2022-12-16
985+
Date: 2022-12-16
986986

987987
### What's Changed
988988

@@ -1046,7 +1046,7 @@ function Comp() {
10461046

10471047
## v6.4.5
10481048

1049-
**Date:** 2022-12-07
1049+
Date: 2022-12-07
10501050

10511051
### Patch Changes
10521052

@@ -1060,7 +1060,7 @@ function Comp() {
10601060

10611061
## v6.4.4
10621062

1063-
**Date:** 2022-11-30
1063+
Date: 2022-11-30
10641064

10651065
### Patch Changes
10661066

@@ -1080,7 +1080,7 @@ function Comp() {
10801080

10811081
## v6.4.3
10821082

1083-
**Date:** 2022-11-01
1083+
Date: 2022-11-01
10841084

10851085
### Patch Changes
10861086

@@ -1100,7 +1100,7 @@ function Comp() {
11001100

11011101
## v6.4.2
11021102

1103-
**Date:** 2022-10-06
1103+
Date: 2022-10-06
11041104

11051105
### Patch Changes
11061106

@@ -1113,7 +1113,7 @@ function Comp() {
11131113

11141114
## v6.4.1
11151115

1116-
**Date:** 2022-09-22
1116+
Date: 2022-09-22
11171117

11181118
### Patch Changes
11191119

@@ -1124,7 +1124,7 @@ function Comp() {
11241124

11251125
## v6.4.0
11261126

1127-
**Date:** 2022-09-13
1127+
Date: 2022-09-13
11281128

11291129
### What's Changed
11301130

@@ -1159,7 +1159,7 @@ Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs ov
11591159

11601160
## v6.3.0
11611161

1162-
**Date:** 2022-03-31
1162+
Date: 2022-03-31
11631163

11641164
### Minor Changes
11651165

@@ -1169,7 +1169,7 @@ Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs ov
11691169

11701170
## v6.2.2
11711171

1172-
**Date:** 2022-02-28
1172+
Date: 2022-02-28
11731173

11741174
### Patch Changes
11751175

@@ -1180,7 +1180,7 @@ Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs ov
11801180

11811181
## v6.2.1
11821182

1183-
**Date:** 2021-12-17
1183+
Date: 2021-12-17
11841184

11851185
### Patch Changes
11861186

@@ -1190,7 +1190,7 @@ Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs ov
11901190

11911191
## v6.2.0
11921192

1193-
**Date:** 2021-12-17
1193+
Date: 2021-12-17
11941194

11951195
### Minor Changes
11961196

@@ -1205,7 +1205,7 @@ Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs ov
12051205

12061206
## v6.1.1
12071207

1208-
**Date:** 2021-12-11
1208+
Date: 2021-12-11
12091209

12101210
### Patch Changes
12111211

@@ -1215,7 +1215,7 @@ Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs ov
12151215

12161216
## v6.1.0
12171217

1218-
**Date:** 2021-12-10
1218+
Date: 2021-12-10
12191219

12201220
### Minor Changes
12211221

@@ -1232,7 +1232,7 @@ Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs ov
12321232

12331233
## v6.0.2
12341234

1235-
**Date:** 2021-11-09
1235+
Date: 2021-11-09
12361236

12371237
### Patch Changes
12381238

@@ -1242,7 +1242,7 @@ Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs ov
12421242

12431243
## v6.0.1
12441244

1245-
**Date:** 2021-11-05
1245+
Date: 2021-11-05
12461246

12471247
### Patch Changes
12481248

@@ -1253,7 +1253,7 @@ Whoa this is a big one! `6.4.0` brings all the data loading and mutation APIs ov
12531253

12541254
## v6.0.0
12551255

1256-
**Date:** 2021-11-03
1256+
Date: 2021-11-03
12571257

12581258
React Router v6 is here!
12591259

0 commit comments

Comments
 (0)