Skip to content

Commit 03e9b48

Browse files
committed
docs(release): prepare release 1.1.0
1 parent f276dbd commit 03e9b48

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

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

33
All notable changes to this project will be documented here. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
44

5+
6+
## [1.1.0](https://github.com/natterstefan/react-component-catalog/compare/v1.0.1...v1.1.0) (2019-05-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **CatalogComponent:** Fix missing displayName ([fa3e14f](https://github.com/natterstefan/react-component-catalog/commit/fa3e14f))
12+
13+
14+
### Features
15+
16+
* **catalog:** Add new catalog.hasComponent function ([c4c10a2](https://github.com/natterstefan/react-component-catalog/commit/c4c10a2))
17+
* **catalog:** Allow nested components object in catalog ([ca236ad](https://github.com/natterstefan/react-component-catalog/commit/ca236ad))
18+
* **CatalogComponent:** CatalogComponent supports nested components ([369375b](https://github.com/natterstefan/react-component-catalog/commit/369375b))
19+
20+
21+
522
## [1.0.1](https://github.com/natterstefan/react-component-catalog/compare/v1.0.0...v1.0.1) (2019/04/29)
623

724
### Added

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "react-component-catalog",
33
"author": "Stefan Natter <https://natterstefan.me>",
44
"license": "Apache-2.0",
5-
"version": "1.0.1",
5+
"version": "1.1.0",
66
"description": "Manage a catalog (registry) of react-components easily.",
77
"main": "lib/index.js",
88
"module": "esm/index.js",
@@ -32,7 +32,7 @@
3232
"husky": {
3333
"hooks": {
3434
"pre-commit": "lint-staged",
35-
"prepare-commit-msg": "exec < /dev/tty && git cz --hook"
35+
"prepare-commit-msg": "exec < /dev/tty && ./node_modules/.bin/git-cz --hook"
3636
}
3737
},
3838
"lint-staged": {

0 commit comments

Comments
 (0)