@gravity-ui/chartkit 1.6.7 → 2.0.0

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 +13 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/gravity-ui/chartkit/compare/v1.6.7...v2.0.0) (2023-03-09)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * update uikit up to 4
9
+ * update uikit up to 4 ([#133](https://github.com/gravity-ui/chartkit/issues/133))
10
+
11
+ ### Features
12
+
13
+ * update uikit up to 4 ([8ae0c8d](https://github.com/gravity-ui/chartkit/commit/8ae0c8d179273a448de8f670dfe1b3f2314c0523))
14
+ * update uikit up to 4 ([#133](https://github.com/gravity-ui/chartkit/issues/133)) ([8ae0c8d](https://github.com/gravity-ui/chartkit/commit/8ae0c8d179273a448de8f670dfe1b3f2314c0523))
15
+
3
16
  ## [1.6.7](https://github.com/gravity-ui/chartkit/compare/v1.6.6...v1.6.7) (2023-02-21)
4
17
 
5
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/chartkit",
3
- "version": "1.6.7",
3
+ "version": "2.0.0",
4
4
  "description": "React component used to render charts based on any sources you need",
5
5
  "license": "MIT",
6
6
  "repository": "git@github.com:gravity-ui/ChartKit.git",
@@ -26,7 +26,7 @@
26
26
  "@gravity-ui/prettier-config": "^1.0.1",
27
27
  "@gravity-ui/stylelint-config": "^1.0.1",
28
28
  "@gravity-ui/tsconfig": "^1.0.0",
29
- "@gravity-ui/uikit": "^3.5.0",
29
+ "@gravity-ui/uikit": "^4.2.0",
30
30
  "@storybook/addon-essentials": "^6.5.9",
31
31
  "@storybook/addon-knobs": "^6.4.0",
32
32
  "@storybook/preset-scss": "^1.0.3",
@@ -67,7 +67,7 @@
67
67
  "peerDependencies": {
68
68
  "react": "^16.0.0 || ^17.0.0",
69
69
  "moment": "^2.19.3",
70
- "@gravity-ui/uikit": "^3.0.0"
70
+ "@gravity-ui/uikit": "^4.0.0"
71
71
  },
72
72
  "scripts": {
73
73
  "test": "jest",