Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@9.2.1
 - @formatjs/cli@3.1.5
 - @formatjs/ecma402-abstract@1.6.1
 - eslint-plugin-formatjs@2.12.6
 - @formatjs/intl-datetimeformat@3.2.11
 - @formatjs/intl-displaynames@4.0.9
 - @formatjs/intl-getcanonicallocales@1.5.5
 - @formatjs/intl-listformat@5.0.9
 - @formatjs/intl-locale@2.4.18
 - @formatjs/intl-localematcher@0.2.4
 - intl-messageformat-parser@6.4.1
 - intl-messageformat@9.5.1
 - @formatjs/intl-numberformat@6.2.1
 - @formatjs/intl-pluralrules@4.0.10
 - @formatjs/intl-relativetimeformat@8.1.1
 - @formatjs/intl@1.8.1
 - react-intl@5.13.1
 - @formatjs/ts-transformer@3.1.5
 - vue-intl@4.1.14
  • Loading branch information
longlho committed Feb 25, 2021
1 parent 37577d2 commit d070712
Show file tree
Hide file tree
Showing 38 changed files with 258 additions and 52 deletions.
11 changes: 11 additions & 0 deletions packages/babel-plugin-formatjs/CHANGELOG.md
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.

## [9.2.1](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@9.2.0...babel-plugin-formatjs@9.2.1) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





# [9.2.0](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@9.1.4...babel-plugin-formatjs@9.2.0) (2021-02-25)


Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-formatjs/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-formatjs",
"version": "9.2.0",
"version": "9.2.1",
"description": "Extracts string messages for translation from modules that use formatjs.",
"repository": {
"type": "git",
Expand All @@ -14,10 +14,10 @@
"@babel/core": "^7.9.0",
"@babel/helper-plugin-utils": "^7.8.3",
"@babel/types": "^7.9.5",
"@formatjs/ts-transformer": "3.1.4",
"@formatjs/ts-transformer": "3.1.5",
"@types/babel__core": "^7.1.7",
"@types/schema-utils": "^2.4.0",
"intl-messageformat-parser": "6.4.0",
"intl-messageformat-parser": "6.4.1",
"schema-utils": "^3.0.0",
"tslib": "^2.1.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
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.1.5](https://github.com/formatjs/formatjs/compare/@formatjs/cli@3.1.4...@formatjs/cli@3.1.5) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





## [3.1.4](https://github.com/formatjs/formatjs/compare/@formatjs/cli@3.1.3...@formatjs/cli@3.1.4) (2021-02-25)

**Note:** Version bump only for package @formatjs/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "3.1.4",
"version": "3.1.5",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -31,7 +31,7 @@
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/ts-transformer": "3.1.4",
"@formatjs/ts-transformer": "3.1.5",
"@types/json-stable-stringify": "^1.0.32",
"@types/lodash": "^4.14.150",
"@types/loud-rejection": "^2.0.0",
Expand All @@ -42,7 +42,7 @@
"commander": "7",
"fast-glob": "^3.2.4",
"fs-extra": "^9.0.0",
"intl-messageformat-parser": "6.4.0",
"intl-messageformat-parser": "6.4.1",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.15",
"loud-rejection": "^2.2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ecma402-abstract/CHANGELOG.md
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.

## [1.6.1](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.6.0...@formatjs/ecma402-abstract@1.6.1) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





# [1.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.5.4...@formatjs/ecma402-abstract@1.6.0) (2021-02-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/ecma402-abstract/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/ecma402-abstract",
"version": "1.6.0",
"version": "1.6.1",
"description": "A collection of implementation for ECMAScript abstract operations",
"keywords": [
"intl",
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin-formatjs/CHANGELOG.md
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.12.6](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.12.5...eslint-plugin-formatjs@2.12.6) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





## [2.12.5](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.12.4...eslint-plugin-formatjs@2.12.5) (2021-02-25)

**Note:** Version bump only for package eslint-plugin-formatjs
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin-formatjs/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-formatjs",
"version": "2.12.5",
"version": "2.12.6",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand All @@ -20,12 +20,12 @@
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/ts-transformer": "3.1.4",
"@formatjs/ts-transformer": "3.1.5",
"@types/emoji-regex": "^8.0.0",
"@types/eslint": "^7.2.0",
"@typescript-eslint/typescript-estree": "^3.6.0",
"emoji-regex": "^9.0.0",
"intl-messageformat-parser": "6.4.0",
"intl-messageformat-parser": "6.4.1",
"tslib": "^2.1.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-datetimeformat/CHANGELOG.md
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.2.11](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.2.10...@formatjs/intl-datetimeformat@3.2.11) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





