@formatjs/intl: 6.1.2
6.1.2 (2026-09-19)
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.20
- intl-messageformat bumped to 12.1.2
- dependencies
intl-messageformat: 12.1.2
12.1.2 (2026-09-19)
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.20
- dependencies
@formatjs/svelte-intl: 2.1.2
2.1.2 (2026-09-19)
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.20
- @formatjs/intl bumped to 6.1.2
- dependencies
babel-plugin-formatjs: 13.0.6
13.0.6 (2026-09-19)
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.20
- @formatjs/ts-transformer bumped to 4.4.22
- dependencies
vue-intl: 8.1.2
8.1.2 (2026-09-19)
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.20
- @formatjs/intl bumped to 6.1.2
- dependencies
@formatjs/ts-transformer: 4.4.22
4.4.22 (2026-09-19)
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.20
- dependencies
react-intl: 12.1.2
12.1.2 (2026-09-19)
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.20
- @formatjs/intl bumped to 6.1.2
- intl-messageformat bumped to 12.1.2
- dependencies
eslint-plugin-formatjs: 8.0.5
8.0.5 (2026-09-19)
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.20
- @formatjs/ts-transformer bumped to 4.4.22
- dependencies
formatjs_cli: 1.7.4
1.7.4 (2026-09-19)
- macOS Apple Silicon:
formatjs_cli-darwin-arm64 - Linux ARM64:
formatjs_cli-linux-arm64 - Linux x86_64:
formatjs_cli-linux-x64 - Windows x64:
formatjs_cli-win32-x64.exe
# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.7.4/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs
# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.7.4/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs
# Linux ARM64
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.7.4/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.7.4/formatjs_cli-win32-x64.exe
Verify the checksums:
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.7.4/checksums.txt
shasum -a 256 -c checksums.txt
@formatjs/unplugin: 1.2.12
1.2.12 (2026-09-19)
- The following workspace dependencies were updated
- dependencies
- @formatjs/icu-messageformat-parser bumped to 3.5.20
- @formatjs/ts-transformer bumped to 4.4.22
- dependencies