Skip to content

Commit 254f299

Browse files
new release
1 parent 4e3f4bf commit 254f299

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
- master
22
...
33

4+
- 0.0.8
5+
- JS event when chart was rendered https://github.com/railsjazz/rails_charts/pull/31
6+
47
- 0.0.7
58
- fix stacked charts https://github.com/railsjazz/rails_charts/pull/27
69
- eCharts 5.6

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails_charts (0.0.7)
4+
rails_charts (0.0.8)
55
rails
66

77
GEM

lib/rails_charts/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RailsCharts
2-
VERSION = "0.0.7"
2+
VERSION = "0.0.8"
33
end

0 commit comments

Comments
 (0)