Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@10.5.5
 - @formatjs/cli-lib@6.1.5
 - @formatjs/cli@6.1.5
 - @formatjs/ecma402-abstract@1.17.2
 - @formatjs/editor@2.0.32
 - eslint-plugin-formatjs@4.10.5
 - @formatjs/icu-messageformat-parser@2.6.2
 - @formatjs/icu-skeleton-parser@1.6.2
 - @formatjs/intl-datetimeformat@6.10.2
 - @formatjs/intl-displaynames@6.5.2
 - @formatjs/intl-enumerator@1.3.4
 - @formatjs/intl-listformat@7.4.2
 - @formatjs/intl-locale@3.3.4
 - @formatjs/intl-localematcher@0.4.2
 - intl-messageformat@10.5.2
 - @formatjs/intl-numberformat@8.7.2
 - @formatjs/intl-pluralrules@5.2.6
 - @formatjs/intl-relativetimeformat@11.2.6
 - @formatjs/intl-segmenter@11.4.4
 - @formatjs/intl@2.9.2
 - react-intl@6.4.6
 - @formatjs/swc-plugin@1.5.5
 - @formatjs/ts-transformer@3.13.5
 - vue-intl@6.4.18
  • Loading branch information
longlho committed Sep 10, 2023
1 parent 5c40698 commit 6fa9d11
Show file tree
Hide file tree
Showing 49 changed files with 124 additions and 26 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.5.5](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.4...babel-plugin-formatjs@10.5.5) (2023-09-10)

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

## [10.5.4](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.3...babel-plugin-formatjs@10.5.4) (2023-09-07)

**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.5.4",
"version": "10.5.5",
"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.

## [6.1.5](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.1.4...@formatjs/cli-lib@6.1.5) (2023-09-10)

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

## [6.1.4](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.1.3...@formatjs/cli-lib@6.1.4) (2023-09-07)

### Bug Fixes
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": "6.1.4",
"version": "6.1.5",
"description": "Lib for CLI for formatjs.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/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.1.5](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.1.4...@formatjs/cli@6.1.5) (2023-09-10)

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

## [6.1.4](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.1.3...@formatjs/cli@6.1.4) (2023-09-07)

**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": "6.1.4",
"version": "6.1.5",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/ecma402-abstract/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.17.2](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.17.1...@formatjs/ecma402-abstract@1.17.2) (2023-09-10)

**Note:** Version bump only for package @formatjs/ecma402-abstract

## [1.17.1](https://github.com/formatjs/formatjs/compare/@formatjs/ecma402-abstract@1.17.0...@formatjs/ecma402-abstract@1.17.1) (2023-09-07)

**Note:** Version bump only for package @formatjs/ecma402-abstract
Expand Down
2 changes: 1 addition & 1 deletion packages/ecma402-abstract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/ecma402-abstract",
"version": "1.17.1",
"version": "1.17.2",
"description": "A collection of implementation for ECMAScript abstract operations",
"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.32](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.31...@formatjs/editor@2.0.32) (2023-09-10)

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

## [2.0.31](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.30...@formatjs/editor@2.0.31) (2023-09-07)

**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.31",
"version": "2.0.32",
"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.10.5](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.10.4...eslint-plugin-formatjs@4.10.5) (2023-09-10)

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

## [4.10.4](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.10.3...eslint-plugin-formatjs@4.10.4) (2023-09-07)

### 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.10.4",
"version": "4.10.5",
"description": "ESLint plugin for formatjs",
"main": "index.js",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/icu-messageformat-parser/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.2](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.6.1...@formatjs/icu-messageformat-parser@2.6.2) (2023-09-10)

**Note:** Version bump only for package @formatjs/icu-messageformat-parser

## [2.6.1](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.6.0...@formatjs/icu-messageformat-parser@2.6.1) (2023-09-07)

### 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.6.1",
"version": "2.6.2",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/icu-skeleton-parser/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.6.2](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.6.1...@formatjs/icu-skeleton-parser@1.6.2) (2023-09-10)

**Note:** Version bump only for package @formatjs/icu-skeleton-parser

## [1.6.1](https://github.com/formatjs/formatjs/compare/@formatjs/icu-skeleton-parser@1.6.0...@formatjs/icu-skeleton-parser@1.6.1) (2023-09-07)

**Note:** Version bump only for package @formatjs/icu-skeleton-parser
Expand Down
2 changes: 1 addition & 1 deletion packages/icu-skeleton-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/icu-skeleton-parser",
"version": "1.6.1",
"version": "1.6.2",
"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.10.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.10.1...@formatjs/intl-datetimeformat@6.10.2) (2023-09-10)

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

