Skip to content

Commit

Permalink
Release/3.0.1 (#162)
Browse files Browse the repository at this point in the history
* update changelog

* update versions
  • Loading branch information
adammockor authored Dec 6, 2019
1 parent d84ca13 commit f73a619
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
## 3.0.1 (Dec 6, 2019)

#### :rocket: New Feature

- [lighter-styleguide] added new sidebar ([#156](https://github.com/lightingbeetle/lighter/pull/156))
- [lighter-styleguide] added search in styleguide routes paths ([#158](https://github.com/lightingbeetle/lighter/pull/158))

#### :nail_care: Enhancement

- [lighter-styleguide] update react-select dependency ([#149](https://github.com/lightingbeetle/lighter/pull/149))
- [lighter-react-scripts] update sass-loader dependency ([#151](https://github.com/lightingbeetle/lighter/pull/151))
- [lighter-styleguide] refactor `<ColorPalette />` to hooks ([#154](https://github.com/lightingbeetle/lighter/pull/154))
- [lighter-styleguide] refactor `<Code />` to hooks and replace `prismjs` with `prism-react-renderer` ([#150](https://github.com/lightingbeetle/lighter/pull/150))
- [lighter-styleguide] refactor `<Preview />` to hooks ([#160](https://github.com/lightingbeetle/lighter/pull/160))

#### :bug: Bug Fix

- [lighter-styleguide] fix package json react-select dependency version ([#155](https://github.com/lightingbeetle/lighter/pull/155))
- [lighter-styleguide] remove GA console.log ([#157](https://github.com/lightingbeetle/lighter/pull/157))
- [lighter-styleguide] fix styleguide npm contents ([#161](https://github.com/lightingbeetle/lighter/pull/161))

#### :house: Internal

- [lighter] add `styleguide:install` and `styleguide` scripts ([#152](https://github.com/lightingbeetle/lighter/pull/152))
- [lighter-styleguide] update favicon and app title of styleguide ([#153](https://github.com/lightingbeetle/lighter/pull/153))

#### :tada: version updates

- `[email protected]`
- `[email protected]`

## 3.0.0 (Oct 31, 2019)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion packages/react-scripts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lighting-beetle/lighter-react-scripts",
"version": "3.0.0",
"version": "3.0.1",
"description": "Configuration and scripts for Lighter",
"repository": "lighting-beetle/lighter",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/styleguide/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/styleguide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lighting-beetle/lighter-styleguide",
"version": "3.0.1",
"version": "3.1.0",
"description": "Lighter styleguide",
"main": "build/lib/styleguide.js",
"files": [
Expand Down

0 comments on commit f73a619

Please sign in to comment.