Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
styd committed Feb 28, 2022
1 parent 540b4a0 commit eb0c295
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# 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

### 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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lib/apex_charts/version.rb
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit eb0c295

Please sign in to comment.