Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8efb91

Browse files
committedFeb 5, 2019
chore(release): 2.12.0 [skip ci]
# [2.12.0](v2.11.0...v2.12.0) (2019-02-05) ### Bug Fixes * 🐛 avoide React use "key" warnings ([66fad9b](66fad9b)) ### Features * 🎸 add <ListTable> component ([c9d767a](c9d767a)) * 🎸 improve <ListTable> and add reference to docs ([d95444d](d95444d))
1 parent ecad476 commit a8efb91

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

Diff for: ‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.12.0](https://github.com/streamich/libreact/compare/v2.11.0...v2.12.0) (2019-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 avoide React use "key" warnings ([66fad9b](https://github.com/streamich/libreact/commit/66fad9b))
7+
8+
9+
### Features
10+
11+
* 🎸 add <ListTable> component ([c9d767a](https://github.com/streamich/libreact/commit/c9d767a))
12+
* 🎸 improve <ListTable> and add reference to docs ([d95444d](https://github.com/streamich/libreact/commit/d95444d))
13+
114
# [2.11.0](https://github.com/streamich/libreact/compare/v2.10.1...v2.11.0) (2019-01-27)
215

316

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libreact",
3-
"version": "2.11.0",
3+
"version": "2.12.0",
44
"description": "React standard library",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)
Please sign in to comment.