Skip to content

Commit

Permalink
Added changes to changelog and bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbull committed Aug 8, 2016
1 parent aad6c86 commit 4a246f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.2.8 (August 8th, 2016)

- Added macOS toolbar nav component
- Added inset property to macOS title bar component
- Added dimension and alignment properties to macOS toolbar component

## 0.2.7 (July 28th, 2016)

- Added macOS dialog component
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Everyone is welcome to contribute and add more components/documentation whilst f

## Documentation

Guides on installation, components and advanced usage are found in the [documentation](/docs/README.md).
Guides on installation, components and advanced usage are found in the [documentation](http://reactdesktop.js.org).
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ can be used in any JavaScript powered project!
* [Text Input](/docs/mac-os/text-input.md)
* [Title Bar](/docs/mac-os/title-bar.md)
* [Toolbar](/docs/mac-os/toolbar.md)
* [Toolbar Nav](/docs/mac-os/toolbar-nav.md)
* [View](/docs/mac-os/view.md)
* [Window](/docs/mac-os/window.md)
3. Windows 10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-desktop",
"author": "Gabriel Bull",
"version": "0.2.7",
"version": "0.2.8",
"description": "React UI Components for macOS Sierra and Windows 10",
"main": "./index.js",
"keywords": [
Expand Down

0 comments on commit 4a246f4

Please sign in to comment.