Skip to content

Commit 4350dd3

Browse files
build: publish
- eslint-plugin-formatjs@6.4.3 - @formatjs/unplugin@1.1.2 - @formatjs/vite-plugin@1.1.2
1 parent 612eb64 commit 4350dd3

6 files changed

Lines changed: 19 additions & 3 deletions

File tree

packages/eslint-plugin-formatjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.4.3](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@6.4.2...eslint-plugin-formatjs@6.4.3) (2026-03-17)
7+
8+
### Bug Fixes
9+
10+
* **eslint-plugin-formatjs:** restore ability to import util module ([#6144](https://github.com/formatjs/formatjs/issues/6144)) ([94f6f5e](https://github.com/formatjs/formatjs/commit/94f6f5e97489edd59601ea363962381fdae5a51a)) - by @timmorey
11+
612
## [6.4.2](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@6.4.1...eslint-plugin-formatjs@6.4.2) (2026-03-17)
713

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

packages/eslint-plugin-formatjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-plugin-formatjs",
33
"description": "ESLint plugin for formatjs",
4-
"version": "6.4.2",
4+
"version": "6.4.3",
55
"license": "MIT",
66
"author": "Long Ho <holevietlong@gmail.com>",
77
"type": "module",

packages/unplugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/unplugin@1.1.1...@formatjs/unplugin@1.1.2) (2026-03-17)
7+
8+
### Bug Fixes
9+
10+
* **deps:** update dependency unplugin to v3 ([#6143](https://github.com/formatjs/formatjs/issues/6143)) ([4c99e28](https://github.com/formatjs/formatjs/commit/4c99e289949b5d0b195d8f5529eb925837e5437b)) - by @renovate[bot]
11+
612
## [1.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/unplugin@1.1.0...@formatjs/unplugin@1.1.1) (2026-03-17)
713

814
**Note:** Version bump only for package @formatjs/unplugin

packages/unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@formatjs/unplugin",
33
"description": "Universal build plugin for FormatJS — supports Vite, Webpack, Rollup, esbuild, and Rspack",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"license": "MIT",
66
"author": "Long Ho <holevietlong@gmail.com>",
77
"type": "module",

packages/vite-plugin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.2](https://github.com/formatjs/formatjs/compare/@formatjs/vite-plugin@1.1.1...@formatjs/vite-plugin@1.1.2) (2026-03-17)
7+
8+
**Note:** Version bump only for package @formatjs/vite-plugin
9+
610
## [1.1.1](https://github.com/formatjs/formatjs/compare/@formatjs/vite-plugin@1.1.0...@formatjs/vite-plugin@1.1.1) (2026-03-17)
711

812
**Note:** Version bump only for package @formatjs/vite-plugin

packages/vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@formatjs/vite-plugin",
33
"description": "Vite plugin for FormatJS AST transformations",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"license": "MIT",
66
"author": "Long Ho <holevietlong@gmail.com>",
77
"type": "module",

0 commit comments

Comments
 (0)