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 Apr 24, 2020
2 parents 9354198 + 36fd954 commit 1de39f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [8.2.3](https://github.com/5app/base5-ui/compare/v8.2.2...v8.2.3) (2020-03-25)


### Bug Fixes

* **Button:** Preserve aria-pressed attr on inactive toggle buttons ([a8b300b](https://github.com/5app/base5-ui/commit/a8b300b723be85b62f68803ecd37dbdb890255be))

## [8.2.2](https://github.com/5app/base5-ui/compare/v8.2.1...v8.2.2) (2020-03-25)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "base5-ui",
"version": "8.2.2",
"version": "8.2.3",
"description": "5app's reusable UI component library",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -54,7 +54,7 @@
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-react-hooks": "^3.0.0",
"gh-pages": "^2.1.1",
"husky": "^4.0.3",
"jest": "^25.0.0",
Expand Down

0 comments on commit 1de39f4

Please sign in to comment.