@gravity-ui/chartkit 1.1.0 → 1.2.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 +12 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,21 @@
1
1
  # Changelog
2
2
 
3
- ## [1.1.0](https://github.com/gravity-ui/chartkit/compare/v1.0.0...v1.1.0) (2022-12-08)
3
+ ## [1.2.0](https://github.com/gravity-ui/chartkit/compare/v1.1.0...v1.2.0) (2022-12-09)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * useWidgetData fixes ([54c47af](https://github.com/gravity-ui/chartkit/commit/54c47afb0c519fe8d500d993069e4c660c04550e))
8
+ * update yagr to 2.1.0 ([#87](https://github.com/gravity-ui/chartkit/issues/87)) ([5dfd6d0](https://github.com/gravity-ui/chartkit/commit/5dfd6d0098729b4813f6a783457e40203e269272))
9
+
10
+ ## [1.1.0](https://github.com/gravity-ui/chartkit/compare/v1.0.0...v1.1.0) (2022-12-08)
11
+
12
+ ### Features
13
+
14
+ - add export of all yagr lib types to yagr plugin
15
+
16
+ ### Bug Fixes
17
+
18
+ - fix config object merging in `useWidgetData` yagr plugin hook
9
19
 
10
20
  ## [1.0.0](https://github.com/gravity-ui/chartkit/compare/v0.13.0...v1.0.0) (2022-12-07)
11
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/chartkit",
3
- "version": "1.1.0",
3
+ "version": "1.2.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",
@@ -18,7 +18,7 @@
18
18
  "highcharts-react-official": "^3.0.0",
19
19
  "lodash": "^4.17.21",
20
20
  "react-split-pane": "^0.1.92",
21
- "yagr": "^2.0.1"
21
+ "yagr": "^2.1.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@gravity-ui/eslint-config": "^1.0.2",