@gitlab/ui 102.1.4 → 102.1.6
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 +14 -0
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/package.json +1 -1
- package/src/components/base/broadcast_message/broadcast_message.scss +2 -2
- package/src/components/base/infinite_scroll/infinite_scroll.scss +2 -1
- package/dist/vendor/bootstrap-vue/src/index.js +0 -72
- package/src/vendor/bootstrap-vue/src/index.js +0 -159
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [102.1.6](https://gitlab.com/gitlab-org/gitlab-ui/compare/v102.1.5...v102.1.6) (2024-11-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **GlInfiniteScroll:** legend styles to use design token ([74cef1a](https://gitlab.com/gitlab-org/gitlab-ui/commit/74cef1abb0291992e30dd042101a7d73502bbc60))
|
|
7
|
+
|
|
8
|
+
## [102.1.5](https://gitlab.com/gitlab-org/gitlab-ui/compare/v102.1.4...v102.1.5) (2024-11-14)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **GlBroadcastMessage:** use ds shadow and overlap background ([0ffc7c9](https://gitlab.com/gitlab-org/gitlab-ui/commit/0ffc7c9ecb2fd1fa60d557548062dceb10e6a0e1))
|
|
14
|
+
|
|
1
15
|
## [102.1.4](https://gitlab.com/gitlab-org/gitlab-ui/compare/v102.1.3...v102.1.4) (2024-11-14)
|
|
2
16
|
|
|
3
17
|
|