Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@10.3.5
 - @formatjs/cli@4.2.31
 - @formatjs/ecma376@0.3.2
 - @formatjs/ecma402-abstract@1.9.7
 - @formatjs/editor@1.1.27
 - eslint-plugin-formatjs@2.17.4
 - @formatjs/fast-memoize@1.2.0
 - @formatjs/icu-messageformat-parser@2.0.10
 - @formatjs/icu-skeleton-parser@1.2.11
 - @formatjs/intl-datetimeformat@4.2.2
 - @formatjs/intl-displaynames@5.2.2
 - @formatjs/intl-getcanonicallocales@1.7.3
 - @formatjs/intl-listformat@6.3.2
 - @formatjs/intl-locale@2.4.36
 - @formatjs/intl-localematcher@0.2.20
 - intl-messageformat@9.9.0
 - @formatjs/intl-numberformat@7.2.2
 - @formatjs/intl-pluralrules@4.1.2
 - @formatjs/intl-relativetimeformat@9.2.2
 - @formatjs/intl@1.14.0
 - react-intl@5.20.8
 - @formatjs/ts-transformer@3.4.8
 - vue-intl@6.0.10
  • Loading branch information
longlho committed Aug 15, 2021
1 parent 3988c67 commit bf0f7a0
Show file tree
Hide file tree
Showing 46 changed files with 257 additions and 61 deletions.
8 changes: 8 additions & 0 deletions packages/babel-plugin-formatjs/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.

## [10.3.5](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.4...babel-plugin-formatjs@10.3.5) (2021-08-15)

**Note:** Version bump only for package babel-plugin-formatjs





## [10.3.4](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.3...babel-plugin-formatjs@10.3.4) (2021-08-06)

**Note:** Version bump only for package babel-plugin-formatjs
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-formatjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-formatjs",
"version": "10.3.4",
"version": "10.3.5",
"description": "Extracts string messages for translation from modules that use formatjs.",
"repository": {
"type": "git",
Expand All @@ -16,8 +16,8 @@
"@babel/plugin-syntax-jsx": "7",
"@babel/traverse": "7",
"@babel/types": "^7.12.11",
"@formatjs/icu-messageformat-parser": "2.0.9",
"@formatjs/ts-transformer": "3.4.7",
"@formatjs/icu-messageformat-parser": "2.0.10",
"@formatjs/ts-transformer": "3.4.8",
"@types/babel__core": "^7.1.7",
"@types/babel__helper-plugin-utils": "^7.10.0",
"tslib": "^2.1.0"
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.

## [4.2.31](https://github.com/formatjs/formatjs/compare/@formatjs/cli@4.2.30...@formatjs/cli@4.2.31) (2021-08-15)

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





## [4.2.30](https://github.com/formatjs/formatjs/compare/@formatjs/cli@4.2.29...@formatjs/cli@4.2.30) (2021-08-06)

**Note:** Version bump only for package @formatjs/cli
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "4.2.30",
"version": "4.2.31",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -31,8 +31,8 @@
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.9",
"@formatjs/ts-transformer": "3.4.7",
"@formatjs/icu-messageformat-parser": "2.0.10",
"@formatjs/ts-transformer": "3.4.8",
"@types/estree": "^0.0.50",
"@types/fs-extra": "^9.0.1",
"@types/json-stable-stringify": "^1.0.32",
Expand Down
8 changes: 8 additions & 0 deletions packages/ecma376/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.

## [0.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/ecma376@0.3.1...@formatjs/ecma376@0.3.2) (2021-08-15)

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





## [0.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/ecma376@0.3.0...@formatjs/ecma376@0.3.1) (2021-08-06)

**Note:** Version bump only for package @formatjs/ecma376
Expand Down
2 changes: 1 addition & 1 deletion packages/ecma376/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/ecma376",
"version": "0.3.1",
"version": "0.3.2",
"description": "generate ecma376 numFmt in different locales & currencies",
"main": "index.js",
"module": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/ecma402-abstract/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.7](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.9.6...@formatjs/ecma402-abstract@1.9.7) (2021-08-15)

**Note:** Version bump only for package @formatjs/ecma402-abstract





## [1.9.6](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.9.5...@formatjs/ecma402-abstract@1.9.6) (2021-08-06)

**Note:** Version bump only for package @formatjs/ecma402-abstract
Expand Down
4 changes: 2 additions & 2 deletions packages/ecma402-abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/ecma402-abstract",
"version": "1.9.6",
"version": "1.9.7",
"description": "A collection of implementation for ECMAScript abstract operations",
"keywords": [
"intl",
Expand All @@ -14,7 +14,7 @@
"format"
],
"dependencies": {
"@formatjs/intl-localematcher": "0.2.19",
"@formatjs/intl-localematcher": "0.2.20",
"tslib": "^2.1.0"
},
"author": "Long Ho <holevietlong@gmail.com",
Expand Down
8 changes: 8 additions & 0 deletions packages/editor/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.1.27](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.26...@formatjs/editor@1.1.27) (2021-08-15)

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





## [1.1.26](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.25...@formatjs/editor@1.1.26) (2021-08-06)

