Skip to content

Commit

Permalink
Merge pull request #55 from doximity/bump-version-for-webpack-support
Browse files Browse the repository at this point in the history
v2.2.0
  • Loading branch information
bodytaing authored May 16, 2017
2 parents b027d31 + 1aac8e1 commit 6eb7054
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
_Post v1.1.0 releases changelog can be found on https://github.com/doximity/vital/releases_

v2.1.1
v2.2.0
- Add webpack convenience property to allow: `require('vital-css').includePaths`

v2.1.1
- Fix an issue that caused the mobile menu close icon not to show up.
- Update the README.md.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
vital (2.1.1)
vital (2.2.0)
sass (>= 3.4)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/vital/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Vital
VERSION = "2.1.1"
VERSION = "2.2.0"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vital-css",
"version": "2.1.1",
"version": "2.2.0",
"description": "A minimally invasive CSS framework for modern web applications.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6eb7054

Please sign in to comment.