Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/cli@6.0.1
 - @formatjs/editor@2.0.20
 - react-intl@6.2.8
  • Loading branch information
pyrocat101 committed Feb 7, 2023
1 parent d970127 commit 687e0f6
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.0.0...@formatjs/cli@6.0.1) (2023-02-07)

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

# [6.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli@5.1.13...@formatjs/cli@6.0.0) (2023-01-31)

**Note:** Version bump only for package @formatjs/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "6.0.0",
"version": "6.0.1",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.20](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.19...@formatjs/editor@2.0.20) (2023-02-07)

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

## [2.0.19](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.18...@formatjs/editor@2.0.19) (2023-01-30)

**Note:** Version bump only for package @formatjs/editor
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/editor",
"version": "2.0.19",
"version": "2.0.20",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.2.8](https://github.com/formatjs/formatjs/compare/react-intl@6.2.7...react-intl@6.2.8) (2023-02-07)

### Bug Fixes

* **react-intl:** support union component prop types in `injectIntl` ([#3983](https://github.com/formatjs/formatjs/issues/3983)) ([d970127](https://github.com/formatjs/formatjs/commit/d970127a124ff260c26561bd92a3864094a2b021))

## [6.2.7](https://github.com/formatjs/formatjs/compare/react-intl@6.2.6...react-intl@6.2.7) (2023-01-30)

**Note:** Version bump only for package react-intl
Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl/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 packages/react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "6.2.7",
"version": "6.2.8",
"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 687e0f6

Please sign in to comment.