## [3.2.10](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@3.2.9...@formatjs/intl-datetimeformat@3.2.10) (2021-02-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-datetimeformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "3.2.10",
"version": "3.2.11",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/ecma402-abstract": "1.6.0",
"@formatjs/ecma402-abstract": "1.6.1",
"tslib": "^2.1.0"
}
}
11 changes: 11 additions & 0 deletions packages/intl-displaynames/CHANGELOG.md
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.

## [4.0.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@4.0.8...@formatjs/intl-displaynames@4.0.9) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





## [4.0.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@4.0.7...@formatjs/intl-displaynames@4.0.8) (2021-02-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-displaynames/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-displaynames",
"version": "4.0.8",
"version": "4.0.9",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand All @@ -21,7 +21,7 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.6.0",
"@formatjs/ecma402-abstract": "1.6.1",
"tslib": "^2.1.0"
},
"bugs": {
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-getcanonicallocales/CHANGELOG.md
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.

## [1.5.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@1.5.4...@formatjs/intl-getcanonicallocales@1.5.5) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





## [1.5.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@1.5.3...@formatjs/intl-getcanonicallocales@1.5.4) (2021-02-25)

**Note:** Version bump only for package @formatjs/intl-getcanonicallocales
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-getcanonicallocales/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-getcanonicallocales",
"version": "1.5.4",
"version": "1.5.5",
"description": "Intl.getCanonicalLocales polyfill",
"keywords": [
"intl",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-listformat/CHANGELOG.md
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.0.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@5.0.8...@formatjs/intl-listformat@5.0.9) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





## [5.0.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@5.0.7...@formatjs/intl-listformat@5.0.8) (2021-02-25)

**Note:** Version bump only for package @formatjs/intl-listformat
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-listformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-listformat",
"version": "5.0.8",
"version": "5.0.9",
"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/ecma402-abstract": "1.6.0",
"@formatjs/ecma402-abstract": "1.6.1",
"tslib": "^2.1.0"
},
"main": "index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-locale/CHANGELOG.md
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.18](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.4.17...@formatjs/intl-locale@2.4.18) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





## [2.4.17](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@2.4.16...@formatjs/intl-locale@2.4.17) (2021-02-25)

**Note:** Version bump only for package @formatjs/intl-locale
Expand Down
6 changes: 3 additions & 3 deletions packages/intl-locale/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-locale",
"version": "2.4.17",
"version": "2.4.18",
"description": "Intl.Locale polyfill",
"keywords": [
"intl",
Expand All @@ -24,8 +24,8 @@
"url": "https://github.com/formatjs/formatjs/issues"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.6.0",
"@formatjs/intl-getcanonicallocales": "1.5.4",
"@formatjs/ecma402-abstract": "1.6.1",
"@formatjs/intl-getcanonicallocales": "1.5.5",
"cldr-core": "38",
"tslib": "^2.1.0"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/intl-localematcher/CHANGELOG.md
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.

## [0.2.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-localematcher@0.2.3...@formatjs/intl-localematcher@0.2.4) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





## [0.2.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-localematcher@0.2.2...@formatjs/intl-localematcher@0.2.3) (2021-02-25)

**Note:** Version bump only for package @formatjs/intl-localematcher
Expand Down
4 changes: 2 additions & 2 deletions packages/intl-localematcher/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-localematcher",
"version": "0.2.3",
"version": "0.2.4",
"description": "Intl.LocaleMatcher ponyfill",
"keywords": [
"intl",
Expand All @@ -24,7 +24,7 @@
"url": "https://github.com/formatjs/formatjs/issues"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.6.0",
"@formatjs/ecma402-abstract": "1.6.1",
"tslib": "^2.1.0"
}
}
11 changes: 11 additions & 0 deletions packages/intl-messageformat-parser/CHANGELOG.md
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.4.1](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@6.4.0...intl-messageformat-parser@6.4.1) (2021-02-25)


### Bug Fixes

* bump tslib version dep ([37577d2](https://github.com/formatjs/formatjs/commit/37577d22bf28d23de1d8013ba0047cf221ad8840)), closes [#2645](https://github.com/formatjs/formatjs/issues/2645)





# [6.4.0](https://github.com/formatjs/formatjs/compare/intl-messageformat-parser@6.3.4...intl-messageformat-parser@6.4.0) (2021-02-25)


Expand Down
4 changes: 2 additions & 2 deletions packages/intl-messageformat-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat-parser",
"version": "6.4.0",
"version": "6.4.1",
"description": "Parses ICU Message strings into an AST via JavaScript.",
"main": "index.js",
"module": "lib/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/formatjs/formatjs/issues"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.6.0",
"@formatjs/ecma402-abstract": "1.6.1",
"tslib": "^2.1.0"
},
"homepage": "https://github.com/formatjs/formatjs",
Expand Down

0 comments on commit d070712

Please sign in to comment.