Skip to content

Commit

Permalink
feat: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-react-intl@7.6.0
 - @formatjs/cli@1.9.4
 - eslint-plugin-formatjs@2.4.0
 - @formatjs/intl-datetimeformat@2.0.3
 - @formatjs/intl-displaynames@3.0.3
 - intl-format-cache@4.2.47
 - @formatjs/intl-getcanonicallocales@1.2.11
 - @formatjs/intl-listformat@3.0.3
 - @formatjs/intl-locale@2.1.13
 - intl-messageformat-parser@5.2.5
 - intl-messageformat@9.0.3
 - @formatjs/intl-numberformat@5.0.3
 - @formatjs/intl-pluralrules@3.0.3
 - @formatjs/intl-relativetimeformat@6.0.3
 - @formatjs/intl-utils@3.6.1
 - react-intl@5.0.3
 - @formatjs/ts-transformer@2.2.2
 - website@1.0.3
  • Loading branch information
longlho committed Jul 9, 2020
1 parent fe61a9b commit b6e3465
Show file tree
Hide file tree
Showing 36 changed files with 203 additions and 53 deletions.
11 changes: 11 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,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [7.6.0](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@7.5.28...babel-plugin-react-intl@7.6.0) (2020-07-09)


### Features

* **babel-plugin-react-intl:** rm references to @formatjs/macro ([508df3b](https://github.com/formatjs/formatjs/commit/508df3bbbfcd3aafdeb368e67062581a7f804154))





## [7.5.28](https://github.com/formatjs/formatjs/compare/babel-plugin-react-intl@7.5.27...babel-plugin-react-intl@7.5.28) (2020-07-03)

**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": "7.5.28",
"version": "7.6.0",
"description": "Extracts string messages for translation from modules that use React Intl.",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"@types/fs-extra": "^9.0.1",
"@types/schema-utils": "^2.4.0",
"fs-extra": "^9.0.0",
"intl-messageformat-parser": "^5.2.4",
"intl-messageformat-parser": "^5.2.5",
"schema-utils": "^2.6.6"
},
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/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.9.4](https://github.com/formatjs/formatjs/compare/@formatjs/cli@1.9.3...@formatjs/cli@1.9.4) (2020-07-09)

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





## [1.9.3](https://github.com/formatjs/formatjs/compare/@formatjs/cli@1.9.2...@formatjs/cli@1.9.3) (2020-07-03)

**Note:** Version bump only for package @formatjs/cli
Expand Down
12 changes: 6 additions & 6 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "1.9.3",
"version": "1.9.4",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -35,19 +35,19 @@
"@babel/plugin-proposal-optional-chaining": "7",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@formatjs/ts-transformer": "^2.2.1",
"@formatjs/ts-transformer": "^2.2.2",
"@types/babel__core": "^7.1.7",
"@types/lodash": "^4.14.150",
"@types/loud-rejection": "^2.0.0",
"@types/node": "14",
"babel-plugin-const-enum": "^1.0.1",
"babel-plugin-react-intl": "^7.5.28",
"babel-plugin-react-intl": "^7.6.0",
"chalk": "^4.0.0",
"commander": "5.1.0",
"fs-extra": "^9.0.0",
"glob": "^7.1.6",
"lodash": "^4.17.15",
"loud-rejection": "^2.2.0",
"@types/loud-rejection": "^2.0.0",
"@types/node": "14"
"loud-rejection": "^2.2.0"
},
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin-formatjs/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.

# [2.4.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.3.21...eslint-plugin-formatjs@2.4.0) (2020-07-09)


### Features

* **eslint-plugin-formatjs:** remove references to @formatjs/macro ([831feed](https://github.com/formatjs/formatjs/commit/831feed1a5db0557038f2d5a246e808511775b84))





## [2.3.21](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.3.20...eslint-plugin-formatjs@2.3.21) (2020-07-03)

**Note:** Version bump only for package eslint-plugin-formatjs
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-formatjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-formatjs",
"version": "2.3.21",
"version": "2.4.0",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand All @@ -25,7 +25,7 @@
"@types/estree": "^0.0.45",
"@typescript-eslint/typescript-estree": "^3.6.0",
"emoji-regex": "^9.0.0",
"intl-messageformat-parser": "^5.2.4"
"intl-messageformat-parser": "^5.2.5"
},
"peerDependencies": {
"eslint": "^6.8.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-datetimeformat/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.

## [2.0.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@2.0.2...@formatjs/intl-datetimeformat@2.0.3) (2020-07-09)

**Note:** Version bump only for package @formatjs/intl-datetimeformat





## [2.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@2.0.1...@formatjs/intl-datetimeformat@2.0.2) (2020-07-03)

**Note:** Version bump only for package @formatjs/intl-datetimeformat
Expand Down
6 changes: 3 additions & 3 deletions packages/intl-datetimeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "2.0.2",
"version": "2.0.3",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "intl-datetimeformat.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/intl-getcanonicallocales": "^1.2.10",
"@formatjs/intl-utils": "^3.6.0"
"@formatjs/intl-getcanonicallocales": "^1.2.11",
"@formatjs/intl-utils": "^3.6.1"
}
}
8 changes: 8 additions & 0 deletions packages/intl-displaynames/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.

## [3.0.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@3.0.2...@formatjs/intl-displaynames@3.0.3) (2020-07-09)

**Note:** Version bump only for package @formatjs/intl-displaynames





## [3.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@3.0.1...@formatjs/intl-displaynames@3.0.2) (2020-07-03)

