Skip to content

Commit eb0c295

Browse files
committed
Release 0.2.0
1 parent 540b4a0 commit eb0c295

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [Unreleased]
4+
## [0.2.0] - 2022-02-28
55
### Added
66
- Option to render chart with a script whose type is module
77
- Allow multiple Y-Axis
88

99
### Changed
1010
- ApexCharts.JS version from 3.27.3 to 3.33.0
1111

12+
### Removed
13+
- Schemas (smart_kv and dry-schema)
14+
1215
## [0.1.11] - 2021-08-15
1316
### Added
1417
- Alternative options schema :dry_schema
@@ -207,7 +210,8 @@ All notable changes to this project will be documented in this file.
207210
- **Mixed charts**
208211
- **Syncing charts**
209212

210-
[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.11...HEAD
213+
[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.2.0...HEAD
214+
[0.2.0]: https://github.com/styd/apexcharts.rb/compare/v0.1.11...v0.2.0
211215
[0.1.11]: https://github.com/styd/apexcharts.rb/compare/v0.1.10...v0.1.11
212216
[0.1.10]: https://github.com/styd/apexcharts.rb/compare/v0.1.9...v0.1.10
213217
[0.1.9]: https://github.com/styd/apexcharts.rb/compare/v0.1.8...v0.1.9

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ Organization/Company | Use Cas
5858
This README might not be for the version you use.
5959
Choose the right README:
6060

61-
> [v0.1.11] | [v0.1.10] | [v0.1.9] | [v0.1.8] | [v0.1.7] | [v0.1.6] |
62-
> [v0.1.5] | [v0.1.4] | [v0.1.3] | [v0.1.2] | [v0.1.1]
61+
> [v0.2.0] | [v0.1.11] | [v0.1.10] | [v0.1.9] | [v0.1.8] | [v0.1.7] |
62+
> [v0.1.6] | [v0.1.5] | [v0.1.4] | [v0.1.3] | [v0.1.2] | [v0.1.1]
6363
6464
## Table of Contents
6565

@@ -986,9 +986,9 @@ The gem is available as open source under the terms of the
986986

987987

988988
[ApexCharts.JS]: https://github.com/apexcharts/apexcharts.js
989-
[dry-schema]: https://github.com/dry-rb/dry-schema
990989

991990

991+
[v0.2.0]: https://github.com/styd/apexcharts.rb/blob/v0.2.0/README.md
992992
[v0.1.11]: https://github.com/styd/apexcharts.rb/blob/v0.1.11/README.md
993993
[v0.1.10]: https://github.com/styd/apexcharts.rb/blob/v0.1.10/README.md
994994
[v0.1.9]: https://github.com/styd/apexcharts.rb/blob/v0.1.9/README.md

lib/apex_charts/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
module ApexCharts
4-
VERSION = '0.1.11'
5-
RELEASE = 'Unreleased'
4+
VERSION = '0.2.0'
5+
RELEASE = '0.2.0'
66
end

0 commit comments

Comments
 (0)