Skip to content

Commit

Permalink
chore(Release): bump version to 1.2.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Sep 4, 2015
1 parent b3a200b commit 75aa7da
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## To Be Released

## 1.2.2 - 2015-09-04

### Fixed
- Support for React 0.14.0-beta3 [#178](https://github.com/nikgraf/belle/pull/178)
- [Toggle] Fix missing base-styles for Toggle [#179](https://github.com/nikgraf/belle/issues/179)

## 1.2.1 - 2015-08-26

### Fixed
- [Combobox, Select] Improve children manipulation to make Belle work with Radium [#170](https://github.com/nikgraf/belle/issues/170)

## 1.2.0 - 2015-08-19
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "belleDocumentation",
"version": "1.2.1",
"version": "1.2.2",
"description": "Docuemtation for Belle",
"author": {
"name": "Nik Graf",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "belleExamples",
"version": "1.2.1",
"version": "1.2.2",
"description": "Playground for using Belle components",
"author": {
"name": "Nik Graf",
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": "belle",
"version": "1.2.1",
"version": "1.2.2",
"description": "Configurable React Components with great UX",
"author": {
"name": "Nik Graf",
Expand Down
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "belle",
"version": "1.2.1",
"version": "1.2.2",
"description": "Tests for Belle",
"author": {
"name": "Nik Graf",
Expand Down

0 comments on commit 75aa7da

Please sign in to comment.