**Note:** Version bump only for package @formatjs/intl-displaynames
Expand Down
6 changes: 3 additions & 3 deletions packages/intl-displaynames/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-displaynames",
"version": "3.0.2",
"version": "3.0.3",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand Down Expand Up @@ -31,10 +31,10 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/intl-utils": "^3.6.0"
"@formatjs/intl-utils": "^3.6.1"
},
"devDependencies": {
"@formatjs/intl-getcanonicallocales": "^1.2.10",
"@formatjs/intl-getcanonicallocales": "^1.2.11",
"@types/chalk": "^2.2.0",
"@types/jest": "^25.2.1",
"chalk": "^4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-format-cache/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.2.47](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.46...intl-format-cache@4.2.47) (2020-07-09)

**Note:** Version bump only for package intl-format-cache





## [4.2.46](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.45...intl-format-cache@4.2.46) (2020-07-03)

**Note:** Version bump only for package intl-format-cache
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-format-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-format-cache",
"version": "4.2.46",
"version": "4.2.47",
"description": "A memoizer factory for Intl format constructors.",
"main": "index.js",
"module": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-getcanonicallocales/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.2.11](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@1.2.10...@formatjs/intl-getcanonicallocales@1.2.11) (2020-07-09)

**Note:** Version bump only for package @formatjs/intl-getcanonicallocales





## [1.2.10](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@1.2.8...@formatjs/intl-getcanonicallocales@1.2.10) (2020-07-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/intl-getcanonicallocales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-getcanonicallocales",
"version": "1.2.10",
"version": "1.2.11",
"description": "Intl.getCanonicalLocales polyfill",
"keywords": [
"intl",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-listformat/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.

## [3.0.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@3.0.2...@formatjs/intl-listformat@3.0.3) (2020-07-09)

**Note:** Version bump only for package @formatjs/intl-listformat





## [3.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@3.0.1...@formatjs/intl-listformat@3.0.2) (2020-07-03)

**Note:** Version bump only for package @formatjs/intl-listformat
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-listformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-listformat",
"version": "3.0.2",
"version": "3.0.3",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand All @@ -19,7 +19,7 @@
"url": "git@github.com:formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/intl-utils": "^3.6.0"
"@formatjs/intl-utils": "^3.6.1"
},
"main": "index.js",
"module": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-locale/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.

## [2.1.13](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.1.12...@formatjs/intl-locale@2.1.13) (2020-07-09)

**Note:** Version bump only for package @formatjs/intl-locale





## [2.1.12](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.1.11...@formatjs/intl-locale@2.1.12) (2020-07-03)

**Note:** Version bump only for package @formatjs/intl-locale
Expand Down
6 changes: 3 additions & 3 deletions packages/intl-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-locale",
"version": "2.1.12",
"version": "2.1.13",
"description": "Intl.Locale polyfill",
"keywords": [
"intl",
Expand All @@ -25,8 +25,8 @@
"url": "https://github.com/formatjs/formatjs/issues"
},
"dependencies": {
"@formatjs/intl-getcanonicallocales": "^1.2.10",
"@formatjs/intl-utils": "^3.6.0",
"@formatjs/intl-getcanonicallocales": "^1.2.11",
"@formatjs/intl-utils": "^3.6.1",
"cldr-core": "^36.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-messageformat-parser/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.

## [5.2.5](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.2.4...intl-messageformat-parser@5.2.5) (2020-07-09)

**Note:** Version bump only for package intl-messageformat-parser





## [5.2.4](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@5.2.3...intl-messageformat-parser@5.2.4) (2020-07-03)

**Note:** Version bump only for package intl-messageformat-parser
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.2.4",
"version": "5.2.5",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"url": "https://github.com/formatjs/formatjs/issues"
},
"dependencies": {
"@formatjs/intl-numberformat": "^5.0.2"
"@formatjs/intl-numberformat": "^5.0.3"
},
"homepage": "https://github.com/formatjs/formatjs",
"gitHead": "8b0baec8eda5002715cf893274fe59782fc2d371",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-messageformat/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.

## [9.0.3](https://github.com/formatjs/formatjs/compare/intl-messageformat@9.0.2...intl-messageformat@9.0.3) (2020-07-09)

**Note:** Version bump only for package intl-messageformat





## [9.0.2](https://github.com/formatjs/formatjs/compare/intl-messageformat@9.0.1...intl-messageformat@9.0.2) (2020-07-03)

**Note:** Version bump only for package intl-messageformat
Expand Down
6 changes: 3 additions & 3 deletions packages/intl-messageformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "9.0.2",
"version": "9.0.3",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down Expand Up @@ -31,8 +31,8 @@
"module": "lib/index.js",
"types": "intl-messageformat.d.ts",
"dependencies": {
"intl-format-cache": "^4.2.46",
"intl-messageformat-parser": "^5.2.4"
"intl-format-cache": "^4.2.47",
"intl-messageformat-parser": "^5.2.5"
},
"sideEffects": false,
"homepage": "https://github.com/formatjs/formatjs",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-numberformat/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.

## [5.0.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@5.0.2...@formatjs/intl-numberformat@5.0.3) (2020-07-09)

**Note:** Version bump only for package @formatjs/intl-numberformat





## [5.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@5.0.1...@formatjs/intl-numberformat@5.0.2) (2020-07-03)

**Note:** Version bump only for package @formatjs/intl-numberformat
Expand Down
Loading

0 comments on commit b6e3465

Please sign in to comment.