Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@10.3.31
 - @formatjs/cli-lib@5.1.3
 - @formatjs/cli@5.1.3
 - @formatjs/editor@2.0.13
 - eslint-plugin-formatjs@4.3.4
 - @formatjs/icu-messageformat-parser@2.1.10
 - @formatjs/intl-datetimeformat@6.3.1
 - intl-messageformat@10.2.1
 - @formatjs/intl@2.5.1
 - react-intl@6.2.1
 - swc-plugin-formatjs@0.1.0
 - @formatjs/swc-plugin@1.4.14
 - @formatjs/ts-transformer@3.11.1
 - vue-intl@6.4.1
  • Loading branch information
longlho committed Oct 17, 2022
1 parent 74a27db commit 8e7cba8
Show file tree
Hide file tree
Showing 29 changed files with 84 additions and 16 deletions.
4 changes: 4 additions & 0 deletions packages/babel-plugin-formatjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.3.31](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.30...babel-plugin-formatjs@10.3.31) (2022-10-17)

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

## [10.3.30](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.29...babel-plugin-formatjs@10.3.30) (2022-10-13)

**Note:** Version bump only for package babel-plugin-formatjs
Expand Down
2 changes: 1 addition & 1 deletion 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.30",
"version": "10.3.31",
"description": "Extracts string messages for translation from modules that use formatjs.",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.3](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@5.1.2...@formatjs/cli-lib@5.1.3) (2022-10-17)

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

## [5.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@5.1.1...@formatjs/cli-lib@5.1.2) (2022-10-13)

**Note:** Version bump only for package @formatjs/cli-lib
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli-lib",
"version": "5.1.2",
"version": "5.1.3",
"description": "Lib for CLI for formatjs.",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.1.3](https://github.com/formatjs/formatjs/compare/@formatjs/cli@5.1.2...@formatjs/cli@5.1.3) (2022-10-17)

### Bug Fixes

* **@formatjs/icu-messageformat-parser:** fix unescaping in parser printer, fix [#3870](https://github.com/formatjs/formatjs/issues/3870) ([3887aa4](https://github.com/formatjs/formatjs/commit/3887aa4f4db5cc352a9ce49760dc42ca34ad9b4c))

## [5.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/cli@5.1.1...@formatjs/cli@5.1.2) (2022-10-13)

**Note:** Version bump only for package @formatjs/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "5.1.2",
"version": "5.1.3",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.13](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.12...@formatjs/editor@2.0.13) (2022-10-17)

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

## [2.0.12](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.11...@formatjs/editor@2.0.12) (2022-10-13)

**Note:** Version bump only for package @formatjs/editor
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/editor",
"version": "2.0.12",
"version": "2.0.13",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/eslint-plugin-formatjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.3.4](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.3.3...eslint-plugin-formatjs@4.3.4) (2022-10-17)

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

## [4.3.3](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.3.2...eslint-plugin-formatjs@4.3.3) (2022-10-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "4.3.3",
"version": "4.3.4",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/icu-messageformat-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.1.10](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.1.9...@formatjs/icu-messageformat-parser@2.1.10) (2022-10-17)

### Bug Fixes

* **@formatjs/icu-messageformat-parser:** fix unescaping in parser printer, fix [#3870](https://github.com/formatjs/formatjs/issues/3870) ([3887aa4](https://github.com/formatjs/formatjs/commit/3887aa4f4db5cc352a9ce49760dc42ca34ad9b4c))

## [2.1.9](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.1.8...@formatjs/icu-messageformat-parser@2.1.9) (2022-10-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/icu-messageformat-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/icu-messageformat-parser",
"version": "2.1.9",
"version": "2.1.10",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-datetimeformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.3.0...@formatjs/intl-datetimeformat@6.3.1) (2022-10-17)

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

# [6.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.2.0...@formatjs/intl-datetimeformat@6.3.0) (2022-10-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-datetimeformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "6.3.0",
"version": "6.3.1",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-messageformat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [10.2.1](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.2.0...intl-messageformat@10.2.1) (2022-10-17)

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

# [10.2.0](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.1.5...intl-messageformat@10.2.0) (2022-10-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "10.2.0",
"version": "10.2.1",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.5.0...@formatjs/intl@2.5.1) (2022-10-17)

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

# [2.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.4.2...@formatjs/intl@2.5.0) (2022-10-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl",
"version": "2.5.0",
"version": "2.5.1",
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/react-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [6.2.1](https://github.com/formatjs/formatjs/compare/react-intl@6.2.0...react-intl@6.2.1) (2022-10-17)

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

# [6.2.0](https://github.com/formatjs/formatjs/compare/react-intl@6.1.2...react-intl@6.2.0) (2022-10-13)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/react-intl/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "6.2.0",
"version": "6.2.1",
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down
10 changes: 10 additions & 0 deletions packages/swc-plugin-formatjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 0.1.0 (2022-10-17)

### Features

* **@formatjs/swc-plugin-formatjs:** move kwonoj/swc-plugin-formatjs into the monorepo ([#3880](https://github.com/kwonoj/swc-plugin-formatjs/issues/3880)) ([448d07b](https://github.com/kwonoj/swc-plugin-formatjs/commit/448d07bf9398acc34b12752e3507f0a1e6739a83))
2 changes: 1 addition & 1 deletion packages/swc-plugin-formatjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swc-plugin-formatjs",
"version": "0.0.2",
"version": "0.1.0",
"description": "SWC plugin for formatjs",
"main": "./target/wasm32-wasi/release/swc_plugin_formatjs.wasm",
"napi": {
Expand Down
4 changes: 4 additions & 0 deletions packages/swc-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.14](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.4.13...@formatjs/swc-plugin@1.4.14) (2022-10-17)

**Note:** Version bump only for package @formatjs/swc-plugin

## [1.4.13](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin@1.4.12...@formatjs/swc-plugin@1.4.13) (2022-10-13)

**Note:** Version bump only for package @formatjs/swc-plugin
Expand Down
2 changes: 1 addition & 1 deletion 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.4.13",
"version": "1.4.14",
"description": "SWC plugin for formatjs",
"main": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/ts-transformer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.11.1](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.11.0...@formatjs/ts-transformer@3.11.1) (2022-10-17)

### Bug Fixes

* **@formatjs/ts-transformer:** change ts-jest peer dependencies to be >= 27 ([#3862](https://github.com/formatjs/formatjs/issues/3862)) ([c2154eb](https://github.com/formatjs/formatjs/commit/c2154eb11af2926c76ec08acc87d2802bbc07668))

# [3.11.0](https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@3.10.1...@formatjs/ts-transformer@3.11.0) (2022-10-13)

### Bug Fixes
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.11.0",
"version": "3.11.1",
"description": "TS Compiler transformer for formatjs",
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/vue-intl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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/vue-intl@6.4.0...vue-intl@6.4.1) (2022-10-17)

**Note:** Version bump only for package vue-intl

# [6.4.0](https://github.com/formatjs/formatjs/compare/vue-intl@6.3.2...vue-intl@6.4.0) (2022-10-13)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-intl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-intl",
"version": "6.4.0",
"version": "6.4.1",
"description": "formatjs intl binding for vue",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 8e7cba8

Please sign in to comment.