Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
 - babel-plugin-formatjs@10.5.7
 - @formatjs/cli-lib@6.3.0
 - @formatjs/cli@6.2.1
 - @formatjs/editor@2.0.34
 - eslint-plugin-formatjs@4.11.0
 - @formatjs/icu-messageformat-parser@2.7.0
 - @formatjs/intl-datetimeformat@6.11.0
 - @formatjs/intl-displaynames@6.6.0
 - @formatjs/intl-enumerator@1.4.0
 - @formatjs/intl-getcanonicallocales@2.3.0
 - @formatjs/intl-listformat@7.5.0
 - @formatjs/intl-locale@3.4.0
 - intl-messageformat@10.5.4
 - @formatjs/intl-numberformat@8.8.0
 - @formatjs/intl-pluralrules@5.2.7
 - @formatjs/intl-relativetimeformat@11.2.7
 - @formatjs/intl-segmenter@11.5.0
 - @formatjs/intl@2.9.4
 - react-intl@6.5.0
 - @formatjs/swc-plugin@1.5.6
 - @formatjs/ts-transformer@3.13.6
 - vue-intl@6.4.20
  • Loading branch information
Long Ho committed Oct 16, 2023
1 parent 3b47289 commit 7332f1c
Show file tree
Hide file tree
Showing 45 changed files with 143 additions and 24 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.7](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.6...babel-plugin-formatjs@10.5.7) (2023-10-16)

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

## [10.5.6](https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@10.5.5...babel-plugin-formatjs@10.5.6) (2023-09-18)

**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.6",
"version": "10.5.7",
"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
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.

# [6.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@6.2.0...@formatjs/cli-lib@6.3.0) (2023-10-16)

### Features

