Skip to content

Commit

Permalink
Bump version number to 0.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: Em Barnard-Shao <[email protected]>
  • Loading branch information
hartsick authored and embarnard committed Jun 25, 2019
1 parent efe9645 commit 88e9314
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v0.6.2](https://github.com/codeforamerica/cfa-styleguide-gem/tree/v0.6.2) (2019-06-24)
[Full Changelog](https://github.com/codeforamerica/cfa-styleguide-gem/compare/v0.6.1...v0.6.2)

**Merged pull requests:**

- added student pair emoji [\#109](https://github.com/codeforamerica/cfa-styleguide-gem/pull/109) ([embarnard](https://github.com/embarnard))
- Add emoji for "older man and woman" [\#108](https://github.com/codeforamerica/cfa-styleguide-gem/pull/108) ([tdooner](https://github.com/tdooner))
- Add support for optional progress step bar labels [\#107](https://github.com/codeforamerica/cfa-styleguide-gem/pull/107) ([hartsick](https://github.com/hartsick))

## [v0.6.1](https://github.com/codeforamerica/cfa-styleguide-gem/tree/v0.6.1) (2019-06-06)
[Full Changelog](https://github.com/codeforamerica/cfa-styleguide-gem/compare/v0.6.0...v0.6.1)

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cfa-styleguide (0.6.1)
cfa-styleguide (0.6.2)
autoprefixer-rails
bourbon
jquery-rails
Expand Down Expand Up @@ -56,7 +56,7 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (9.4.7)
autoprefixer-rails (9.6.0)
execjs
axe-matchers (2.2.1)
dumb_delegator (~> 0.8)
Expand Down Expand Up @@ -114,7 +114,7 @@ GEM
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jaro_winkler (1.5.2)
jquery-rails (4.3.3)
jquery-rails (4.3.5)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -221,7 +221,7 @@ GEM
unicode-display_width (~> 1.4.0)
ruby-progressbar (1.10.0)
rubyzip (1.2.2)
sass (3.7.3)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand Down Expand Up @@ -276,4 +276,4 @@ DEPENDENCIES
selenium-webdriver

BUNDLED WITH
1.17.2
1.17.3
2 changes: 1 addition & 1 deletion lib/cfa/styleguide/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Cfa
module Styleguide
VERSION = "0.6.1".freeze
VERSION = "0.6.2".freeze
end
end

0 comments on commit 88e9314

Please sign in to comment.