## [6.10.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.10.0...@formatjs/intl-datetimeformat@6.10.1) (2023-09-07)

**Note:** Version bump only for package @formatjs/intl-datetimeformat
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.10.1",
"version": "6.10.2",
"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.5.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.5.1...@formatjs/intl-displaynames@6.5.2) (2023-09-10)

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

## [6.5.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.5.0...@formatjs/intl-displaynames@6.5.1) (2023-09-07)

**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.5.1",
"version": "6.5.2",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-enumerator/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.3.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.3.3...@formatjs/intl-enumerator@1.3.4) (2023-09-10)

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

## [1.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.3.2...@formatjs/intl-enumerator@1.3.3) (2023-09-07)

**Note:** Version bump only for package @formatjs/intl-enumerator
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.3.3",
"version": "1.3.4",
"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.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.4.1...@formatjs/intl-listformat@7.4.2) (2023-09-10)

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

## [7.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.4.0...@formatjs/intl-listformat@7.4.1) (2023-09-07)

**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.4.1",
"version": "7.4.2",
"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.3.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@3.3.3...@formatjs/intl-locale@3.3.4) (2023-09-10)

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

## [3.3.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@3.3.2...@formatjs/intl-locale@3.3.3) (2023-09-07)

### Bug Fixes
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.3.3",
"version": "3.3.4",
"description": "Intl.Locale polyfill",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-localematcher/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.

## [0.4.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-localematcher@0.4.1...@formatjs/intl-localematcher@0.4.2) (2023-09-10)

### Bug Fixes

* **@formatjs/intl-localematcher:** return unicode locale extension field in BestFitMatcher ([#4187](https://github.com/formatjs/formatjs/issues/4187)) ([5c40698](https://github.com/formatjs/formatjs/commit/5c40698e059b6a391ca265fcc3110cb6cffcc009))

## [0.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-localematcher@0.4.0...@formatjs/intl-localematcher@0.4.1) (2023-09-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-localematcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-localematcher",
"version": "0.4.1",
"version": "0.4.2",
"description": "Intl.LocaleMatcher ponyfill",
"keywords": [
"intl",
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.5.2](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.5.1...intl-messageformat@10.5.2) (2023-09-10)

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

## [10.5.1](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.5.0...intl-messageformat@10.5.1) (2023-09-07)

**Note:** Version bump only for package intl-messageformat
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.5.1",
"version": "10.5.2",
"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-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.7.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.7.1...@formatjs/intl-numberformat@8.7.2) (2023-09-10)

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

## [8.7.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.7.0...@formatjs/intl-numberformat@8.7.1) (2023-09-07)

**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.7.1",
"version": "8.7.2",
"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.2.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.2.5...@formatjs/intl-pluralrules@5.2.6) (2023-09-10)

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

## [5.2.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.2.4...@formatjs/intl-pluralrules@5.2.5) (2023-09-07)

**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.2.5",
"version": "5.2.6",
"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.2.6](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.2.5...@formatjs/intl-relativetimeformat@11.2.6) (2023-09-10)

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

## [11.2.5](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.2.4...@formatjs/intl-relativetimeformat@11.2.5) (2023-09-07)

**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.2.5",
"version": "11.2.6",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-segmenter/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.4.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl-segmenter@11.4.3...@formatjs/intl-segmenter@11.4.4) (2023-09-10)

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

## [11.4.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-segmenter@11.4.2...@formatjs/intl-segmenter@11.4.3) (2023-09-07)

**Note:** Version bump only for package @formatjs/intl-segmenter
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-segmenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-segmenter",
"version": "11.4.3",
"version": "11.4.4",
"description": "Polyfill for Intl.Segmenter",
"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.9.2](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.9.1...@formatjs/intl@2.9.2) (2023-09-10)

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

## [2.9.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.9.0...@formatjs/intl@2.9.1) (2023-09-07)

**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.9.1",
"version": "2.9.2",
"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.4.6](https://github.com/formatjs/formatjs/compare/react-intl@6.4.5...react-intl@6.4.6) (2023-09-10)

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

## [6.4.5](https://github.com/formatjs/formatjs/compare/react-intl@6.4.4...react-intl@6.4.5) (2023-09-07)

### Bug Fixes
Expand Down
Loading

0 comments on commit 6fa9d11

Please sign in to comment.