Skip to content

Commit

Permalink
chore(release): 20.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.0.0](v19.25.3...v20.0.0) (2022-06-17)

* feat!: implement i18n in Paragon components and in docs site (#1100) ([53e0ac6](53e0ac6)), closes [#1100](#1100)

### BREAKING CHANGES

* By adding i18n support to the Paragon design system, we are introducing a peer dependency on `[email protected]` or greater. This may be a breaking change for some consumers, if your repository:
* Uses v1 of `@edx/frontend-platform`
* Uses older version of `react-intl` than v5.25.0 directly.
* Does not use `react-intl`.
  • Loading branch information
semantic-release-bot committed Jun 17, 2022
1 parent 53e0ac6 commit 461f4cf
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [20.0.0](https://github.com/openedx/paragon/compare/v19.25.3...v20.0.0) (2022-06-17)


* feat!: implement i18n in Paragon components and in docs site (#1100) ([53e0ac6](https://github.com/openedx/paragon/commit/53e0ac632b45b045c0932741b05c2251ee056c47)), closes [#1100](https://github.com/openedx/paragon/issues/1100)


### BREAKING CHANGES

* By adding i18n support to the Paragon design system, we are introducing a peer dependency on `[email protected]` or greater. This may be a breaking change for some consumers, if your repository:
* Uses v1 of `@edx/frontend-platform`
* Uses older version of `react-intl` than v5.25.0 directly.
* Does not use `react-intl`.

## [19.25.3](https://github.com/openedx/paragon/compare/v19.25.2...v19.25.3) (2022-06-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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edx/paragon",
"version": "19.25.3",
"version": "20.0.0",
"description": "Accessible, responsive UI component library based on Bootstrap.",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 461f4cf

Please sign in to comment.