Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Ho committed Aug 8, 2019
1 parent 5311ac2 commit 6e67775
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/babel-plugin-react-intl/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.

## [4.1.8](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.8) (2019-08-08)

**Note:** Version bump only for package babel-plugin-react-intl





## [4.1.7](https://github.com/formatjs/formatjs/compare/[email protected]@4.1.7) (2019-08-07)

**Note:** Version bump only for package babel-plugin-react-intl
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-react-intl",
"version": "4.1.7",
"version": "4.1.8",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
"@babel/helper-plugin-utils": "^7.0.0",
"@types/babel__core": "^7.1.2",
"fs-extra": "^8.0.1",
"intl-messageformat-parser": "^3.0.3"
"intl-messageformat-parser": "^3.0.4"
},
"scripts": {
"clean": "rimraf lib test/fixtures/**/actual.json",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-messageformat-parser/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.

## [3.0.4](https://github.com/formatjs/formatjs/compare/[email protected]@3.0.4) (2019-08-08)


### Bug Fixes

* **intl-messageformat-parser:** make date time skeleton compatib… ([#140](https://github.com/formatjs/formatjs/issues/140)) ([b6ea222](https://github.com/formatjs/formatjs/commit/b6ea222))





## [3.0.3](https://github.com/formatjs/formatjs/compare/[email protected]@3.0.3) (2019-08-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat-parser",
"version": "3.0.3",
"version": "3.0.4",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "dist/index",
"module": "dist/index.mjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-messageformat/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.

# [6.1.0](https://github.com/formatjs/formatjs/compare/[email protected]@6.1.0) (2019-08-08)


### Features

* **intl-messageformat:** rm core bundle for now ([5311ac2](https://github.com/formatjs/formatjs/commit/5311ac2))





## [6.0.4](https://github.com/formatjs/formatjs/compare/[email protected]@6.0.4) (2019-08-07)

**Note:** Version bump only for package intl-messageformat
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-messageformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "6.0.4",
"version": "6.1.0",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -32,7 +32,7 @@
"type": "module",
"dependencies": {
"intl-format-cache": "^4.1.6",
"intl-messageformat-parser": "^3.0.3"
"intl-messageformat-parser": "^3.0.4"
},
"scripts": {
"benchmark": "ts-node --project ./tsconfig.cjs.json tests/benchmark",
Expand Down

0 comments on commit 6e67775

Please sign in to comment.