Skip to content

Commit

Permalink
[release] Let's do an alpha release instead. It's quite early
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 29, 2017
1 parent 62a8cb3 commit 3a0eb03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Below is a summary of major changes.
- [Ripple/TouchRipple] Refactored and now works properly inside a button in firefox!
- [Button] Raised/flat/fab are now combined into a single component.

## 1.0.0-beta.1
## 1.0.0-alpha.1
###### _Jan 28, 2017_

This is the first public beta release. It's still work in progress.
This is the first public alpha release. It's still work in progress.
People will be able to start giving us feedback with this release.
Please keep in mind that [semver](https://docs.npmjs.com/getting-started/semantic-versioning) won't be respected between pre-releases.
In other worlds, the API will change if we need to.
In other words, the API will change if we need to.

## 0.16.7
###### _Jan 15, 2017_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-ui-build",
"private": true,
"author": "Material-UI Team",
"version": "1.0.0-beta.1",
"version": "1.0.0-alpha.1",
"description": "Material Design UI components built with React",
"main": "./src/index.js",
"keywords": [
Expand Down

0 comments on commit 3a0eb03

Please sign in to comment.