Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @lightspeed/[email protected]
 - @lightspeed/[email protected]
  • Loading branch information
xdrdak committed Jun 25, 2020
1 parent 0cbfe25 commit d8ce28b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/flame-css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
## 0.1.0 - 2020-06-25

### Added

Expand Down
10 changes: 5 additions & 5 deletions packages/flame-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"prepublish": "yarn build"
},
"devDependencies": {
"@babel/core": "7.10.3",
"@storybook/addon-docs": "^5.3.19",
"@storybook/react": "^5.3.19",
"@babel/core": "7.10.3",
"autoprefixer": "^9.8.2",
"babel-loader": "8.1.0",
"fs-extra": "9.0.1",
"postcss-import": "^12.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"fs-extra": "9.0.1",
"sass": "^1.26.9",
"autoprefixer": "^9.8.2",
"postcss-import": "^12.0.1"
"sass": "^1.26.9"
}
}
2 changes: 1 addition & 1 deletion packages/flame/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8 - 2020-06-25

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion packages/flame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightspeed/flame",
"version": "2.0.0-rc.7",
"version": "2.0.0-rc.8",
"private": true,
"description": "Lightspeed's React UI components library",
"author": "Lightspeed",
Expand Down

0 comments on commit d8ce28b

Please sign in to comment.