@carbon/charts-svelte 1.11.4 → 1.11.6
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 +25 -0
- package/package.json +19 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# Change Log
|
|
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.6](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.5...v1.11.6) (2023-07-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts-svelte
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.11.5](https://github.com/carbon-design-system/carbon-charts/compare/v1.11.4...v1.11.5) (2023-07-06)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **lerna:** revert prettier to 2.8.8 for now ([#1609](https://github.com/carbon-design-system/carbon-charts/issues/1609)) ([0bd1503](https://github.com/carbon-design-system/carbon-charts/commit/0bd1503d7ae0bbec68c3d0e1ad818b8abc6b5c73))
|
|
20
|
+
* **react:** remount issues ([#1606](https://github.com/carbon-design-system/carbon-charts/issues/1606)) ([aad4838](https://github.com/carbon-design-system/carbon-charts/commit/aad4838771a398b7e37484c60b4f9fc0060e1a90))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
1
26
|
# Change Log
|
|
2
27
|
|
|
3
28
|
All notable changes to this project will be documented in this file. See
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts-svelte",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.6",
|
|
4
4
|
"description": "Carbon Charts component library for Svelte",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"postinstall": "carbon-telemetry collect --install",
|
|
@@ -41,23 +41,23 @@
|
|
|
41
41
|
"svelte": "^3.31.0 || ^4.0.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@carbon/charts": "1.11.
|
|
44
|
+
"@carbon/charts": "1.11.6",
|
|
45
45
|
"@carbon/telemetry": "~0.1.0",
|
|
46
46
|
"@stackblitz/sdk": "^1.9.0",
|
|
47
|
-
"@storybook/addon-essentials": "^7.0.
|
|
48
|
-
"@storybook/addon-interactions": "^7.0.
|
|
49
|
-
"@storybook/addon-links": "^7.0.
|
|
50
|
-
"@storybook/blocks": "^7.0.
|
|
51
|
-
"@storybook/manager-api": "^7.0.
|
|
52
|
-
"@storybook/svelte": "^7.0.
|
|
53
|
-
"@storybook/sveltekit": "^7.0.
|
|
47
|
+
"@storybook/addon-essentials": "^7.0.26",
|
|
48
|
+
"@storybook/addon-interactions": "^7.0.26",
|
|
49
|
+
"@storybook/addon-links": "^7.0.26",
|
|
50
|
+
"@storybook/blocks": "^7.0.26",
|
|
51
|
+
"@storybook/manager-api": "^7.0.26",
|
|
52
|
+
"@storybook/svelte": "^7.0.26",
|
|
53
|
+
"@storybook/sveltekit": "^7.0.26",
|
|
54
54
|
"@storybook/testing-library": "^0.2.0",
|
|
55
|
-
"@storybook/theming": "^7.0.
|
|
55
|
+
"@storybook/theming": "^7.0.26",
|
|
56
56
|
"@sveltejs/adapter-auto": "^2.1.0",
|
|
57
|
-
"@sveltejs/kit": "^1.
|
|
57
|
+
"@sveltejs/kit": "^1.22.1",
|
|
58
58
|
"@sveltejs/package": "^2.1.0",
|
|
59
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
60
|
-
"@typescript-eslint/parser": "^5.
|
|
59
|
+
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
|
60
|
+
"@typescript-eslint/parser": "^5.61.0",
|
|
61
61
|
"concurrently": "^8.2.0",
|
|
62
62
|
"d3": "^7.8.5",
|
|
63
63
|
"d3-cloud": "^1.2.5",
|
|
@@ -66,19 +66,17 @@
|
|
|
66
66
|
"eslint-config-prettier": "^8.8.0",
|
|
67
67
|
"eslint-plugin-storybook": "^0.6.12",
|
|
68
68
|
"eslint-plugin-svelte3": "^4.0.0",
|
|
69
|
-
"prettier": "^2.8.8",
|
|
70
69
|
"prettier-plugin-svelte": "^2.10.1",
|
|
71
|
-
"publint": "^0.1.
|
|
70
|
+
"publint": "^0.1.16",
|
|
72
71
|
"react": "^18.2.0",
|
|
73
72
|
"react-dom": "^18.2.0",
|
|
74
|
-
"storybook": "^7.0.
|
|
75
|
-
"svelte": "^4.0.
|
|
76
|
-
"svelte-check": "^3.4.
|
|
73
|
+
"storybook": "^7.0.26",
|
|
74
|
+
"svelte": "^4.0.5",
|
|
75
|
+
"svelte-check": "^3.4.5",
|
|
77
76
|
"tslib": "^2.6.0",
|
|
78
77
|
"typescript": "^5.1.6",
|
|
79
|
-
"vite": "^4.
|
|
78
|
+
"vite": "^4.4.1"
|
|
80
79
|
},
|
|
81
|
-
"prettier": "../../prettier.config.cjs",
|
|
82
80
|
"publishConfig": {
|
|
83
81
|
"access": "public"
|
|
84
82
|
},
|
|
@@ -128,5 +126,5 @@
|
|
|
128
126
|
"sass",
|
|
129
127
|
"scss"
|
|
130
128
|
],
|
|
131
|
-
"gitHead": "
|
|
129
|
+
"gitHead": "4b772771a77916e73e6a49c718f56b0a8c05ca4d"
|
|
132
130
|
}
|