Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@10.5.0
 - @formatjs/cli-lib@6.1.0
 - @formatjs/cli@6.1.0
 - @formatjs/editor@2.0.26
 - eslint-plugin-formatjs@4.10.0
 - @formatjs/icu-messageformat-parser@2.3.1
 - @formatjs/intl-datetimeformat@6.6.0
 - @formatjs/intl-displaynames@6.3.0
 - @formatjs/intl-listformat@7.2.0
 - @formatjs/intl-locale@3.2.0
 - intl-messageformat@10.3.4
 - @formatjs/intl-numberformat@8.4.0
 - @formatjs/intl-pluralrules@5.2.0
 - @formatjs/intl-relativetimeformat@11.2.0
 - @formatjs/intl-segmenter@11.3.0
 - @formatjs/intl@2.7.0
 - react-intl@6.4.0
 - @formatjs/swc-plugin-experimental@0.3.5
 - @formatjs/swc-plugin@1.5.0
 - @formatjs/ts-transformer@3.13.0
 - vue-intl@6.4.12
  • Loading branch information
longlho committed Apr 17, 2023
1 parent 2c43dc1 commit c5caf3e
Show file tree
Hide file tree
Showing 43 changed files with 144 additions and 23 deletions.
6 changes: 6 additions & 0 deletions packages/babel-plugin-formatjs/CHANGELOG.md
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.

# [10.5.0](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.4.0...babel-plugin-formatjs@10.5.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

# [10.4.0](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.3.36...babel-plugin-formatjs@10.4.0) (2023-02-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-formatjs/package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-formatjs",
"version": "10.4.0",
"version": "10.5.0",
"description": "Extracts string messages for translation from modules that use formatjs.",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli-lib/CHANGELOG.md
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.

# [6.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.0.3...@formatjs/cli-lib@6.1.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [6.0.3](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.0.2...@formatjs/cli-lib@6.0.3) (2023-02-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-lib/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli-lib",
"version": "6.0.3",
"version": "6.1.0",
"description": "Lib for CLI for formatjs.",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
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.

# [6.1.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.0.4...@formatjs/cli@6.1.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [6.0.4](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.0.3...@formatjs/cli@6.0.4) (2023-02-25)

**Note:** Version bump only for package @formatjs/cli
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/cli",
"version": "6.0.4",
"version": "6.1.0",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/editor/CHANGELOG.md
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.26](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.25...@formatjs/editor@2.0.26) (2023-04-17)

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

## [2.0.25](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.24...@formatjs/editor@2.0.25) (2023-03-21)

**Note:** Version bump only for package @formatjs/editor
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/editor",
"version": "2.0.25",
"version": "2.0.26",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-plugin-formatjs/CHANGELOG.md
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.

# [4.10.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.9.1...eslint-plugin-formatjs@4.10.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [4.9.1](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.9.0...eslint-plugin-formatjs@4.9.1) (2023-03-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-formatjs/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-formatjs",
"version": "4.9.1",
"version": "4.10.0",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions packages/icu-messageformat-parser/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.3.1](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.3.0...@formatjs/icu-messageformat-parser@2.3.1) (2023-04-17)

### Bug Fixes

