@gitlab/duo-ui 4.1.0 → 5.0.0
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 +15 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
# [5.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v4.1.0...v5.0.0) (2024-12-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### chore
|
|
5
|
+
|
|
6
|
+
* Upgrade @gitlab/ui to 105 ([02c701e](https://gitlab.com/gitlab-org/duo-ui/commit/02c701ebe8a82a584dade70eb9d6d55e11c801c6))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* This commit
|
|
12
|
+
upgrades the @gitlab/ui peer dependency
|
|
13
|
+
to 105 since this removes the deprecated
|
|
14
|
+
duo components in gitlab-ui.
|
|
15
|
+
|
|
1
16
|
# [4.1.0](https://gitlab.com/gitlab-org/duo-ui/compare/v4.0.0...v4.1.0) (2024-12-11)
|
|
2
17
|
|
|
3
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/duo-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "Duo UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@gitlab/svgs": "^1.116.0 || ^2.0.0 || ^3.0.0",
|
|
83
|
-
"@gitlab/ui": "^
|
|
83
|
+
"@gitlab/ui": "^105.0.0",
|
|
84
84
|
"bootstrap": ">=4.5.3 <=4.6.2",
|
|
85
85
|
"dompurify": ">=2.5.2 <3.0.0 || >=3.1.2",
|
|
86
86
|
"emoji-regex": ">=10.0.0",
|