Skip to content

Commit

Permalink
Time to 7.0.0.beta1 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
tian-im committed Sep 21, 2023
1 parent 8de1148 commit 315346c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/wallaby/base/_functions.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$fa-class-map: null;

@function fa-content($fa-var) {
// Make sure FA value is wrapped in quotes
@return unquote("\"#{ $fa-var }\"");
Expand Down
2 changes: 1 addition & 1 deletion lib/wallaby/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Wallaby
VERSION = '6.1.3' # :nodoc:
VERSION = '7.0.0.beta1' # :nodoc:
end
2 changes: 1 addition & 1 deletion wallaby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.add_dependency 'wallaby-core'

# This will determine wallaby-core's version
s.add_dependency 'wallaby-active_record', '0.3.0'
s.add_dependency 'wallaby-active_record', '0.3.0.beta1'

# assets gems
s.add_dependency 'jbuilder'
Expand Down

0 comments on commit 315346c

Please sign in to comment.