Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/editor@1.1.28
 - react-intl@5.20.9
  • Loading branch information
longlho committed Aug 16, 2021
1 parent 567a131 commit 9a0cf15
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.28](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.27...@formatjs/editor@1.1.28) (2021-08-16)

**Note:** Version bump only for package @formatjs/editor





## [1.1.27](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.26...@formatjs/editor@1.1.27) (2021-08-15)

**Note:** Version bump only for package @formatjs/editor
Expand Down
4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/editor",
"version": "1.1.27",
"version": "1.1.28",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@material-ui/lab": "4.0.0-alpha.57",
"@types/react": "16",
"react": "17",
"react-intl": "5.20.8"
"react-intl": "5.20.9"
},
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
Expand Down
11 changes: 11 additions & 0 deletions packages/react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.20.9](https://github.com/formatjs/formatjs/compare/react-intl@5.20.8...react-intl@5.20.9) (2021-08-16)


### Bug Fixes

* **react-intl:** fix children type of FormattedMessage, fix [#3117](https://github.com/formatjs/formatjs/issues/3117) ([567a131](https://github.com/formatjs/formatjs/commit/567a131a910e0bc2584cc031235b8987d91d815a))





## [5.20.8](https://github.com/formatjs/formatjs/compare/react-intl@5.20.7...react-intl@5.20.8) (2021-08-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "5.20.8",
"version": "5.20.9",
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down

0 comments on commit 9a0cf15

Please sign in to comment.