@carbon/charts 1.17.1 → 1.17.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -3,6 +3,28 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.17.3 (2024-07-03)
7
+
8
+ **Note:** Version bump only for package @carbon/charts
9
+
10
+ # Change Log
11
+
12
+ All notable changes to this project will be documented in this file. See
13
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
14
+
15
+ ## 1.17.2 (2024-06-27)
16
+
17
+ ### Bug Fixes
18
+
19
+ - **docs:** scroll to top when navigating with left navbar
20
+ ([#1862](https://github.com/carbon-design-system/carbon-charts/issues/1862))
21
+ ([d46d3de](https://github.com/carbon-design-system/carbon-charts/commit/d46d3de30051d966cb15af6ff40deba229abcf40))
22
+
23
+ # Change Log
24
+
25
+ All notable changes to this project will be documented in this file. See
26
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
27
+
6
28
  ## 1.17.1 (2024-06-27)
7
29
 
8
30
  **Note:** Version bump only for package @carbon/charts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts",
3
- "version": "1.17.1",
3
+ "version": "1.17.3",
4
4
  "description": "Carbon Charts component library",
5
5
  "type": "module",
6
6
  "module": "./dist/index.mjs",
@@ -74,7 +74,7 @@
74
74
  "dependencies": {
75
75
  "@carbon/colors": "^11.23.1",
76
76
  "@carbon/utils-position": "^1.3.0",
77
- "@ibm/telemetry-js": "^1.5.2",
77
+ "@ibm/telemetry-js": "^1.6.0",
78
78
  "carbon-components": "^10.58.15",
79
79
  "d3": "^7.9.0",
80
80
  "d3-cloud": "^1.2.7",
@@ -90,7 +90,7 @@
90
90
  "@carbon/layout": "^11.23.1",
91
91
  "@carbon/styles": "^1.60.1",
92
92
  "@carbon/themes": "^11.37.1",
93
- "@playwright/test": "^1.45.0",
93
+ "@playwright/test": "^1.45.1",
94
94
  "@rollup/plugin-replace": "^5.0.7",
95
95
  "@types/d3": "^7.4.3",
96
96
  "@types/d3-cloud": "^1.2.9",
@@ -101,14 +101,14 @@
101
101
  "@types/topojson": "^3.2.6",
102
102
  "concurrently": "^8.2.2",
103
103
  "downlevel-dts": "^0.11.0",
104
- "eslint": "^9.5.0",
104
+ "eslint": "^9.6.0",
105
105
  "jsdom": "^24.1.0",
106
106
  "prettier": "^3.3.2",
107
107
  "publint": "^0.2.8",
108
108
  "resize-observer-polyfill": "^1.5.1",
109
109
  "sass": "^1.77.6",
110
- "typescript": "^5.5.2",
111
- "vite": "^5.3.1",
110
+ "typescript": "^5.5.3",
111
+ "vite": "^5.3.3",
112
112
  "vite-plugin-dts": "^3.9.1",
113
113
  "vitest": "^1.6.0"
114
114
  },
@@ -159,5 +159,5 @@
159
159
  "url": "https://github.com/theiliad"
160
160
  }
161
161
  ],
162
- "gitHead": "710d30a42beef1892fbb1894248337b3e1054b1f"
162
+ "gitHead": "2b2ac7a4bcd8e00d7d423696e4235fc66fcbbccf"
163
163
  }