Skip to content

Commit df9b089

Browse files
author
quid-bot
committed
v4.6.0
1 parent 8e4084b commit df9b089

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.6.0](https://github.com/quid/refraction/compare/v4.5.0...v4.6.0) (2019-12-17)
7+
8+
9+
### Features
10+
11+
* adds support for raw and content object in ExpandableTable ([#122](https://github.com/quid/refraction/issues/122)) ([8e4084b](https://github.com/quid/refraction/commit/8e4084b))
12+
13+
14+
15+
16+
617
# [4.5.0](https://github.com/quid/refraction/compare/v4.4.1...v4.5.0) (2019-11-08)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "3.3.2",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"npmClient": "yarn",
55
"useWorkspaces": true,
66
"command": {

packages/react-expandable-table/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.6.0](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/compare/v4.5.0...v4.6.0) (2019-12-17)
7+
8+
9+
### Features
10+
11+
* adds support for raw and content object in ExpandableTable ([#122](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/issues/122)) ([8e4084b](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/commit/8e4084b))
12+
13+
14+
15+
16+
617
# [4.4.0](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/compare/v4.3.1...v4.4.0) (2019-11-01)
718

819

packages/react-expandable-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quid/react-expandable-table",
3-
"version": "4.4.0",
3+
"version": "4.6.0",
44
"description": "Simple table with expandable row content and column sorting capabilities.",
55
"main": "dist/index.js",
66
"main:umd": "dist/index.umd.js",

0 commit comments

Comments
 (0)