@carbon/charts-vue 1.11.11 → 1.11.13

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 +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [1.11.13](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.12...v1.11.13) (2023-07-20)
7
+
8
+ **Note:** Version bump only for package @carbon/charts-vue
9
+
10
+
11
+
12
+
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
19
+ ## [1.11.12](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.11...v1.11.12) (2023-07-19)
20
+
21
+ **Note:** Version bump only for package @carbon/charts-vue
22
+
23
+ # Change Log
24
+
3
25
  All notable changes to this project will be documented in this file. See
4
26
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carbon/charts-vue",
3
- "version": "1.11.11",
3
+ "version": "1.11.13",
4
4
  "description": "Carbon Charts component library for Vue",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -33,7 +33,7 @@
33
33
  "vue": "^3.3.0"
34
34
  },
35
35
  "dependencies": {
36
- "@carbon/charts": "1.11.11",
36
+ "@carbon/charts": "1.11.13",
37
37
  "@carbon/telemetry": "~0.1.0",
38
38
  "vue": "^3.3.4"
39
39
  },
@@ -41,15 +41,15 @@
41
41
  "@babel/core": "^7.22.9",
42
42
  "@rushstack/eslint-patch": "^1.3.2",
43
43
  "@stackblitz/sdk": "^1.9.0",
44
- "@storybook/addon-essentials": "^7.0.27",
45
- "@storybook/addon-interactions": "^7.0.27",
46
- "@storybook/addon-links": "^7.0.27",
47
- "@storybook/blocks": "^7.0.27",
48
- "@storybook/manager-api": "^7.0.27",
44
+ "@storybook/addon-essentials": "^7.1.0",
45
+ "@storybook/addon-interactions": "^7.1.0",
46
+ "@storybook/addon-links": "^7.1.0",
47
+ "@storybook/blocks": "^7.1.0",
48
+ "@storybook/manager-api": "^7.1.0",
49
49
  "@storybook/testing-library": "^0.2.0",
50
- "@storybook/theming": "^7.0.27",
51
- "@storybook/vue3": "^7.0.27",
52
- "@storybook/vue3-vite": "^7.0.27",
50
+ "@storybook/theming": "^7.1.0",
51
+ "@storybook/vue3": "^7.1.0",
52
+ "@storybook/vue3-vite": "^7.1.0",
53
53
  "@types/d3": "^7.4.0",
54
54
  "@vue/eslint-config-prettier": "^7.1.0",
55
55
  "@vue/eslint-config-typescript": "^11.0.3",
@@ -58,11 +58,11 @@
58
58
  "d3-cloud": "^1.2.5",
59
59
  "d3-sankey": "^0.12.3",
60
60
  "eslint": "^8.45.0",
61
- "eslint-plugin-storybook": "^0.6.12",
61
+ "eslint-plugin-storybook": "^0.6.13",
62
62
  "eslint-plugin-vue": "^9.15.1",
63
63
  "react": "^18.2.0",
64
64
  "react-dom": "^18.2.0",
65
- "storybook": "^7.0.27",
65
+ "storybook": "^7.1.0",
66
66
  "typescript": "^5.1.6",
67
67
  "vite": "^4.4.4",
68
68
  "vite-plugin-dts": "^3.3.1",
@@ -102,5 +102,5 @@
102
102
  "sass",
103
103
  "scss"
104
104
  ],
105
- "gitHead": "64cb44f31f8199c2981d40d077212929df7aa39f"
105
+ "gitHead": "11966a74b26307a7ee2894ff754da0a339b42e84"
106
106
  }