Skip to content

Commit

Permalink
chore(release): 20.18.1 [skip ci]
Browse files Browse the repository at this point in the history
## [20.18.1](v20.18.0...v20.18.1) (2022-11-10)

### Bug Fixes

* added translations English strings in FormAutosuggest component ([#1711](#1711)) ([782cfb8](782cfb8))
* fixed close button positioning in modal components ([#1733](#1733)) ([9d24187](9d24187))
* fixed onToggle prop ([#1719](#1719)) ([fe21655](fe21655))
* hooks are displayed in production ([#1715](#1715)) ([d726ad1](d726ad1))
  • Loading branch information
semantic-release-bot committed Nov 10, 2022
1 parent c25beb5 commit d688cdc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [20.18.1](https://github.com/openedx/paragon/compare/v20.18.0...v20.18.1) (2022-11-10)


### Bug Fixes

* added translations English strings in FormAutosuggest component ([#1711](https://github.com/openedx/paragon/issues/1711)) ([782cfb8](https://github.com/openedx/paragon/commit/782cfb8147aef728a85eeee8c91551dd0eebf4b4))
* fixed close button positioning in modal components ([#1733](https://github.com/openedx/paragon/issues/1733)) ([9d24187](https://github.com/openedx/paragon/commit/9d24187f5ee02159caed517c238dc8e4b2c704c9))
* fixed onToggle prop ([#1719](https://github.com/openedx/paragon/issues/1719)) ([fe21655](https://github.com/openedx/paragon/commit/fe216550f3b5326304d1230eb5ee3d6119ee9bb7))
* hooks are displayed in production ([#1715](https://github.com/openedx/paragon/issues/1715)) ([d726ad1](https://github.com/openedx/paragon/commit/d726ad10ad5e176ae6d4a83ddc4a645a9b08b024))

# [20.18.0](https://github.com/openedx/paragon/compare/v20.17.0...v20.18.0) (2022-10-26)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/paragon",
"version": "20.18.0",
"version": "20.18.1",
"description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit d688cdc

Please sign in to comment.