Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/5app/base5-ui
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed May 7, 2020
2 parents ea56452 + e4dff2f commit 719d4b0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.0.1](https://github.com/5app/base5-ui/compare/v9.0.0...v9.0.1) (2020-04-30)


### Bug Fixes

* **Table:** Fix broken rowHeader fallback ([00ca904](https://github.com/5app/base5-ui/commit/00ca90464b79414d6a0699a3a838610a73ad74d6))

# [9.0.0](https://github.com/5app/base5-ui/compare/v8.3.0...v9.0.0) (2020-04-30)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base5-ui",
"version": "9.0.0",
"version": "9.0.1",
"description": "5app's reusable UI component library",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -48,16 +48,16 @@
"babel-plugin-styled-components": "^1.10.7",
"docz": "^2.2.0",
"eslint": "^6.8.0",
"eslint-config-5app": "^0.9.2",
"eslint-config-5app": "^0.10.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"eslint-plugin-react-hooks": "^4.0.0",
"gh-pages": "^2.1.1",
"husky": "^4.0.3",
"jest": "^25.0.0",
"jest": "^26.0.0",
"pixo": "^1.1.2",
"prettier": "^2.0.1",
"prop-types": "^15.7.2",
Expand Down

0 comments on commit 719d4b0

Please sign in to comment.