@gitlab/duo-ui 8.13.0 → 8.13.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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [8.13.2](https://gitlab.com/gitlab-org/duo-ui/compare/v8.13.1...v8.13.2) (2025-04-24)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** upgrade `@floating-ui/dom` to `v1.6.13` ([e450107](https://gitlab.com/gitlab-org/duo-ui/commit/e45010741e4429ccc03f452efff0d42c0c275075))
7
+
8
+ ## [8.13.1](https://gitlab.com/gitlab-org/duo-ui/compare/v8.13.0...v8.13.1) (2025-04-24)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fix broken link to release docs ([0f3cd49](https://gitlab.com/gitlab-org/duo-ui/commit/0f3cd49da688cf50c38795faac2faa40d4963093))
14
+
1
15
  # [8.13.0](https://gitlab.com/gitlab-org/duo-ui/compare/v8.12.1...v8.13.0) (2025-04-23)
2
16
 
3
17
 
package/README.md CHANGED
@@ -72,7 +72,7 @@ layout changes on components. Read more on this in the [visual testing documenta
72
72
 
73
73
  ## Releases
74
74
 
75
- See [Updating Duo UI Packages](doc/updating-gitlab-ui-packages.md) for information on how the
75
+ See [Updating Duo UI Packages](doc/updating-duo-ui-packages.md) for information on how the
76
76
  `@gitlab/duo-ui` package is kept up to date in various projects.
77
77
 
78
78
  ## Contributing guide
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/duo-ui",
3
- "version": "8.13.0",
3
+ "version": "8.13.2",
4
4
  "description": "Duo UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -63,7 +63,7 @@
63
63
  "tailwind-config-viewer:export": "tailwind-config-viewer export ./tailwind-config-viewer-static"
64
64
  },
65
65
  "dependencies": {
66
- "@floating-ui/dom": "1.4.3",
66
+ "@floating-ui/dom": "1.6.13",
67
67
  "echarts": "^5.3.2",
68
68
  "iframe-resizer": "^4.3.2",
69
69
  "lodash": "^4.17.20",
@@ -100,7 +100,7 @@
100
100
  "@gitlab/eslint-plugin": "20.7.1",
101
101
  "@gitlab/fonts": "^1.3.0",
102
102
  "@gitlab/stylelint-config": "6.2.2",
103
- "@gitlab/svgs": "^3.126.0",
103
+ "@gitlab/svgs": "^3.127.0",
104
104
  "@gitlab/ui": "latest",
105
105
  "@jest/test-sequencer": "^29.7.0",
106
106
  "@rollup/plugin-commonjs": "^11.1.0",