@carbon/charts-angular 1.10.1 → 1.10.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,24 @@
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.10.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.2...v1.10.3) (2023-06-26)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-angular
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.10.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.1...v1.10.2) (2023-06-26)
16
+
17
+ **Note:** Version bump only for package @carbon/charts-angular
18
+
19
+ # Change Log
20
+
21
+ All notable changes to this project will be documented in this file. See
22
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
23
+
6
24
  ## [1.10.1](https://github.com/carbon-design-system/carbon-charts/compare/v1.10.0...v1.10.1) (2023-06-26)
7
25
 
8
26
  ### Bug Fixes
package/README.md CHANGED
@@ -29,7 +29,7 @@ yarn add @carbon/charts-angular@next @carbon/styles d3 d3-cloud d3-sankey
29
29
  ## Step-by-step instructions
30
30
 
31
31
  Read
32
- [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-getting-started--angular)
32
+ [here](https://charts.carbondesignsystem.com/?path=/docs/docs-getting-started-angular--docs)
33
33
 
34
34
  ## Charting data & options
35
35
 
@@ -38,8 +38,5 @@ Although new charts will be introduced in the future (such as a choropleth), dat
38
38
  For instructions on using the **tabular data format**, see
39
39
  [here](https://carbon-design-system.github.io/carbon-charts/?path=/story/docs-tutorials--tabular-data-format)
40
40
 
41
- There are additional options available depending on the chart type being
42
- used, [see our demo examples here](https://github.com/carbon-design-system/carbon-charts/tree/master/packages/core/demo/data).
43
-
44
41
  Customizable options (specific to chart type) can be found
45
- [here](https://carbon-design-system.github.io/carbon-charts/documentation/modules/_interfaces_charts_.html)
42
+ [here](https://charts.carbondesignsystem.com/documentation/modules/interfaces.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-angular",
3
- "version": "1.10.1",
3
+ "version": "1.10.3",
4
4
  "description": "Carbon Charts component library for Angular",
5
5
  "exports": {
6
6
  "./styles.min.css": "./dist/styles.min.css",
@@ -21,7 +21,7 @@
21
21
  "@angular/core": "^16.0.0"
22
22
  },
23
23
  "dependencies": {
24
- "@carbon/charts": "workspace:*",
24
+ "@carbon/charts": "1.10.3",
25
25
  "@carbon/telemetry": "~0.1.0",
26
26
  "tslib": "^2.5.3"
27
27
  },