From 9b9b9cf18566eb79e72aac3cce999f4e172c9b38 Mon Sep 17 00:00:00 2001 From: "jules.poissonnet" Date: Wed, 16 Oct 2024 10:50:00 +0200 Subject: [PATCH] Publish - @m6web/eslint-plugin-i18n@2.0.4 - @m6web/react-i18n@3.1.3 --- packages/eslint-plugin-i18n/CHANGELOG.md | 8 ++++++++ packages/eslint-plugin-i18n/package.json | 2 +- packages/react-i18n/CHANGELOG.md | 8 ++++++++ packages/react-i18n/package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/packages/eslint-plugin-i18n/CHANGELOG.md b/packages/eslint-plugin-i18n/CHANGELOG.md index 7c4f9ab..6f5e164 100644 --- a/packages/eslint-plugin-i18n/CHANGELOG.md +++ b/packages/eslint-plugin-i18n/CHANGELOG.md @@ -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. +## [2.0.4](https://github.com/M6Web/eslint-plugin-m6web-i18n/compare/@m6web/eslint-plugin-i18n@2.0.3...@m6web/eslint-plugin-i18n@2.0.4) (2024-10-16) + +**Note:** Version bump only for package @m6web/eslint-plugin-i18n + + + + + ## [2.0.3](https://github.com/M6Web/eslint-plugin-m6web-i18n/compare/@m6web/eslint-plugin-i18n@2.0.2...@m6web/eslint-plugin-i18n@2.0.3) (2023-12-22) diff --git a/packages/eslint-plugin-i18n/package.json b/packages/eslint-plugin-i18n/package.json index 51b15cb..2f9feec 100644 --- a/packages/eslint-plugin-i18n/package.json +++ b/packages/eslint-plugin-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@m6web/eslint-plugin-i18n", - "version": "2.0.3", + "version": "2.0.4", "description": "eslint plugin for generic i18n", "author": "m6web", "main": "lib/index.js", diff --git a/packages/react-i18n/CHANGELOG.md b/packages/react-i18n/CHANGELOG.md index d9cb655..ed07ae3 100644 --- a/packages/react-i18n/CHANGELOG.md +++ b/packages/react-i18n/CHANGELOG.md @@ -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.1.3](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/react-i18n@3.1.2...@m6web/react-i18n@3.1.3) (2024-10-16) + +**Note:** Version bump only for package @m6web/react-i18n + + + + + ## [3.1.2](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/react-i18n@3.1.1...@m6web/react-i18n@3.1.2) (2023-12-22) diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index e0af4a2..6b1c277 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@m6web/react-i18n", - "version": "3.1.2", + "version": "3.1.3", "description": "Provider and utils for translation in a react app", "main": "lib/index.js", "types": "types.d.ts",