Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@10.3.23
 - @formatjs/cli@5.0.1
 - eslint-plugin-formatjs@3.1.4
 - @formatjs/swc-plugin@1.4.4
 - @formatjs/ts-transformer@3.9.7
  • Loading branch information
longlho committed May 20, 2022
1 parent 248c962 commit a7cc98f
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 8 deletions.
8 changes: 8 additions & 0 deletions packages/babel-plugin-formatjs/CHANGELOG.md
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.23](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.22...babel-plugin-formatjs@10.3.23) (2022-05-20)

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





## [10.3.22](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.21...babel-plugin-formatjs@10.3.22) (2022-05-19)

**Note:** Version bump only for package babel-plugin-formatjs
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-plugin-formatjs/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-formatjs",
"version": "10.3.22",
"version": "10.3.23",
"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.1.2",
"@formatjs/ts-transformer": "3.9.6",
"@formatjs/ts-transformer": "3.9.7",
"@types/babel__core": "^7.1.7",
"@types/babel__helper-plugin-utils": "^7.10.0",
"tslib": "2.4.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.

## [5.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli@5.0.0...@formatjs/cli@5.0.1) (2022-05-20)


### Bug Fixes

* **@formatjs/cli:** fix description obj serialization, fix [#3575](https://github.com/formatjs/formatjs/issues/3575) ([248c962](https://github.com/formatjs/formatjs/commit/248c962bd5a07864163c203361df830ff36babc2))





# [5.0.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli@4.8.4...@formatjs/cli@5.0.0) (2022-05-19)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "5.0.0",
"version": "5.0.1",
"description": "A CLI for formatjs.",
"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.

## [3.1.4](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@3.1.3...eslint-plugin-formatjs@3.1.4) (2022-05-20)


### Bug Fixes

* **eslint-plugin-formatjs:** fix description obj serialization, fix [#3575](https://github.com/formatjs/formatjs/issues/3575) ([83c1fe0](https://github.com/formatjs/formatjs/commit/83c1fe0fade75b568b0600badbc9e4e09f5cba5a))





## [3.1.3](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@3.1.2...eslint-plugin-formatjs@3.1.3) (2022-05-19)

**Note:** Version bump only for package eslint-plugin-formatjs
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin-formatjs/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-formatjs",
"version": "3.1.3",
"version": "3.1.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.1.2",
"@formatjs/ts-transformer": "3.9.6",
"@formatjs/ts-transformer": "3.9.7",
"@types/eslint": "7 || 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
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.4.4](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.4.3...@formatjs/swc-plugin@1.4.4) (2022-05-20)


### Bug Fixes

* **@formatjs/swc-plugin:** fix description obj serialization, fix [#3575](https://github.com/formatjs/formatjs/issues/3575) ([157e60b](https://github.com/formatjs/formatjs/commit/157e60bd510fd9b949f88bb4d2fab8309206409a))





## [1.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.4.2...@formatjs/swc-plugin@1.4.3) (2022-05-19)

**Note:** Version bump only for package @formatjs/swc-plugin
Expand Down
4 changes: 2 additions & 2 deletions packages/swc-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/swc-plugin",
"version": "1.4.3",
"version": "1.4.4",
"description": "SWC plugin for formatjs",
"main": "index.js",
"types": "index.d.ts",
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@formatjs/icu-messageformat-parser": "2.1.2",
"@formatjs/ts-transformer": "3.9.6",
"@formatjs/ts-transformer": "3.9.7",
"@types/json-stable-stringify": "^1.0.32",
"@types/node": "14 || 16 || 17",
"chalk": "^4.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/ts-transformer/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.9.7](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.9.6...@formatjs/ts-transformer@3.9.7) (2022-05-20)


### Bug Fixes

* **@formatjs/ts-transformer:** fix description obj serialization, fix [#3575](https://github.com/formatjs/formatjs/issues/3575) ([93cd1e2](https://github.com/formatjs/formatjs/commit/93cd1e28f461618404cea45a8fe595c23c6b562a))





## [3.9.6](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.9.5...@formatjs/ts-transformer@3.9.6) (2022-05-19)

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

0 comments on commit a7cc98f

Please sign in to comment.