* **@formatjs/icu-messageformat-parser:** remove unused `SelectOption` type ([#4037](https://github.com/formatjs/formatjs/issues/4037)) ([28d8a81](https://github.com/formatjs/formatjs/commit/28d8a81675bcc8ae5232562a4ac84e94a132022c))
* **react-intl:** fix a typo in react-intl/no-parser ([ecf70f3](https://github.com/formatjs/formatjs/commit/ecf70f347241159aa785635e02d33d0f645d617f))

# [2.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.2.0...@formatjs/icu-messageformat-parser@2.3.0) (2023-02-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/icu-messageformat-parser/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/icu-messageformat-parser",
"version": "2.3.0",
"version": "2.3.1",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-datetimeformat/CHANGELOG.md
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.

# [6.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.5.1...@formatjs/intl-datetimeformat@6.6.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [6.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.5.0...@formatjs/intl-datetimeformat@6.5.1) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-datetimeformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-datetimeformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-datetimeformat",
"version": "6.5.1",
"version": "6.6.0",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-displaynames/CHANGELOG.md
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.

# [6.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.2.6...@formatjs/intl-displaynames@6.3.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [6.2.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.2.5...@formatjs/intl-displaynames@6.2.6) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-displaynames
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-displaynames/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-displaynames",
"version": "6.2.6",
"version": "6.3.0",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-listformat/CHANGELOG.md
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.

# [7.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.1.9...@formatjs/intl-listformat@7.2.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [7.1.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.1.8...@formatjs/intl-listformat@7.1.9) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-listformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-listformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-listformat",
"version": "7.1.9",
"version": "7.2.0",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-locale/CHANGELOG.md
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.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@3.1.1...@formatjs/intl-locale@3.2.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [3.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@3.1.0...@formatjs/intl-locale@3.1.1) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-locale
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-locale/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-locale",
"version": "3.1.1",
"version": "3.2.0",
"description": "Intl.Locale polyfill",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-messageformat/CHANGELOG.md
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.4](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.3.3...intl-messageformat@10.3.4) (2023-04-17)

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

## [10.3.3](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.3.2...intl-messageformat@10.3.3) (2023-03-21)

**Note:** Version bump only for package intl-messageformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-messageformat/package.json
@@ -1,6 +1,6 @@
{
"name": "intl-messageformat",
"version": "10.3.3",
"version": "10.3.4",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-numberformat/CHANGELOG.md
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.

# [8.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.3.5...@formatjs/intl-numberformat@8.4.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [8.3.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.3.4...@formatjs/intl-numberformat@8.3.5) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-numberformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-numberformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-numberformat",
"version": "8.3.5",
"version": "8.4.0",
"description": "Ponyfill for ES2020 Intl.NumberFormat",
"keywords": [
"polyfill",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-pluralrules/CHANGELOG.md
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.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.1.10...@formatjs/intl-pluralrules@5.2.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [5.1.10](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.1.9...@formatjs/intl-pluralrules@5.1.10) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-pluralrules
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-pluralrules/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-pluralrules",
"version": "5.1.10",
"version": "5.2.0",
"description": "Polyfill for Intl.PluralRules",
"keywords": [
"polyfill",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-relativetimeformat/CHANGELOG.md
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.

# [11.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.1.10...@formatjs/intl-relativetimeformat@11.2.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [11.1.10](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.1.9...@formatjs/intl-relativetimeformat@11.1.10) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl-relativetimeformat
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-relativetimeformat/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-relativetimeformat",
"version": "11.1.10",
"version": "11.2.0",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-segmenter/CHANGELOG.md
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.

# [11.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-segmenter@11.2.1...@formatjs/intl-segmenter@11.3.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [11.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-segmenter@11.2.0...@formatjs/intl-segmenter@11.2.1) (2023-01-30)

**Note:** Version bump only for package @formatjs/intl-segmenter
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-segmenter/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-segmenter",
"version": "11.2.1",
"version": "11.3.0",
"description": "Polyfill for Intl.Segmenter",
"keywords": [
"intl",
Expand Down
7 changes: 7 additions & 0 deletions packages/intl/CHANGELOG.md
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.7.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.6.9...@formatjs/intl@2.7.0) (2023-04-17)

### Features

* **@formatjs/intl:** store locale as error property ([3d03554](https://github.com/formatjs/formatjs/commit/3d035547db9d47adbbd51bff4330a58c0ca0668e))
* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [2.6.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.6.8...@formatjs/intl@2.6.9) (2023-03-21)

**Note:** Version bump only for package @formatjs/intl
Expand Down
2 changes: 1 addition & 1 deletion packages/intl/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl",
"version": "2.6.9",
"version": "2.7.0",
"description": "Internationalize JS apps. This library provides an API to format dates, numbers, and strings, including pluralization and handling translations.",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-intl/CHANGELOG.md
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.

# [6.4.0](https://github.com/formatjs/formatjs/compare/react-intl@6.3.2...react-intl@6.4.0) (2023-04-17)

### Features

* upgrade TS support to v5 ([2c43dc1](https://github.com/formatjs/formatjs/commit/2c43dc1275d7ca940fae80419e3d6e4143bfbfef))

## [6.3.2](https://github.com/formatjs/formatjs/compare/react-intl@6.3.1...react-intl@6.3.2) (2023-03-21)

**Note:** Version bump only for package react-intl
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
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "6.3.2",
"version": "6.4.0",
"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
4 changes: 4 additions & 0 deletions packages/swc-plugin-experimental/CHANGELOG.md
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.

## [0.3.5](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin-experimental@0.3.4...@formatjs/swc-plugin-experimental@0.3.5) (2023-04-17)

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

## [0.3.4](https://github.com/formatjs/formatjs/compare/@formatjs/swc-plugin-experimental@0.3.3...@formatjs/swc-plugin-experimental@0.3.4) (2023-03-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/swc-plugin-experimental/package.json
@@ -1,6 +1,6 @@
{
"name": "@formatjs/swc-plugin-experimental",
"version": "0.3.4",
"version": "0.3.5",
"description": "SWC plugin for formatjs",
"main": "./index.wasm",
"files": [
Expand Down

0 comments on commit c5caf3e

Please sign in to comment.