Skip to content

Commit

Permalink
chore(version): bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Benitte committed Apr 4, 2016
1 parent b48783a commit 041b9c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
> - [Internal]
> - [Polish]

## v1.1.0 (2016-04-04)

* **Internal**
* `packages`: [#71](https://github.com/plouc/mozaik-ext-travis/pull/71) Update babel and other packages.


## v1.0.13 (2016-04-02)

* **New Feature**
Expand All @@ -17,16 +24,19 @@
* `build`: [#69](https://github.com/plouc/mozaik/pull/69) Update watchify to prevent segment fault errors.
* `websockets`: [#68](https://github.com/plouc/mozaik/pull/68) Fixing unexpected end of input console error.


## v1.0.12 (2016-03-23)

* **Bug Fix**
* `styles`: [#65](https://github.com/plouc/mozaik/pull/65) Added `overflow: hidden` to avoid V & H scrollbars.


## v1.0.11 (2016-03-18)

* **Bug Fix**
* `build`: [e0e8a7e](https://github.com/plouc/mozaik/commit/e0e8a7e7adf3824c4fff9783153803947568945e) Fix copy issue when using npm@3.


## v1.0.10 (2016-01-14)

* **Bug Fix**
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![MOZAÏK][logo]

[![License][license-image]][license-url]
[![Travis CI][travis-image]][travis-url]
[![NPM version][npm-image]][npm-url]
[![Quality][codeclimate-image]][codeclimate-url]
[![Dependencies][gemnasium-image]][gemnasium-url]
[![Widgets][widget-count-image]][widget-count-url]

Mozaïk is a tool based on nodejs / react / reflux / d3 / stylus to easily craft beautiful dashboards. [See demo](http://mozaik.herokuapp.com/)

Expand Down Expand Up @@ -122,6 +122,8 @@ Mozaïk dashboard comes with 5 themes and makes it easy to [develop your own the
theme: 'night-blue'
```
[license-image]: https://img.shields.io/github/license/plouc/mozaik.svg?style=flat-square
[license-url]: https://github.com/plouc/mozaik/blob/master/LICENSE.md
[logo]: https://raw.githubusercontent.com/wiki/plouc/mozaik/assets/mozaik-logo-v2.png
[widget-count-image]: https://img.shields.io/badge/widgets-x21-green.svg?style=flat-square
[npm-image]: https://img.shields.io/npm/v/mozaik.svg?style=flat-square
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mozaik",
"version": "1.1.0-rc.1",
"version": "1.1.0",
"description": "Mozaik dashboard composition tool",
"repository": {
"type": "git",
Expand All @@ -26,6 +26,7 @@
"widget",
"extension",
"dashboard",
"framework",
"dataviz",
"d3",
"react"
Expand Down

0 comments on commit 041b9c6

Please sign in to comment.