**Note:** Version bump only for package @formatjs/editor
Expand Down
6 changes: 3 additions & 3 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/editor",
"version": "1.1.26",
"version": "1.1.27",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down Expand Up @@ -28,13 +28,13 @@
"url": "git+ssh://git@github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.9",
"@formatjs/icu-messageformat-parser": "2.0.10",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "4.0.0-alpha.57",
"@types/react": "16",
"react": "17",
"react-intl": "5.20.7"
"react-intl": "5.20.8"
},
"bugs": {
"url": "https://github.com/formatjs/formatjs/issues"
Expand Down
8 changes: 8 additions & 0 deletions packages/eslint-plugin-formatjs/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.17.4](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.17.3...eslint-plugin-formatjs@2.17.4) (2021-08-15)

**Note:** Version bump only for package eslint-plugin-formatjs





## [2.17.3](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.17.2...eslint-plugin-formatjs@2.17.3) (2021-08-06)


Expand Down
6 changes: 3 additions & 3 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.17.3",
"version": "2.17.4",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.9",
"@formatjs/ts-transformer": "3.4.7",
"@formatjs/icu-messageformat-parser": "2.0.10",
"@formatjs/ts-transformer": "3.4.8",
"@types/emoji-regex": "9",
"@types/eslint": "^7.2.0",
"@typescript-eslint/typescript-estree": "^4.11.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/fast-memoize/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.

# [1.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/fast-memoize@1.1.2...@formatjs/fast-memoize@1.2.0) (2021-08-15)


### Features

* **@formatjs/fast-memoize:** remove unused Cache.has ([#3102](https://github.com/formatjs/formatjs/issues/3102)) ([5e9a425](https://github.com/formatjs/formatjs/commit/5e9a425519fd2b2473172687fccb58a6979ec81e))





## [1.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/fast-memoize@1.1.1...@formatjs/fast-memoize@1.1.2) (2021-08-06)

**Note:** Version bump only for package @formatjs/fast-memoize
Expand Down
2 changes: 1 addition & 1 deletion packages/fast-memoize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/fast-memoize",
"version": "1.1.2",
"version": "1.2.0",
"description": "fork of fast-memoize and support esm",
"main": "index.js",
"module": "lib/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/icu-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.

## [2.0.10](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.0.9...@formatjs/icu-messageformat-parser@2.0.10) (2021-08-15)

**Note:** Version bump only for package @formatjs/icu-messageformat-parser





## [2.0.9](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.0.8...@formatjs/icu-messageformat-parser@2.0.9) (2021-08-06)

**Note:** Version bump only for package @formatjs/icu-messageformat-parser
Expand Down
6 changes: 3 additions & 3 deletions packages/icu-messageformat-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@formatjs/icu-messageformat-parser",
"version": "2.0.9",
"version": "2.0.10",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
"license": "MIT",
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.6",
"@formatjs/icu-skeleton-parser": "1.2.10",
"@formatjs/ecma402-abstract": "1.9.7",
"@formatjs/icu-skeleton-parser": "1.2.11",
"tslib": "^2.1.0"
}
}
8 changes: 8 additions & 0 deletions packages/icu-skeleton-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.

## [1.2.11](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.2.10...@formatjs/icu-skeleton-parser@1.2.11) (2021-08-15)

**Note:** Version bump only for package @formatjs/icu-skeleton-parser





## [1.2.10](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.2.9...@formatjs/icu-skeleton-parser@1.2.10) (2021-08-06)

**Note:** Version bump only for package @formatjs/icu-skeleton-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/icu-skeleton-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@formatjs/icu-skeleton-parser",
"version": "1.2.10",
"version": "1.2.11",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
"license": "MIT",
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.6",
"@formatjs/ecma402-abstract": "1.9.7",
"tslib": "^2.1.0"
}
}
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.

## [4.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@4.2.1...@formatjs/intl-datetimeformat@4.2.2) (2021-08-15)

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





## [4.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@4.2.0...@formatjs/intl-datetimeformat@4.2.1) (2021-08-06)

**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": "4.2.1",
"version": "4.2.2",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -22,8 +22,8 @@
},
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.6",
"@formatjs/intl-localematcher": "0.2.19",
"@formatjs/ecma402-abstract": "1.9.7",
"@formatjs/intl-localematcher": "0.2.20",
"tslib": "^2.1.0"
}
}
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.

## [5.2.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@5.2.1...@formatjs/intl-displaynames@5.2.2) (2021-08-15)

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





## [5.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@5.2.0...@formatjs/intl-displaynames@5.2.1) (2021-08-06)

**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": "5.2.1",
"version": "5.2.2",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand All @@ -21,8 +21,8 @@
"url": "git+https://github.com/formatjs/formatjs.git"
},
"dependencies": {
"@formatjs/ecma402-abstract": "1.9.6",
"@formatjs/intl-localematcher": "0.2.19",
"@formatjs/ecma402-abstract": "1.9.7",
"@formatjs/intl-localematcher": "0.2.20",
"tslib": "^2.1.0"
},
"bugs": {
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.7.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@1.7.2...@formatjs/intl-getcanonicallocales@1.7.3) (2021-08-15)

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





## [1.7.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@1.7.1...@formatjs/intl-getcanonicallocales@1.7.2) (2021-08-06)

**Note:** Version bump only for package @formatjs/intl-getcanonicallocales
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.7.2",
"version": "1.7.3",
"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.

## [6.3.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@6.3.1...@formatjs/intl-listformat@6.3.2) (2021-08-15)

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





## [6.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@6.3.0...@formatjs/intl-listformat@6.3.1) (2021-08-06)

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

0 comments on commit bf0f7a0

Please sign in to comment.