From eb0c2957621542d6d1ca39a5608226d2765cde25 Mon Sep 17 00:00:00 2001 From: Adrian Setyadi Date: Mon, 28 Feb 2022 23:10:28 +0700 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 8 ++++++-- README.md | 6 +++--- lib/apex_charts/version.rb | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21939d..53b8c28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.2.0] - 2022-02-28 ### Added - Option to render chart with a script whose type is module - Allow multiple Y-Axis @@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file. ### Changed - ApexCharts.JS version from 3.27.3 to 3.33.0 +### Removed +- Schemas (smart_kv and dry-schema) + ## [0.1.11] - 2021-08-15 ### Added - Alternative options schema :dry_schema @@ -207,7 +210,8 @@ All notable changes to this project will be documented in this file. - **Mixed charts** - **Syncing charts** -[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.11...HEAD +[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/styd/apexcharts.rb/compare/v0.1.11...v0.2.0 [0.1.11]: https://github.com/styd/apexcharts.rb/compare/v0.1.10...v0.1.11 [0.1.10]: https://github.com/styd/apexcharts.rb/compare/v0.1.9...v0.1.10 [0.1.9]: https://github.com/styd/apexcharts.rb/compare/v0.1.8...v0.1.9 diff --git a/README.md b/README.md index 6ca6b51..5fceb79 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,8 @@ Organization/Company | Use Cas This README might not be for the version you use. Choose the right README: -> [v0.1.11] | [v0.1.10] | [v0.1.9] | [v0.1.8] | [v0.1.7] | [v0.1.6] | -> [v0.1.5] | [v0.1.4] | [v0.1.3] | [v0.1.2] | [v0.1.1] +> [v0.2.0] | [v0.1.11] | [v0.1.10] | [v0.1.9] | [v0.1.8] | [v0.1.7] | +> [v0.1.6] | [v0.1.5] | [v0.1.4] | [v0.1.3] | [v0.1.2] | [v0.1.1] ## Table of Contents @@ -986,9 +986,9 @@ The gem is available as open source under the terms of the [ApexCharts.JS]: https://github.com/apexcharts/apexcharts.js -[dry-schema]: https://github.com/dry-rb/dry-schema +[v0.2.0]: https://github.com/styd/apexcharts.rb/blob/v0.2.0/README.md [v0.1.11]: https://github.com/styd/apexcharts.rb/blob/v0.1.11/README.md [v0.1.10]: https://github.com/styd/apexcharts.rb/blob/v0.1.10/README.md [v0.1.9]: https://github.com/styd/apexcharts.rb/blob/v0.1.9/README.md diff --git a/lib/apex_charts/version.rb b/lib/apex_charts/version.rb index d598241..d49a1a4 100644 --- a/lib/apex_charts/version.rb +++ b/lib/apex_charts/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module ApexCharts - VERSION = '0.1.11' - RELEASE = 'Unreleased' + VERSION = '0.2.0' + RELEASE = '0.2.0' end