Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
Merge pull request #26 from mobify/bump-version-number
Browse files Browse the repository at this point in the history
Bump version number to 0.4.0
  • Loading branch information
kpeatt committed Aug 20, 2014
2 parents 15867fc + 7f5c82f commit 1d99774
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
0.4.0
- Rename `icon-font-content` function to `icon-address`.
- Add a `cache-buster` function to generate a cache-busting string at the end of a URL.
- Include `cache-buster` in the `icon-font` mixin as an optional flag.
0.3.1
- Fix syntax error with `ellipsis` mixin.
- Remove `no-wrap` option from `ellipsis` mixin.
- Re-add missing `change-br` mixin to the Spline import file.
0.3.0
- Split the old `icon-font` mixin into discrete files.
- Add a new `web-font` mixin to make including web fonts easier.
- Add a new `web-font` mixin to make including web fonts easier.
0.2.2
- `tap-highlight` mixin no longer relies on the non-existent `$margin` variable.
- `clearfix` mixin now acts more consistently with how `overflow: hidden` works.
Expand All @@ -17,4 +21,4 @@
0.1.0
- Initial release

For a more detailed changelog, see: https://github.com/mobify/spline/releases
For a more detailed changelog, see: https://github.com/mobify/spline/releases
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spline",
"version": "0.3.1",
"version": "0.4.0",
"homepage": "https://github.com/mobify/spline",
"authors": [
"Mobify",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spline",
"version": "0.3.1",
"version": "0.4.0",
"description": "A set of Sass utility mixins for Mobify's client services team",
"main": "dist/_spline.scss",
"scripts": {
Expand Down

0 comments on commit 1d99774

Please sign in to comment.