Skip to content

Commit

Permalink
build: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
longlho committed Dec 9, 2024
1 parent 7743782 commit 249c1a5
Show file tree
Hide file tree
Showing 46 changed files with 119 additions and 23 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.29](https://github.com/formatjs/formatjs/compare/[email protected]@10.5.29) (2024-12-09)

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

## [10.5.28](https://github.com/formatjs/formatjs/compare/[email protected]@10.5.28) (2024-12-09)

### Bug Fixes
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.28",
"version": "10.5.29",
"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.

## [7.0.2](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [7.0.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### 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": "7.0.1",
"version": "7.0.2",
"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.3.14](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [6.3.13](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

**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.3.13",
"version": "6.3.14",
"description": "A CLI for formatjs.",
"keywords": [
"intl",
Expand Down
6 changes: 6 additions & 0 deletions packages/ecma402-abstract/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.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes

* **@formatjs/intl-numberformat:** better handling of useGrouping, fix [#4476](https://github.com/formatjs/formatjs/issues/4476) ([7743782](https://github.com/formatjs/formatjs/commit/7743782165f37c8665022d1d046948db4eb1bc52)) - by @longlho

# [2.3.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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": "2.3.0",
"version": "2.3.1",
"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.65](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [2.0.64](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

**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.64",
"version": "2.0.65",
"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.

## [5.2.8](https://github.com/formatjs/formatjs/compare/[email protected]@5.2.8) (2024-12-09)

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

## [5.2.7](https://github.com/formatjs/formatjs/compare/[email protected]@5.2.7) (2024-12-09)

### 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": "5.2.7",
"version": "5.2.8",
"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.9.7](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [2.9.6](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### 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.9.6",
"version": "2.9.7",
"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.8.11](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [1.8.10](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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.8.10",
"version": "1.8.11",
"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.17.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

# [6.17.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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.17.0",
"version": "6.17.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.8.8](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [6.8.7](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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.8.7",
"version": "6.8.8",
"description": "Polyfill for: https://tc39.es/proposal-intl-displaynames",
"keywords": [
"i18n",
Expand Down
4 changes: 4 additions & 0 deletions packages/intl-durationformat/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.

## [0.7.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

# [0.7.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/intl-durationformat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@formatjs/intl-durationformat",
"version": "0.7.0",
"version": "0.7.1",
"description": "Intl.DurationFormat polyfill",
"keywords": [
"intl",
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.8.7](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [1.8.6](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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.8.6",
"version": "1.8.7",
"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.7.8](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [7.7.7](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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.7.7",
"version": "7.7.8",
"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.

## [4.2.8](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [4.2.7](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### 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": "4.2.7",
"version": "4.2.8",
"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.7.10](https://github.com/formatjs/formatjs/compare/[email protected]@10.7.10) (2024-12-09)

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

## [10.7.9](https://github.com/formatjs/formatjs/compare/[email protected]@10.7.9) (2024-12-09)

### Bug Fixes
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.7.9",
"version": "10.7.10",
"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
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.

## [8.15.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes

* **@formatjs/intl-numberformat:** better handling of useGrouping, fix [#4476](https://github.com/formatjs/formatjs/issues/4476) ([7743782](https://github.com/formatjs/formatjs/commit/7743782165f37c8665022d1d046948db4eb1bc52)) - by @longlho

# [8.15.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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.15.0",
"version": "8.15.1",
"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.4.1](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

# [5.4.0](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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.4.0",
"version": "5.4.1",
"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.4.8](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [11.4.7](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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.4.7",
"version": "11.4.8",
"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.7.7](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [11.7.6](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

### Bug Fixes
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.7.6",
"version": "11.7.7",
"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.

## [3.0.4](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

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

## [3.0.3](https://github.com/formatjs/formatjs/compare/@formatjs/[email protected]...@formatjs/[email protected]) (2024-12-09)

**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": "3.0.3",
"version": "3.0.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
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.

## [7.0.4](https://github.com/formatjs/formatjs/compare/[email protected]@7.0.4) (2024-12-09)

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

## [7.0.3](https://github.com/formatjs/formatjs/compare/[email protected]@7.0.3) (2024-12-09)

### Bug Fixes
Expand Down
Loading

0 comments on commit 249c1a5

Please sign in to comment.