Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@10.3.16
 - @formatjs/cli@4.8.0
 - eslint-plugin-formatjs@2.20.4
 - @formatjs/swc-plugin@1.3.0
 - @formatjs/ts-transformer@3.9.0
  • Loading branch information
longlho committed Jan 20, 2022
1 parent 914f766 commit f730b91
Show file tree
Hide file tree
Showing 10 changed files with 58 additions and 9 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.16](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.15...babel-plugin-formatjs@10.3.16) (2022-01-20)

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





## [10.3.15](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.14...babel-plugin-formatjs@10.3.15) (2022-01-09)

**Note:** Version bump only for package babel-plugin-formatjs
Expand Down
4 changes: 2 additions & 2 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.15",
"version": "10.3.16",
"description": "Extracts string messages for translation from modules that use formatjs.",
"repository": {
"type": "git",
Expand All @@ -17,7 +17,7 @@
"@babel/traverse": "7",
"@babel/types": "^7.12.11",
"@formatjs/icu-messageformat-parser": "2.0.16",
"@formatjs/ts-transformer": "3.8.2",
"@formatjs/ts-transformer": "3.9.0",
"@types/babel__core": "^7.1.7",
"@types/babel__helper-plugin-utils": "^7.10.0",
"tslib": "^2.1.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/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.

# [4.8.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli@4.7.1...@formatjs/cli@4.8.0) (2022-01-20)


### Features

* **@formatjs/cli:** extract object-type description from message, fix [#3373](https://github.com/formatjs/formatjs/issues/3373) ([d463673](https://github.com/formatjs/formatjs/commit/d463673ac28ae1b63de7854fd03febe65da3ec35))





## [4.7.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli@4.7.0...@formatjs/cli@4.7.1) (2022-01-09)

**Note:** Version bump only for package @formatjs/cli
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "4.7.1",
"version": "4.8.0",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.16",
"@formatjs/ts-transformer": "3.8.2",
"@formatjs/ts-transformer": "3.9.0",
"@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/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.20.4](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.20.3...eslint-plugin-formatjs@2.20.4) (2022-01-20)

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





## [2.20.3](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.20.2...eslint-plugin-formatjs@2.20.3) (2022-01-14)

**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.20.3",
"version": "2.20.4",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand All @@ -21,7 +21,7 @@
"homepage": "https://github.com/formatjs/formatjs#readme",
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.16",
"@formatjs/ts-transformer": "3.8.2",
"@formatjs/ts-transformer": "3.9.0",
"@types/eslint": "8",
"@typescript-eslint/typescript-estree": "^5.9.1",
"emoji-regex": "^10.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/swc-plugin/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.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.2.1...@formatjs/swc-plugin@1.3.0) (2022-01-20)


### Features

* **@formatjs/swc-plugin:** support using object as description in message ([914f766](https://github.com/formatjs/formatjs/commit/914f7662872946bb25bf95cb4fac4837a0df2c9f))





## [1.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.2.0...@formatjs/swc-plugin@1.2.1) (2022-01-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/swc-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/swc-plugin",
"version": "1.2.1",
"version": "1.3.0",
"description": "SWC plugin for formatjs",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.0.16",
"@formatjs/ts-transformer": "3.8.2",
"@formatjs/ts-transformer": "3.9.0",
"@types/node": "14 || 16 || 17",
"chalk": "^4.0.0",
"tslib": "^2.1.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/ts-transformer/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.9.0](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.8.2...@formatjs/ts-transformer@3.9.0) (2022-01-20)


### Features

* **@formatjs/ts-transformer:** extract object-type description, fix [#3373](https://github.com/formatjs/formatjs/issues/3373) ([3f75923](https://github.com/formatjs/formatjs/commit/3f75923d5b7d5da2ff73c1d8600ab4148b0ed2dd))





## [3.8.2](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.8.1...@formatjs/ts-transformer@3.8.2) (2022-01-09)

**Note:** Version bump only for package @formatjs/ts-transformer
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-transformer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/ts-transformer",
"version": "3.8.2",
"version": "3.9.0",
"description": "TS Compiler transformer for formatjs",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit f730b91

Please sign in to comment.