@gitlab/duo-ui 1.0.0 → 2.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 +13 -0
- package/dist/components/chat/components/duo_chat_context/duo_chat_context_item_details_modal/duo_chat_context_item_details_modal.js +3 -0
- package/package.json +2 -2
- package/src/components/chat/components/duo_chat_context/duo_chat_context_item_details_modal/duo_chat_context_item_details_modal.vue +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# [2.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v1.0.0...v2.0.0) (2024-11-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* Update Duo Components to match GitLab UI v102.0.0 ([cf10f9d](https://gitlab.com/gitlab-org/duo-ui/commit/cf10f9d251e4e919f9e171fce676cb93d5b06d82))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### BREAKING CHANGES
|
|
10
|
+
|
|
11
|
+
* Synced Duo components with GitLab UI v102.0.0
|
|
12
|
+
see: https://gitlab.com/gitlab-org/gitlab-ui/-/releases/v102.0.0
|
|
13
|
+
|
|
1
14
|
# [1.0.0](https://gitlab.com/gitlab-org/duo-ui/compare/v0.4.0...v1.0.0) (2024-11-12)
|
|
2
15
|
|
|
3
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/duo-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "Duo UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"@gitlab/svgs": "^1.116.0 || ^2.0.0 || ^3.0.0",
|
|
86
|
-
"@gitlab/ui": "^101
|
|
86
|
+
"@gitlab/ui": "^101 || ^102",
|
|
87
87
|
"bootstrap": ">=4.5.3 <=4.6.2",
|
|
88
88
|
"dompurify": ">=2.5.2 <3.0.0 || >=3.1.2",
|
|
89
89
|
"emoji-regex": ">=10.0.0",
|