Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - @formatjs/editor@2.0.22
 - @formatjs/intl-datetimeformat@6.5.1
 - @formatjs/intl-displaynames@6.2.6
 - @formatjs/intl-enumerator@1.2.1
 - @formatjs/intl-listformat@7.1.9
 - @formatjs/intl-locale@3.1.1
 - @formatjs/intl-numberformat@8.3.5
 - @formatjs/intl-pluralrules@5.1.10
 - @formatjs/intl-relativetimeformat@11.1.10
 - @formatjs/intl@2.6.7
 - react-intl@6.2.10
 - vue-intl@6.4.9
  • Loading branch information
longlho committed Feb 20, 2023
1 parent 67180d1 commit 7082924
Show file tree
Hide file tree
Showing 25 changed files with 64 additions and 14 deletions.
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.22](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.21...@formatjs/editor@2.0.22) (2023-02-20)

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

## [2.0.21](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.20...@formatjs/editor@2.0.21) (2023-02-20)

**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.21",
"version": "2.0.22",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
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.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

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

### 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.5.0",
"version": "6.5.1",
"description": "Intl.DateTimeFormat polyfill",
"main": "index.js",
"types": "index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-displaynames/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.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

## [6.2.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.2.4...@formatjs/intl-displaynames@6.2.5) (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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-displaynames",
"version": "6.2.5",
"version": "6.2.6",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-enumerator/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.

## [1.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.2.0...@formatjs/intl-enumerator@1.2.1) (2023-02-20)

### Bug Fixes

* **@formatjs/intl-enumerator:** fix package.json ([67180d1](https://github.com/formatjs/formatjs/commit/67180d11f09c62005b1fd1f6b3d59f3af005a785))

# [1.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.1.10...@formatjs/intl-enumerator@1.2.0) (2023-02-20)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-enumerator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-enumerator",
"version": "1.2.0",
"version": "1.2.1",
"description": "Intl.Enumerator polyfill",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-listformat/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.

## [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

## [7.1.8](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.1.7...@formatjs/intl-listformat@7.1.8) (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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-listformat",
"version": "7.1.8",
"version": "7.1.9",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-locale/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.

## [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

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-locale",
"version": "3.1.0",
"version": "3.1.1",
"description": "Intl.Locale polyfill",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-numberformat/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.

## [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

## [8.3.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.3.3...@formatjs/intl-numberformat@8.3.4) (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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-numberformat",
"version": "8.3.4",
"version": "8.3.5",
"description": "Ponyfill for ES2020 Intl.NumberFormat",
"keywords": [
"polyfill",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-pluralrules/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.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

## [5.1.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.1.8...@formatjs/intl-pluralrules@5.1.9) (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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-pluralrules",
"version": "5.1.9",
"version": "5.1.10",
"description": "Polyfill for Intl.PluralRules",
"keywords": [
"polyfill",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-relativetimeformat/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.

## [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

## [11.1.9](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.1.8...@formatjs/intl-relativetimeformat@11.1.9) (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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-relativetimeformat",
"version": "11.1.9",
"version": "11.1.10",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
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.6.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.6.6...@formatjs/intl@2.6.7) (2023-02-20)

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

## [2.6.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.6.5...@formatjs/intl@2.6.6) (2023-02-20)

**Note:** Version bump only for package @formatjs/intl
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.6.6",
"version": "2.6.7",
"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.10](https://github.com/formatjs/formatjs/compare/react-intl@6.2.9...react-intl@6.2.10) (2023-02-20)

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

## [6.2.9](https://github.com/formatjs/formatjs/compare/react-intl@6.2.8...react-intl@6.2.9) (2023-02-20)

**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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-intl",
"version": "6.2.9",
"version": "6.2.10",
"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/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.9](https://github.com/formatjs/formatjs/compare/vue-intl@6.4.8...vue-intl@6.4.9) (2023-02-20)

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

## [6.4.8](https://github.com/formatjs/formatjs/compare/vue-intl@6.4.7...vue-intl@6.4.8) (2023-02-20)

**Note:** Version bump only for package vue-intl
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.8",
"version": "6.4.9",
"description": "formatjs intl binding for vue",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 7082924

Please sign in to comment.