Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DHedgecock committed Feb 27, 2018
1 parent 69ce9bc commit fd5b8c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ and this project adheres to

#### [Unreleased]

## [2.0.0] - 2018-02-17

### Componentry v2 🎉 🎉 🎉

Componentry v2 is the first stable release of the library _(lesson learned: be
cautious initializing packages at 1.0.0)_. Going forward any change to component
APIs or classes or any change to the Bootstrap styles will follow semver and be
considered breaking changes.

## Breaking Changes 💥

* All non-essential styles have been moved to the Jetpack collection. This
collection allows us to provide useful enhancements and utility classes in an
opt-in fashion.

### Changed

### Added

* So. much. documentation. goodness. 📖 🎉 💯
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": "componentry",
"version": "2.0.0-beta.5",
"version": "2.0.0",
"description": "Radical React Components",
"main": "dist/componentry.js",
"module": "es/index.js",
Expand Down

0 comments on commit fd5b8c7

Please sign in to comment.