diff --git a/packages/table/CHANGELOG.md b/packages/table/CHANGELOG.md index d6a358469..f4fc62c90 100644 --- a/packages/table/CHANGELOG.md +++ b/packages/table/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 0.4.0 (2021-10-12) + + +### Bug Fixes + +* remove some comments ([51e4f93](https://github.com/equinor/fusion-react-components/commit/51e4f938ab36233fa4f5cd7a0291e66143db6600)) + + +### Features + +* make pagination disabled by default and add option for pagesizes ([9888099](https://github.com/equinor/fusion-react-components/commit/98880994753c89ff5ebbdbb64a78e8cda74f3094)) +* pagination for table ([f578745](https://github.com/equinor/fusion-react-components/commit/f578745abd916a36cdfb9bf618312f1563f18d66)) + + + + + ## [0.3.19](https://github.com/equinor/fusion-react-components/compare/@equinor/fusion-react-table@0.3.18...@equinor/fusion-react-table@0.3.19) (2021-09-30) **Note:** Version bump only for package @equinor/fusion-react-table diff --git a/packages/table/package.json b/packages/table/package.json index a86e7de6b..8928682e4 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-react-table", - "version": "0.3.19", + "version": "0.4.0", "description": "component for displaying tables", "keywords": [ "table", diff --git a/storybook/CHANGELOG.md b/storybook/CHANGELOG.md index a60ef1622..17fd84b48 100644 --- a/storybook/CHANGELOG.md +++ b/storybook/CHANGELOG.md @@ -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. +# [1.24.0](https://github.com/equinor/fusion-react-components/compare/@equinor/fusion-react-components-stories@1.23.1...@equinor/fusion-react-components-stories@1.24.0) (2021-10-12) + + +### Features + +* pagination for table ([f578745](https://github.com/equinor/fusion-react-components/commit/f578745abd916a36cdfb9bf618312f1563f18d66)) + + + + + ## [1.23.1](https://github.com/equinor/fusion-react-components/compare/@equinor/fusion-react-components-stories@1.23.0...@equinor/fusion-react-components-stories@1.23.1) (2021-10-11) **Note:** Version bump only for package @equinor/fusion-react-components-stories diff --git a/storybook/package.json b/storybook/package.json index 6ebab9abb..cb51638fb 100644 --- a/storybook/package.json +++ b/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/fusion-react-components-stories", - "version": "1.23.1", + "version": "1.24.0", "description": "", "private": true, "scripts": { @@ -23,7 +23,7 @@ "@equinor/fusion-react-radio": "^0.3.6", "@equinor/fusion-react-styles": "^0.3.5", "@equinor/fusion-react-switch": "^0.3.6", - "@equinor/fusion-react-table": "^0.3.19", + "@equinor/fusion-react-table": "^0.4.0", "@equinor/fusion-react-textarea": "^0.5.0", "@equinor/fusion-react-textinput": "^0.6.0", "@equinor/fusion-wc-theme": "^0.2.15",