Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 7b93052

Browse files
committed
chore(release): 8.0.0
1 parent f0c5ac7 commit 7b93052

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [8.0.0](https://github.com/zillow/create-react-styleguide/compare/v7.1.0...v8.0.0) (2021-12-22)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* drop IE11 support
11+
* Add rollup support, update configs, and dependencies
12+
* add `.nvmrc` with Node 14
13+
14+
### Features
15+
16+
* add prettier config support ([03d4fb1](https://github.com/zillow/create-react-styleguide/commit/03d4fb1347a2dce1205bdadcb72b1b52c8c1e598))
17+
18+
19+
### Bug Fixes
20+
21+
* do not install husky in CI pipeline ([316e14f](https://github.com/zillow/create-react-styleguide/commit/316e14fde3d2c8080f1dfe3b6f270cf6bb01e5b5))
22+
* only run eslint and test during prepublish script ([f0c5ac7](https://github.com/zillow/create-react-styleguide/commit/f0c5ac75d11b5262182d25a4ba69368a4214251e))
23+
* update husky config to match v7 ([387d0b8](https://github.com/zillow/create-react-styleguide/commit/387d0b86420c15e0bbec8273d2eca77e5c703cd9))
24+
25+
26+
### Build System
27+
28+
* add `.nvmrc` with Node 14 ([3c51977](https://github.com/zillow/create-react-styleguide/commit/3c51977e2c9fe8591e6c55d5407c3cee29b8ecdb))
29+
* Add rollup support, update configs, and dependencies ([87d7b59](https://github.com/zillow/create-react-styleguide/commit/87d7b596fa23a038417cea721dc4d1ab71b5f83d))
30+
* drop IE11 support ([3704937](https://github.com/zillow/create-react-styleguide/commit/3704937200f308628c8f6c3795ca91c6c9e58124))
31+
* move `bin` and `lib` to root and remove build process for CRS itself ([3ec932b](https://github.com/zillow/create-react-styleguide/commit/3ec932b0a6fcb91674a616f39dfb51ddc2751a9b))
32+
533
## [7.1.0](https://github.com/zillow/create-react-styleguide/compare/v7.0.1...v7.1.0) (2021-09-28)
634

735

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-react-styleguide",
33
"description": "A toolkit for creating React component libraries and style guides",
4-
"version": "7.1.0",
4+
"version": "8.0.0",
55
"license": "ISC",
66
"author": "Brian Stone <[email protected]>",
77
"homepage": "https://github.com/zillow/create-react-styleguide#readme",

0 commit comments

Comments
 (0)