Skip to content

Commit

Permalink
Release v6.4.3.0
Browse files Browse the repository at this point in the history
### Major changes:
* Upgrade to Foundation `v6.4.3` (#254, @chrisfinne)
* Add Autoprefixer (#255, @bassjobsen)

### Bug fixes:
* Fix issue with smoothScroll import order (#236 @MicahBrown)
* Add missing SCSS components to template (#237 @patricklindsay)
* Prevent Sass depreciation (#252, @michsch)

### Cleaning:
* Remove old Foundation files (#251 @jessedoyle)

### See also:
* Foundation 6.4.3 release notes:
  https://github.com/zurb/foundation-sites/releases/tag/v6.4.3
* Foundation 6.4.2 release notes:
  https://github.com/zurb/foundation-sites/releases/tag/v6.4.2
  • Loading branch information
ncoden committed Mar 13, 2018
1 parent f28063c commit e5e2eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/foundation/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Foundation
module Rails
VERSION = "6.4.3"
VERSION = "6.4.3.0"
end
end

0 comments on commit e5e2eed

Please sign in to comment.