Skip to content
This repository was archived by the owner on May 4, 2020. It is now read-only.

Commit 435ad8c

Browse files
author
Long Ho
committed
Publish
- [email protected] - @formatjs/[email protected] - @formatjs/[email protected]
1 parent f5af7a4 commit 435ad8c

File tree

9 files changed

+43
-7
lines changed

9 files changed

+43
-7
lines changed

packages/babel-plugin-react-intl/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [7.0.0](https://github.com/formatjs/formatjs/compare/[email protected]@7.0.0) (2020-03-22)
7+
8+
9+
### Features
10+
11+
* **babel-plugin-react-intl:** remove FormattedHTMLMessage extraction ([f962fdf](https://github.com/formatjs/formatjs/commit/f962fdf06118bda5bfb7f239962defced5597920))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **babel-plugin-react-intl:** As of [email protected], `FormattedHTMLMessage` is no longer supported so
17+
we're removing this from our babel plugin as well
18+
19+
20+
21+
22+
623
# [6.2.0](https://github.com/formatjs/formatjs/compare/[email protected]@6.2.0) (2020-03-18)
724

825

packages/babel-plugin-react-intl/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/babel-plugin-react-intl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-react-intl",
3-
"version": "6.2.0",
3+
"version": "7.0.0",
44
"description": "Extracts string messages for translation from modules that use React Intl.",
55
"repository": {
66
"type": "git",

packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-22)
7+
8+
**Note:** Version bump only for package @formatjs/cli
9+
10+
11+
12+
13+
614
# [1.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-18)
715

816

packages/cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/cli",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A CLI for formatjs.",
55
"keywords": [
66
"intl",
@@ -48,7 +48,7 @@
4848
"@types/loader-utils": "^1.1.3",
4949
"@types/lodash": "^4.14.138",
5050
"babel-plugin-const-enum": "^0.0.2",
51-
"babel-plugin-react-intl": "^6.2.0",
51+
"babel-plugin-react-intl": "^7.0.0",
5252
"commander": "4.0.0-1",
5353
"fs-extra": "^8.1.0",
5454
"glob": "^7.1.6",

packages/ts-transformer/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-22)
7+
8+
9+
### Features
10+
11+
* **@formatjs/ts-transformer:** rm support for FormattedHTMLMessage ([ac592fa](https://github.com/formatjs/formatjs/commit/ac592fa90e5eb9e486462c7c75167879bb3ce86d))
12+
13+
14+
15+
16+
617
## [1.0.12](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2020-03-18)
718

819
**Note:** Version bump only for package @formatjs/ts-transformer

packages/ts-transformer/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ts-transformer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/ts-transformer",
3-
"version": "1.0.12",
3+
"version": "1.1.0",
44
"description": "TS Compiler transformer for formatjs",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)