Skip to content

Commit 4d51da6

Browse files
committed
chore(release): 1.1.0
1 parent ea1f96d commit 4d51da6

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,49 @@ All notable changes to this project will be documented in this file. See
44
[standard-version](https://github.com/conventional-changelog/standard-version)
55
for commit guidelines.
66

7+
## [1.1.0](https://github.com/timelessco/react-components-template/compare/v1.0.0...v1.1.0) (2021-02-01)
8+
9+
### Features
10+
11+
- **babel:** ✨ add babel build
12+
([47e4e1c](https://github.com/timelessco/react-components-template/commit/47e4e1cc253ace6a1b4db9f473f5ec1cda4015b4))
13+
- **contributions:** 💥 add all contributors cli scripts
14+
([fdbc250](https://github.com/timelessco/react-components-template/commit/fdbc250de11dbedbeb85b0a3f9435b8cdd9bf99d))
15+
- **release:** 💥 add standard version release pipeline
16+
([ef8a7d7](https://github.com/timelessco/react-components-template/commit/ef8a7d73e0cb44cd20c0faff3ad7affc4a810e96))
17+
- **storybook:** ✨ add storybook & add button components
18+
([6dfd6be](https://github.com/timelessco/react-components-template/commit/6dfd6be8b17dce55d2f73eba6eb1bf25c9847748))
19+
20+
### Tests
21+
22+
- added jest test setup
23+
([#1](https://github.com/timelessco/react-components-template/issues/1))
24+
([93d7ce9](https://github.com/timelessco/react-components-template/commit/93d7ce9a2caf3afee28250c7709e77ba78221bfd))
25+
26+
### Code Refactoring
27+
28+
- **package:** update package info
29+
([9e55a8c](https://github.com/timelessco/react-components-template/commit/9e55a8cf562cc3e1d0e2e1f53f26dc61e353fa67))
30+
31+
### Build System
32+
33+
- **types:** 👷 add support for building types
34+
([479392a](https://github.com/timelessco/react-components-template/commit/479392a25fb28f0b6409fce3e62a23b435cff028))
35+
36+
### Docs
37+
38+
- **readme:** 📝 update docs with more info
39+
([bcdf9b6](https://github.com/timelessco/react-components-template/commit/bcdf9b6c3d4e04de17130228f61c89d494f730f5))
40+
- **readme:** 📝 update readme docs for v1
41+
([f94cd32](https://github.com/timelessco/react-components-template/commit/f94cd32dd702bdeb0bb3544b77c44178303c58cc))
42+
43+
### Others
44+
45+
- **release:** 1.0.0
46+
([5f58cb6](https://github.com/timelessco/react-components-template/commit/5f58cb6f52e034eb556fedd7ff5c8d7c73551d18))
47+
- **script:** 🔧 update lint scripts
48+
([ea1f96d](https://github.com/timelessco/react-components-template/commit/ea1f96d069975b52d14fc63d9d57f7b559df10db))
49+
750
## 1.0.0 (2020-12-07)
851

952
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-components-template",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "React Components Project template",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)