@gitlab/ui 100.0.0 → 101.0.1

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 CHANGED
@@ -1,3 +1,25 @@
1
+ ## [101.0.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v101.0.0...v101.0.1) (2024-10-29)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * feedback.strong.* icon and link contrast ([68b00cf](https://gitlab.com/gitlab-org/gitlab-ui/commit/68b00cfbc0be018d87d405b127805e6296ffc01c))
7
+
8
+ # [101.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v100.0.0...v101.0.0) (2024-10-29)
9
+
10
+
11
+ ### Features
12
+
13
+ * Remove bootstrap peer-depenceny and use vendored version instead ([1628107](https://gitlab.com/gitlab-org/gitlab-ui/commit/1628107e3fd80e2accd7f0fe30505fd600073acc))
14
+
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ * In release 94.4.0 we added vendored bootstrap@4.6.2 SCSS. Now
19
+ @gitlab/ui stops relying on the bootstrap peer dependency and uses the
20
+ vendored bootstrap SCSS files instead. Unless you use JavaScript bits
21
+ of bootstrap, you can simply drop the bootstrap dependency.
22
+
1
23
  # [100.0.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v99.1.0...v100.0.0) (2024-10-29)
2
24
 
3
25