Skip to content

Commit

Permalink
Release 0.4.20 (#395)
Browse files Browse the repository at this point in the history
* changelog

* bump version

---------

Co-authored-by: rpassas <[email protected]>
  • Loading branch information
rpassas and rpassas authored Sep 13, 2023
1 parent 774ea61 commit e974bc7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.20
* FI-2077: Improve colors and contrasts for a11y by @AlyssaWang in
https://github.com/inferno-framework/inferno-core/pull/392
* Revert "FI-2035: Improve error handling for validator errors (#379)" by
@Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/393

# 0.4.19
* FI-2053: Fix inputs dialog overflow by @AlyssaWang in
https://github.com/inferno-framework/inferno-core/pull/382
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inferno_core (0.4.19)
inferno_core (0.4.20)
activesupport (~> 6.1.7.5)
base62-rb (= 0.3.1)
blueprinter (= 0.25.2)
Expand Down Expand Up @@ -282,9 +282,9 @@ GEM
simplecov (~> 0.19)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
sqlite3 (1.6.5-arm64-darwin)
sqlite3 (1.6.5-x86_64-darwin)
sqlite3 (1.6.5-x86_64-linux)
sqlite3 (1.6.6-arm64-darwin)
sqlite3 (1.6.6-x86_64-darwin)
sqlite3 (1.6.6-x86_64-linux)
strings (0.2.1)
strings-ansi (~> 0.2)
unicode-display_width (>= 1.5, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/inferno/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Inferno
# Standard patterns for gem versions: https://guides.rubygems.org/patterns/
VERSION = '0.4.19'.freeze
VERSION = '0.4.20'.freeze
end

0 comments on commit e974bc7

Please sign in to comment.