Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
quid-bot committed Dec 17, 2019
1 parent 8e4084b commit df9b089
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.6.0](https://github.com/quid/refraction/compare/v4.5.0...v4.6.0) (2019-12-17)


### Features

* 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))





# [4.5.0](https://github.com/quid/refraction/compare/v4.4.1...v4.5.0) (2019-11-08)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "3.3.2",
"version": "4.5.0",
"version": "4.6.0",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
11 changes: 11 additions & 0 deletions packages/react-expandable-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.6.0](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/compare/v4.5.0...v4.6.0) (2019-12-17)


### Features

* 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))





# [4.4.0](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/compare/v4.3.1...v4.4.0) (2019-11-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-expandable-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quid/react-expandable-table",
"version": "4.4.0",
"version": "4.6.0",
"description": "Simple table with expandable row content and column sorting capabilities.",
"main": "dist/index.js",
"main:umd": "dist/index.umd.js",
Expand Down

0 comments on commit df9b089

Please sign in to comment.