From fd5b8c760e5fedc18e97c143f8dd8bbd08f6cb26 Mon Sep 17 00:00:00 2001 From: Dan Hedgecock Date: Tue, 27 Feb 2018 06:18:32 -0800 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d805e52d..8437f93a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. 📖 🎉 💯 diff --git a/package.json b/package.json index 909e875d..796f8f6d 100644 --- a/package.json +++ b/package.json @@ -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",