We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d6f19 commit 6cc878aCopy full SHA for 6cc878a
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
## [Unreleased]
4
+
5
+## RELEASE 5.1.1 - 2020-04-20
6
### Fixed
7
- Charts - Ensure that line charts are well displayed in projects having a `groupdate` dependency version 5.X.
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- forest_liana (5.1.0)
+ forest_liana (5.1.1)
arel-helpers
base32
bcrypt
lib/forest_liana/version.rb
@@ -1,3 +1,3 @@
module ForestLiana
- VERSION = "5.1.0"
+ VERSION = "5.1.1"
end
package.json
@@ -1,6 +1,6 @@
{
"name": "forest-rails",
- "version": "5.1.0",
+ "version": "5.1.1",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
0 commit comments