Skip to content

Commit

Permalink
🍻 📝 Bump version v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mystist committed Mar 15, 2015
1 parent 6afd178 commit 90a6706
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 39 deletions.
43 changes: 43 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Contributing to Bootstrap-waterfall
The codes here is very simple, enjoy your contributing, happy coding!


## Keep it simple
**Simple** is the only one thing to keep in mind.

## Git Commit Messages
* Commit message will be used as release notes directly.
* Start with an emoji beblow:

*(From [Atom](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) Team)*
* :art: `:art:` when improving the format/structure of the code
* :racehorse: `:racehorse:` when improving performance
* :non-potable_water: `:non-potable_water:` when plugging memory leaks
* :memo: `:memo:` when writing docs
* :penguin: `:penguin:` when fixing something on Linux
* :apple: `:apple:` when fixing something on Mac OS
* :checkered_flag: `:checkered_flag:` when fixing something on Windows
* :bug: `:bug:` when fixing a bug
* :fire: `:fire:` when removing code or files
* :green_heart: `:green_heart:` when fixing the CI build
* :white_check_mark: `:white_check_mark:` when adding tests
* :lock: `:lock:` when dealing with security
* :arrow_up: `:arrow_up:` when upgrading dependencies
* :arrow_down: `:arrow_down:` when downgrading dependencies
* :shirt: `:shirt:` when removing linter warnings

*(or)*
* :beers: `:beers:` when bumping versions
* :+1: `:+1:` when improving the quality of the code

## Todo
* Prepare gh-pages.
* Write test cases.
* CI

## Done
* Support simple usage.
* Try on [JiaDingWaiMai](https://github.com/Mystist/JiaDingWaiMai).
* Update Yeoman generater.
* Fix the way of getting pin's width when resize with responsive layout.
* Explain why named as bootstrap.
43 changes: 7 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,10 @@
# bootstrap-waterfall
# Bootstrap-waterfall
> Waterfall the world beauty.
## Git Commit Messages
* Commit message will be used as release notes directly.
* Start with an emoji beblow:
Boostrap-waterfall is something like [Pinterest](https://www.pinterest.com/).
One line code to use it.

*(From [Atom](https://github.com/atom/atom/blob/master/CONTRIBUTING.md) Team)*
* :art: `:art:` when improving the format/structure of the code
* :racehorse: `:racehorse:` when improving performance
* :non-potable_water: `:non-potable_water:` when plugging memory leaks
* :memo: `:memo:` when writing docs
* :penguin: `:penguin:` when fixing something on Linux
* :apple: `:apple:` when fixing something on Mac OS
* :checkered_flag: `:checkered_flag:` when fixing something on Windows
* :bug: `:bug:` when fixing a bug
* :fire: `:fire:` when removing code or files
* :green_heart: `:green_heart:` when fixing the CI build
* :white_check_mark: `:white_check_mark:` when adding tests
* :lock: `:lock:` when dealing with security
* :arrow_up: `:arrow_up:` when upgrading dependencies
* :arrow_down: `:arrow_down:` when downgrading dependencies
* :shirt: `:shirt:` when removing linter warnings

*(or)*
* :beers: `:beers:` when bumping versions
* :+1: `:+1:` when improving the quality of the code

## Todo
* Update Yeoman generater.
* Handle images's width within `col-md-12` and `col-lg-12`. Load more bigger/smaller images when resize.
* Prepare gh-pages.
* Write test cases.
* CI
* Explain why named as bootstrap.

## Done
* Support simple usage.
* Try on [JiaDingWaiMai](https://github.com/Mystist/JiaDingWaiMai).
**Why named as bootstrap?**
* We love bootstrap.
* The backbone of the code is from bootstrap team.
* Support responsive layout, such as bootstrap.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-waterfall",
"version": "0.1.6",
"version": "0.2.0",
"dependencies": {
"jquery": "~2.1.3"
},
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": "bootstrap-waterfall",
"version": "0.1.6",
"version": "0.2.0",
"description": "Waterfall the world beauty.",
"keywords": [
"jquery-plugin",
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap-waterfall.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
.compassWatch()
}

Waterfall.VERSION = '0.1.6'
Waterfall.VERSION = '0.2.0'

Waterfall.DEFAULTS = {
}
Expand Down

0 comments on commit 90a6706

Please sign in to comment.