@cfpb/cfpb-design-system 3.4.1 → 3.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -2
- package/package.json +1 -1
- package/src/index.scss +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
## [3.4.
|
|
5
|
+
## [3.4.2](https://github.com/cfpb/design-system/compare/v3.4.1..3.4.2) - 2024-11-07
|
|
6
|
+
|
|
7
|
+
### PRs in this release
|
|
8
|
+
|
|
9
|
+
- PR #[2102](https://github.com/cfpb/design-system/pull/2102): Remove extraneous button-with-icon.scss reference - Ans
|
|
10
|
+
|
|
11
|
+
### General
|
|
12
|
+
|
|
13
|
+
- Remove button-with-icon reference - ([ee36f36](https://github.com/cfpb/design-system/commit/ee36f3676c2160415c8e75cf0c8affffad9a7f22)) - Ans
|
|
14
|
+
|
|
15
|
+
## [3.4.1](https://github.com/cfpb/design-system/compare/v3.4.0..v3.4.1) - 2024-11-07
|
|
6
16
|
|
|
7
17
|
### PRs in this release
|
|
8
18
|
|
|
@@ -359,7 +369,7 @@ All notable changes to this project will be documented in this file.
|
|
|
359
369
|
- Create root package index.scss - ([b4ae5d0](https://github.com/cfpb/design-system/commit/b4ae5d08c7bee7f09ef478743038b02e7bb4d55d)) - Ans
|
|
360
370
|
- V3.0.1 - ([dbcf5b3](https://github.com/cfpb/design-system/commit/dbcf5b3bcc5b64fa7760011f05c7d7fa8517406a)) - Ans
|
|
361
371
|
|
|
362
|
-
## [3.0.0] - 2024
|
|
372
|
+
## [3.0.0] - August 16, 2024
|
|
363
373
|
|
|
364
374
|
### PRs in this release
|
|
365
375
|
|
package/package.json
CHANGED
package/src/index.scss
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
@forward 'components/cfpb-buttons/button';
|
|
7
7
|
@forward 'components/cfpb-buttons/button-group';
|
|
8
8
|
@forward 'components/cfpb-buttons/button-link';
|
|
9
|
-
@forward 'components/cfpb-buttons/button-with-icon';
|
|
10
9
|
|
|
11
10
|
// Expandables.
|
|
12
11
|
@forward 'components/cfpb-expandables/vars';
|