Skip to content

Commit

Permalink
v4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quid-bot committed Dec 18, 2019
1 parent f712875 commit 7fd3e05
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.1](https://github.com/quid/refraction/compare/v4.6.0...v4.6.1) (2019-12-18)


### Bug Fixes

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





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


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.6.0",
"version": "4.6.1",
"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.1](https://github.com/quid/refraction/tree/master/packages/react-expandable-table/compare/v4.6.0...v4.6.1) (2019-12-18)


### Bug Fixes

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





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


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.6.0",
"version": "4.6.1",
"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 7fd3e05

Please sign in to comment.