From ba60a6e63cb0216e158036db946b7be89695f799 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 May 2024 10:04:55 +0000 Subject: [PATCH] chore: version packages --- .changeset/old-flies-sing.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/esbuild-plugin/CHANGELOG.md | 7 +++++++ packages/esbuild-plugin/package.json | 2 +- packages/ts-cli/CHANGELOG.md | 7 +++++++ packages/ts-cli/package.json | 2 +- packages/vite-plugin/CHANGELOG.md | 7 +++++++ packages/vite-plugin/package.json | 2 +- 9 files changed, 31 insertions(+), 9 deletions(-) delete mode 100644 .changeset/old-flies-sing.md diff --git a/.changeset/old-flies-sing.md b/.changeset/old-flies-sing.md deleted file mode 100644 index e5141a5..0000000 --- a/.changeset/old-flies-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"i18next-utilities-core": patch ---- - -fix(core): update import styles for dependencies diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index c02ff61..6c030d4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # i18next-utilities-core +## 0.1.2 + +### Patch Changes + +- [`896aae5`](https://github.com/rowellx68/i18next-utilities/commit/896aae5afcf026dac27b8e7bcda578f6630dc26d) Thanks [@rowellx68](https://github.com/rowellx68)! - fix(core): update import styles for dependencies + ## 0.1.1 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index af5db90..f3536ba 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "i18next-utilities-core", - "version": "0.1.1", + "version": "0.1.2", "description": "A collection of utilities that parses i18next resource files, concatenates them, and can generate TypeScript definitions for them.", "main": "dist/index.cjs", "module": "dist/index.js", diff --git a/packages/esbuild-plugin/CHANGELOG.md b/packages/esbuild-plugin/CHANGELOG.md index 613ac3a..7be9805 100644 --- a/packages/esbuild-plugin/CHANGELOG.md +++ b/packages/esbuild-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # esbuild-plugin-i18next-loader +## 1.1.2 + +### Patch Changes + +- Updated dependencies [[`896aae5`](https://github.com/rowellx68/i18next-utilities/commit/896aae5afcf026dac27b8e7bcda578f6630dc26d)]: + - i18next-utilities-core@0.1.2 + ## 1.1.1 ### Patch Changes diff --git a/packages/esbuild-plugin/package.json b/packages/esbuild-plugin/package.json index f236985..c1a4300 100644 --- a/packages/esbuild-plugin/package.json +++ b/packages/esbuild-plugin/package.json @@ -1,6 +1,6 @@ { "name": "esbuild-plugin-i18next-loader", - "version": "1.1.1", + "version": "1.1.2", "description": "esbuild plugin to client bundle i18next locales.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ts-cli/CHANGELOG.md b/packages/ts-cli/CHANGELOG.md index 574f678..32e92ee 100644 --- a/packages/ts-cli/CHANGELOG.md +++ b/packages/ts-cli/CHANGELOG.md @@ -1,5 +1,12 @@ # i18next-utilities-ts-cli +## 1.0.2 + +### Patch Changes + +- Updated dependencies [[`896aae5`](https://github.com/rowellx68/i18next-utilities/commit/896aae5afcf026dac27b8e7bcda578f6630dc26d)]: + - i18next-utilities-core@0.1.2 + ## 1.0.1 ### Patch Changes diff --git a/packages/ts-cli/package.json b/packages/ts-cli/package.json index 95cef3d..31f3386 100644 --- a/packages/ts-cli/package.json +++ b/packages/ts-cli/package.json @@ -1,6 +1,6 @@ { "name": "i18next-utilities-ts-cli", - "version": "1.0.1", + "version": "1.0.2", "description": "Generate i18next type definitions from your resource files.", "main": "dist/index.js", "type": "module", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 8181945..ab98f67 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.2 + +### Patch Changes + +- Updated dependencies [[`896aae5`](https://github.com/rowellx68/i18next-utilities/commit/896aae5afcf026dac27b8e7bcda578f6630dc26d)]: + - i18next-utilities-core@0.1.2 + ## 2.0.1 ### Patch Changes diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 2372e3b..826a918 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-typed-i18next-loader", - "version": "2.0.1", + "version": "2.0.2", "description": "Generate a virtual module for resources and type definitions for i18next.", "main": "dist/index.cjs", "module": "dist/index.js",