* **eslint-plugin-formatjs:** upgrade typescript-eslint packages ([a3c7310](https://github.com/formatjs/formatjs/commit/a3c7310fa4e7a37c9a482b9060fb1937d37d8d96))

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

### 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.2.0",
"version": "6.3.0",
"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.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.2.0...@formatjs/cli@6.2.1) (2023-10-16)

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

# [6.2.0](https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.1.5...@formatjs/cli@6.2.0) (2023-09-18)

### Bug Fixes
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.2.0",
"version": "6.2.1",
"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.34](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.33...@formatjs/editor@2.0.34) (2023-10-16)

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

## [2.0.33](https://github.com/formatjs/formatjs/compare/@formatjs/editor@2.0.32...@formatjs/editor@2.0.33) (2023-09-18)

**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.33",
"version": "2.0.34",
"description": "A ICU MessageFormat Editor UI",
"keywords": [
"intl",
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-plugin-formatjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.11.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@4.10.5...eslint-plugin-formatjs@4.11.0) (2023-10-16)

### Bug Fixes

* **deps:** update dependency tslib to v2.6.2 ([#4196](https://github.com/formatjs/formatjs/issues/4196)) ([b541fb2](https://github.com/formatjs/formatjs/commit/b541fb261ce66ea88690e23ca9626f58daa62f35))

### Features

* **eslint-plugin-formatjs:** upgrade typescript-eslint packages ([a3c7310](https://github.com/formatjs/formatjs/commit/a3c7310fa4e7a37c9a482b9060fb1937d37d8d96))

## [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
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.5",
"version": "4.11.0",
"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.7.0](https://github.com/formatjs/formatjs/compare/@formatjs/icu-messageformat-parser@2.6.2...@formatjs/icu-messageformat-parser@2.7.0) (2023-10-16)

### Features

* **@formatjs/icu-messageformat-parser:** update CLDR to v43 ([1dc5582](https://github.com/formatjs/formatjs/commit/1dc5582219ac060892726151969122b02abe66d2))

## [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
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.2",
"version": "2.7.0",
"main": "index.js",
"module": "lib/index.js",
"types": "index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-datetimeformat/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.

# [6.11.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.10.3...@formatjs/intl-datetimeformat@6.11.0) (2023-10-16)

### Features

* **@formatjs/intl-datetimeformat:** update CLDR to v43 ([55863a8](https://github.com/formatjs/formatjs/commit/55863a83b42365e8c2005c92fbf88ac8c4fab39f))

## [6.10.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@6.10.2...@formatjs/intl-datetimeformat@6.10.3) (2023-09-18)

**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.3",
"version": "6.11.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
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.

# [6.6.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-displaynames@6.5.2...@formatjs/intl-displaynames@6.6.0) (2023-10-16)

### Features

* **@formatjs/intl-displaynames:** update CLDR to v43 ([88bfce4](https://github.com/formatjs/formatjs/commit/88bfce4a48e12469b3c949b8e2dfe5fdf4dfc46d))

## [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
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.2",
"version": "6.6.0",
"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.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-enumerator@1.3.4...@formatjs/intl-enumerator@1.4.0) (2023-10-16)

### Features

* **@formatjs/intl-enumerator:** update CLDR to v43 ([ee6d972](https://github.com/formatjs/formatjs/commit/ee6d972365b73b6fbfc312defb05a853eb51e5f0))

## [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
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.4",
"version": "1.4.0",
"description": "Intl.Enumerator polyfill",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-getcanonicallocales/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.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@2.2.1...@formatjs/intl-getcanonicallocales@2.3.0) (2023-10-16)

### Features

* **@formatjs/intl-getcanonicallocales:** update CLDR to v43 ([ad0226f](https://github.com/formatjs/formatjs/commit/ad0226f2d839d1c9e60c8448a733dd213f3d0f67))

## [2.2.1](https://github.com/formatjs/formatjs/compare/@formatjs/intl-getcanonicallocales@2.2.0...@formatjs/intl-getcanonicallocales@2.2.1) (2023-06-06)

**Note:** Version bump only for package @formatjs/intl-getcanonicallocales
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-getcanonicallocales/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-getcanonicallocales",
"version": "2.2.1",
"version": "2.3.0",
"description": "Intl.getCanonicalLocales polyfill",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-listformat/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.

# [7.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-listformat@7.4.2...@formatjs/intl-listformat@7.5.0) (2023-10-16)

### Features

* **@formatjs/intl-listformat:** upgrade cldr to v43 ([1208d64](https://github.com/formatjs/formatjs/commit/1208d64face37cc52abfce715ac4cfe7828da7ed))

## [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
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.2",
"version": "7.5.0",
"description": "Formats JS list in a i18n-safe way",
"keywords": [
"intl",
Expand Down
8 changes: 8 additions & 0 deletions packages/intl-locale/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [3.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-locale@3.3.4...@formatjs/intl-locale@3.4.0) (2023-10-16)

### Features

* **@formatjs/intl-datetimeformat:** upgrade cldr to v43 ([fdca75f](https://github.com/formatjs/formatjs/commit/fdca75f5501817e171badf26dca809386bcfb19c))
* **@formatjs/intl-listformat:** upgrade cldr to v43 ([1208d64](https://github.com/formatjs/formatjs/commit/1208d64face37cc52abfce715ac4cfe7828da7ed))
* **@formatjs/intl-locale:** update CLDR to v43 ([afcdc55](https://github.com/formatjs/formatjs/commit/afcdc55d81fe55ba357176cf2a50541ff2cb4723))

## [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
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.4",
"version": "3.4.0",
"description": "Intl.Locale polyfill",
"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.4](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.5.3...intl-messageformat@10.5.4) (2023-10-16)

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

## [10.5.3](https://github.com/formatjs/formatjs/compare/intl-messageformat@10.5.2...intl-messageformat@10.5.3) (2023-09-18)

**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.3",
"version": "10.5.4",
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
"keywords": [
"i18n",
Expand Down
7 changes: 7 additions & 0 deletions packages/intl-numberformat/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [8.8.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-numberformat@8.7.2...@formatjs/intl-numberformat@8.8.0) (2023-10-16)

### Features

* **@formatjs/intl-numberformat:** update CLDR to v43 ([cb8d062](https://github.com/formatjs/formatjs/commit/cb8d062738b40173e801877570b8e565c97a0c1b))
* **eslint-plugin-formatjs:** upgrade typescript-eslint packages ([a3c7310](https://github.com/formatjs/formatjs/commit/a3c7310fa4e7a37c9a482b9060fb1937d37d8d96))

## [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
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.2",
"version": "8.8.0",
"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.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-pluralrules@5.2.6...@formatjs/intl-pluralrules@5.2.7) (2023-10-16)

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

## [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
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.6",
"version": "5.2.7",
"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.7](https://github.com/formatjs/formatjs/compare/@formatjs/intl-relativetimeformat@11.2.6...@formatjs/intl-relativetimeformat@11.2.7) (2023-10-16)

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

## [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
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.6",
"version": "11.2.7",
"description": "Formats JavaScript dates to relative time strings.",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/intl-segmenter/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.

# [11.5.0](https://github.com/formatjs/formatjs/compare/@formatjs/intl-segmenter@11.4.4...@formatjs/intl-segmenter@11.5.0) (2023-10-16)

### Features

* **@formatjs/intl-segmenter:** update CLDR to v43 ([2217c3f](https://github.com/formatjs/formatjs/commit/2217c3f0d7758b96127761bcd28f522641ab9e11))

## [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
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.4",
"version": "11.5.0",
"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.4](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.9.3...@formatjs/intl@2.9.4) (2023-10-16)

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

## [2.9.3](https://github.com/formatjs/formatjs/compare/@formatjs/intl@2.9.2...@formatjs/intl@2.9.3) (2023-09-18)

**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.3",
"version": "2.9.4",
"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
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.

# [6.5.0](https://github.com/formatjs/formatjs/compare/react-intl@6.4.7...react-intl@6.5.0) (2023-10-16)

### Features

* **eslint-plugin-formatjs:** upgrade typescript-eslint packages ([a3c7310](https://github.com/formatjs/formatjs/commit/a3c7310fa4e7a37c9a482b9060fb1937d37d8d96))

## [6.4.7](https://github.com/formatjs/formatjs/compare/react-intl@6.4.6...react-intl@6.4.7) (2023-09-18)

**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.

Loading

0 comments on commit 7332f1c

Please sign in to comment.