diff --git a/packages/flame/CHANGELOG.md b/packages/flame/CHANGELOG.md index 9725dc94..e2a2c12e 100644 --- a/packages/flame/CHANGELOG.md +++ b/packages/flame/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Refer to the [CONTRIBUTING guide](https://github.com/lightspeed/flame/blob/master/.github/CONTRIBUTING.md) for more info. -## [Unreleased] +## 2.0.0-rc.2 - 2020-06-17 ### Fixed diff --git a/packages/flame/package.json b/packages/flame/package.json index 76e9ef30..c9ca2cee 100644 --- a/packages/flame/package.json +++ b/packages/flame/package.json @@ -1,6 +1,6 @@ { "name": "@lightspeed/flame", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "private": true, "description": "Lightspeed's React UI components library", "author": "Lightspeed",