Skip to content

Commit

Permalink
Release 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
styd committed Aug 15, 2021
1 parent 7654900 commit 3681e28
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.1.11] - 2021-08-15
### Added
- Alternative options schema :dry_schema
- **Box Plot chart**

### Changed
- Make obsolete previously deprecated local palette creation
- Update options schema to match ApexCharts.JS version 3.27.3
- ApexCharts.JS version from 3.21.0 to 3.27.3
- Add alternative options schema :dry_schema
- **Box Plot chart**

## [0.1.10] - 2020-10-04
### Added
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Organization/Company | Use Cas
This README might not be for the version you use.
Choose the right README:

> [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.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 @@ -944,6 +945,8 @@ The gem is available as open source under the terms of the
[dry-schema]: https://github.com/dry-rb/dry-schema


[Unreleased]: https://github.com/styd/apexcharts.rb/compare/v0.1.11...HEAD
[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
[v0.1.8]: https://github.com/styd/apexcharts.rb/blob/v0.1.8/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.10'
RELEASE = 'Unreleased'
VERSION = '0.1.11'
RELEASE = '0.1.11'
end

0 comments on commit 3681e28

Please sign in to comment.