Skip to content

Commit a065aea

Browse files
committed
build: publish
- @formatjs/editor@1.1.41 - eslint-plugin-formatjs@2.20.3 - intl-messageformat@9.11.2 - @formatjs/intl@1.18.3 - react-intl@5.24.3 - @formatjs/swc-plugin@1.1.5 - vue-intl@6.1.2
1 parent 8af70e9 commit a065aea

File tree

15 files changed

+72
-13
lines changed

15 files changed

+72
-13
lines changed

packages/editor/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.1.41](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.40...@formatjs/editor@1.1.41) (2022-01-14)
7+
8+
**Note:** Version bump only for package @formatjs/editor
9+
10+
11+
12+
13+
614
## [1.1.40](https://github.com/formatjs/formatjs/compare/@formatjs/editor@1.1.39...@formatjs/editor@1.1.40) (2022-01-09)
715

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

packages/editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/editor",
3-
"version": "1.1.40",
3+
"version": "1.1.41",
44
"description": "A ICU MessageFormat Editor UI",
55
"keywords": [
66
"intl",
@@ -34,7 +34,7 @@
3434
"@material-ui/lab": "4.0.0-alpha.57",
3535
"@types/react": "17",
3636
"react": "17",
37-
"react-intl": "5.24.2"
37+
"react-intl": "5.24.3"
3838
},
3939
"bugs": {
4040
"url": "https://github.com/formatjs/formatjs/issues"

packages/eslint-plugin-formatjs/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+
## [2.20.3](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.20.2...eslint-plugin-formatjs@2.20.3) (2022-01-14)
7+
8+
**Note:** Version bump only for package eslint-plugin-formatjs
9+
10+
11+
12+
13+
614
## [2.20.2](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.20.1...eslint-plugin-formatjs@2.20.2) (2022-01-09)
715

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

packages/eslint-plugin-formatjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-formatjs",
3-
"version": "2.20.2",
3+
"version": "2.20.3",
44
"description": "ESLint plugin for formatjs",
55
"main": "index.js",
66
"repository": {

packages/intl-messageformat/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+
## [9.11.2](https://github.com/formatjs/formatjs/compare/intl-messageformat@9.11.1...intl-messageformat@9.11.2) (2022-01-14)
7+
8+
**Note:** Version bump only for package intl-messageformat
9+
10+
11+
12+
13+
614
## [9.11.1](https://github.com/formatjs/formatjs/compare/intl-messageformat@9.11.0...intl-messageformat@9.11.1) (2022-01-03)
715

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

packages/intl-messageformat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intl-messageformat",
3-
"version": "9.11.1",
3+
"version": "9.11.2",
44
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
55
"keywords": [
66
"i18n",

packages/intl/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.18.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.18.2...@formatjs/intl@1.18.3) (2022-01-14)
7+
8+
**Note:** Version bump only for package @formatjs/intl
9+
10+
11+
12+
13+
614
## [1.18.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl@1.18.1...@formatjs/intl@1.18.2) (2022-01-09)
715

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

packages/intl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formatjs/intl",
3-
"version": "1.18.2",
3+
"version": "1.18.3",
44
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",
55
"keywords": [
66
"intl",
@@ -34,7 +34,7 @@
3434
"@formatjs/icu-messageformat-parser": "2.0.16",
3535
"@formatjs/intl-displaynames": "5.4.0",
3636
"@formatjs/intl-listformat": "6.5.0",
37-
"intl-messageformat": "9.11.1",
37+
"intl-messageformat": "9.11.2",
3838
"tslib": "^2.1.0"
3939
},
4040
"peerDependencies": {

packages/react-intl/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+
## [5.24.3](https://github.com/formatjs/formatjs/compare/react-intl@5.24.2...react-intl@5.24.3) (2022-01-14)
7+
8+
**Note:** Version bump only for package react-intl
9+
10+
11+
12+
13+
614
## [5.24.2](https://github.com/formatjs/formatjs/compare/react-intl@5.24.1...react-intl@5.24.2) (2022-01-09)
715

816
**Note:** Version bump only for package react-intl

packages/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.

0 commit comments

Comments
 (0)