Skip to content

Commit f593c5b

Browse files
authored
Merge pull request #2138 from hashicorp/alex-ju/add-links-to-previous-docs
Add links to previous version docs
2 parents 415573e + 228ec71 commit f593c5b

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

packages/components/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## 4.4.0
44

5+
[4.4.0 documentation](https://hds-website-4-4-0.vercel.app/)
6+
57
### Minor Changes
68

79
Added re-export entries for TypeScript components
@@ -50,6 +52,8 @@ Fix missing TypeScript `declaration`
5052

5153
## 4.3.0
5254

55+
[4.3.0 documentation](https://hds-website-4-3-0.vercel.app/)
56+
5357
### Minor Changes
5458

5559
Added `hds-register-event` modifier (for internal use)
@@ -219,6 +223,8 @@ Fixed default export warnings by preventing `types.js` files from being reexport
219223

220224
## 4.2.0
221225

226+
[4.2.0 documentation](https://hds-website-4-2-0.vercel.app/)
227+
222228
### Minor Changes
223229

224230
`Link::Inline` - Converted component to TypeScript
@@ -283,6 +289,8 @@ You can still use this version if you import styles as Sass and don't require `d
283289

284290
## 4.1.0
285291

292+
[4.1.0 documentation](https://hds-website-4-1-0.vercel.app/)
293+
286294
### Minor Changes
287295

288296
`DismissButton` - Converted component to TypeScript
@@ -330,6 +338,8 @@ Removed `dialog-polyfill` dependency
330338

331339
## 4.0.0
332340

341+
[4.0.0 documentation](https://hds-website-4-0-0.vercel.app/)
342+
333343
### Major Changes
334344

335345
Converted Ember packages to v2 addon format.
@@ -470,6 +480,8 @@ Removed `ember-deep-tracked` dependency that was not used
470480

471481
## 3.6.0
472482

483+
[3.6.0 documentation](https://hds-website-3-6-0.vercel.app/)
484+
473485
### Minor Changes
474486

475487
_Since this is an update brand colors and product icons, we consider this a `minor` version release_
@@ -481,6 +493,8 @@ _Since this is an update brand colors and product icons, we consider this a `min
481493

482494
## 3.5.0
483495

496+
[3.5.0 documentation](https://hds-website-3-5-0.vercel.app/)
497+
484498
### Minor Changes
485499

486500
`IconTile` - updated component adding support for `vault-radar` product

website/docs/whats-new/release-notes/partials/components.md

+14
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
## 4.4.0
1616

17+
[4.4.0 documentation](https://hds-website-4-4-0.vercel.app/)
18+
1719
**Minor changes**
1820

1921
Added re-export entries for TypeScript components
@@ -62,6 +64,8 @@ Fix missing TypeScript `declaration`
6264

6365
## 4.3.0
6466

67+
[4.3.0 documentation](https://hds-website-4-3-0.vercel.app/)
68+
6569
**Minor changes**
6670

6771
Added `hds-register-event` modifier (for internal use)
@@ -231,6 +235,8 @@ Fixed default export warnings by preventing `types.js` files from being reexport
231235

232236
## 4.2.0
233237

238+
[4.2.0 documentation](https://hds-website-4-2-0.vercel.app/)
239+
234240
**Minor changes**
235241

236242
`Link::Inline` - Converted component to TypeScript
@@ -295,6 +301,8 @@ You can still use this version if you import styles as Sass and don't require `d
295301

296302
## 4.1.0
297303

304+
[4.1.0 documentation](https://hds-website-4-1-0.vercel.app/)
305+
298306
**Minor changes**
299307

300308
`DismissButton` - Converted component to TypeScript
@@ -342,6 +350,8 @@ Removed `dialog-polyfill` dependency
342350

343351
## 4.0.0
344352

353+
[4.0.0 documentation](https://hds-website-4-0-0.vercel.app/)
354+
345355
**Major changes**
346356

347357
Converted Ember packages to v2 addon format.
@@ -482,6 +492,8 @@ Removed `ember-deep-tracked` dependency that was not used
482492

483493
## 3.6.0
484494

495+
[3.6.0 documentation](https://hds-website-3-6-0.vercel.app/)
496+
485497
**Minor changes**
486498

487499
_Since this is an update brand colors and product icons, we consider this a `minor` version release_
@@ -493,6 +505,8 @@ _Since this is an update brand colors and product icons, we consider this a `min
493505

494506
## 3.5.0
495507

508+
[3.5.0 documentation](https://hds-website-3-5-0.vercel.app/)
509+
496510
**Minor changes**
497511

498512
`IconTile` - updated component adding support for `vault-radar` product

0 commit comments

Comments
 (0)