Skip to content

Commit

Permalink
chore(release): 20.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.6.0](v20.5.0...v20.6.0) (2022-07-29)

### Bug Fixes

* incorrect display of responsive tables in the DataTable component ([#1332](#1332)) ([d112c31](d112c31))
* update dependencies and fix vulnerabilities ([#1431](#1431)) ([c442bb0](c442bb0))

### Features

* add message about file restrictions to default state of `Dropzone` ([#1470](#1470)) ([a4027b8](a4027b8))
* muted prop for card to give light gray background ([#1455](#1455)) ([5f1645d](5f1645d))
  • Loading branch information
semantic-release-bot committed Jul 29, 2022
1 parent 5f1645d commit 87c41ca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# [20.6.0](https://github.com/openedx/paragon/compare/v20.5.0...v20.6.0) (2022-07-29)


### Bug Fixes

* incorrect display of responsive tables in the DataTable component ([#1332](https://github.com/openedx/paragon/issues/1332)) ([d112c31](https://github.com/openedx/paragon/commit/d112c311f0f93ce2fe1dfd72adb5da7669821e05))
* update dependencies and fix vulnerabilities ([#1431](https://github.com/openedx/paragon/issues/1431)) ([c442bb0](https://github.com/openedx/paragon/commit/c442bb01b28f3dd0f63f0648dcdbeb5dcb87d0d2))


### Features

* add message about file restrictions to default state of `Dropzone` ([#1470](https://github.com/openedx/paragon/issues/1470)) ([a4027b8](https://github.com/openedx/paragon/commit/a4027b880b59aa7e9a6c601e64d994680f2d9188))
* muted prop for card to give light gray background ([#1455](https://github.com/openedx/paragon/issues/1455)) ([5f1645d](https://github.com/openedx/paragon/commit/5f1645d6c2d9d7260dcbc5788e1c09549f529e3a))

# [20.5.0](https://github.com/openedx/paragon/compare/v20.4.2...v20.5.0) (2022-07-15)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@edx/paragon",
"version": "20.5.0",
"version": "20.6.0",
"description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 87c41ca

Please sign in to comment.