Skip to content

Commit 7fd3e05

Browse files
author
quid-bot
committed
v4.6.1
1 parent f712875 commit 7fd3e05

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.1](https://github.com/quid/refraction/compare/v4.6.0...v4.6.1) (2019-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* backwards compatibility support for react node for the cell ([#123](https://github.com/quid/refraction/issues/123)) ([f712875](https://github.com/quid/refraction/commit/f712875))
12+
13+
14+
15+
16+
617
# [4.6.0](https://github.com/quid/refraction/compare/v4.5.0...v4.6.0) (2019-12-17)
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.6.0",
3+
"version": "4.6.1",
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.1](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/compare/v4.6.0...v4.6.1) (2019-12-18)
7+
8+
9+
### Bug Fixes
10+
11+
* backwards compatibility support for react node for the cell ([#123](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/issues/123)) ([f712875](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/commit/f712875))
12+
13+
14+
15+
16+
617
# [4.6.0](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/compare/v4.5.0...v4.6.0) (2019-12-17)
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.6.0",
3+
"version": "4.6.1",
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)