@gitlab/ui 88.2.0 → 88.2.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,10 @@
1
+ ## [88.2.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v88.2.0...v88.2.1) (2024-08-07)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **GlSparklineChart:** Fix hoverAnimation deprecation warning ([97ae7d9](https://gitlab.com/gitlab-org/gitlab-ui/commit/97ae7d985efbb178011fd53d8ad26b7fe03e81b0))
7
+
1
8
  # [88.2.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v88.1.0...v88.2.0) (2024-08-07)
2
9
 
3
10
 
@@ -158,7 +158,6 @@ var script = {
158
158
  return {
159
159
  type: 'line',
160
160
  symbol: 'circle',
161
- hoverAnimation: false,
162
161
  animation: true,
163
162
  cursor: 'auto',
164
163
  symbolSize,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "88.2.0",
3
+ "version": "88.2.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -161,7 +161,6 @@ export default {
161
161
  return {
162
162
  type: 'line',
163
163
  symbol: 'circle',
164
- hoverAnimation: false,
165
164
  animation: true,
166
165
  cursor: 'auto',
167
166
  symbolSize,