Skip to content

Commit

Permalink
chore(main): release 3.4.0 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot authored Aug 18, 2023
1 parent 1624ebc commit d3481ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.4.0](https://github.com/gravity-ui/chartkit/compare/v3.3.0...v3.4.0) (2023-08-18)


### Features

* add `sideEffects` ([#227](https://github.com/gravity-ui/chartkit/issues/227)) ([1624ebc](https://github.com/gravity-ui/chartkit/commit/1624ebc8d835f2e77089a7212dc805b24aa43af7))


### Bug Fixes

* **Highcharts plugin:** disable tooltip lines sorting by default ([#233](https://github.com/gravity-ui/chartkit/issues/233)) ([423498e](https://github.com/gravity-ui/chartkit/commit/423498e931811d014c40206b199cb9cdac825bd9))

## [3.3.0](https://github.com/gravity-ui/chartkit/compare/v3.2.0...v3.3.0) (2023-08-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/chartkit",
"version": "3.3.0",
"version": "3.4.0",
"description": "React component used to render charts based on any sources you need",
"license": "MIT",
"repository": "[email protected]:gravity-ui/ChartKit.git",
Expand All @@ -14,7 +14,9 @@
"publishConfig": {
"access": "public"
},
"sideEffects": ["*.css"],
"sideEffects": [
"*.css"
],
"dependencies": {
"@gravity-ui/date-utils": "^1.4.1",
"@gravity-ui/yagr": "^3.7.8",
Expand Down

0 comments on commit d3481ec

Please sign in to comment.