Skip to content

Commit

Permalink
[Prerelease] Bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikiki committed Feb 10, 2018
1 parent 16ce29e commit c570e90
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/Wikiki/bulma-calendar/compare/0.2.7...1.0.0) (2018-02-10)


### Bug Fixes

* **package:** js filename ([bdcee86](https://github.com/Wikiki/bulma-calendar/commit/bdcee86))


### Features

* **package:** Intergate Rollup for ES6 transpilation ([143be6d](https://github.com/Wikiki/bulma-calendar/commit/143be6d))
* **polyfill:** Remove Object.assign polyfill ([da2db93](https://github.com/Wikiki/bulma-calendar/commit/da2db93))
* **rollup:** Add Rollup use within gulp ([560b0d0](https://github.com/Wikiki/bulma-calendar/commit/560b0d0))



<a name="0.2.7"></a>
## [0.2.7](https://github.com/Wikiki/bulma-calendar/compare/0.2.6...0.2.7) (2018-02-10)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bulma-calendar",
"description": "Display a calendar for date selection or for planning management, in different colors and sizes",
"main": "calendar.sass",
"version": "0.2.7",
"version": "1.0.0",
"authors": [
"Wikiki <wikiki@protonmail.com> (https://wikiki.github.io/bulma-extensions/overview)"
],
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": "bulma-calendar",
"version": "0.2.7",
"version": "1.0.0",
"description": "Display a calendar for date selection or for planning management, in different colors and sizes",
"main": "dist/bulma-calendar.sass",
"scripts": {
Expand Down

0 comments on commit c570e90

Please sign in to comment.