From 06e24ed9b5eb402480ab64ca7d6a6f7207d1d2b5 Mon Sep 17 00:00:00 2001 From: dangreen Date: Thu, 20 Jan 2022 17:00:44 +0700 Subject: [PATCH] chore(release): 4.0.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..5145f885 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [4.0.0](https://github.com/RakanNimer/react-google-charts/compare/v2.0.29...v4.0.0) (2022-01-20) + + +### ⚠ BREAKING CHANGES + +* UMD bundle was dropped. Old browsers, like IE, were dropped. + +### Features + +* native ESM support ([#476](https://github.com/RakanNimer/react-google-charts/issues/476)) ([aa0281a](https://github.com/RakanNimer/react-google-charts/commit/aa0281a3ba8892ba9a6d640c0d0637504a2e6f0a)) +* new `onLoad` prop ([#451](https://github.com/RakanNimer/react-google-charts/issues/451)) ([855cc4f](https://github.com/RakanNimer/react-google-charts/commit/855cc4fbe8c9cfa9b73fa89ab9a51b6f00340faa)) + + +### Bug Fixes + +* fix types for TypeScript 3.8 ([#420](https://github.com/RakanNimer/react-google-charts/issues/420)) ([54fad92](https://github.com/RakanNimer/react-google-charts/commit/54fad92265cd792d6558f6c33d07ba0d60694214)) +* **package.json:** rm invalid type field, fix script name ([#413](https://github.com/RakanNimer/react-google-charts/issues/413)) ([6af4c7f](https://github.com/RakanNimer/react-google-charts/commit/6af4c7f667b1c743ea644c0d150db42f32811336)) + + +### build + +* drop old browsers and umd bundle ([#423](https://github.com/RakanNimer/react-google-charts/issues/423)) ([d94088f](https://github.com/RakanNimer/react-google-charts/commit/d94088f5f508519d190e811689aed552dc31b9e8)) diff --git a/package.json b/package.json index fb61a9ff..9721a0dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-google-charts", - "version": "3.0.15", + "version": "4.0.0", "description": "react-google-charts React component", "type": "module", "sideEffects": false,