From 122e02466d5d4ee562a4ce584e5051fe185ea2f0 Mon Sep 17 00:00:00 2001 From: Yoann Frommelt <44576727+yfrommelt@users.noreply.github.com> Date: Mon, 4 Dec 2023 10:49:40 +0100 Subject: [PATCH] Publish (#135) - @m6web/eslint-plugin-i18n@2.0.2 - @m6web/i18n-lint@2.3.1 - @m6web/react-i18n@3.1.1 Co-authored-by: Yoann Frommelt --- packages/eslint-plugin-i18n/CHANGELOG.md | 8 ++++++++ packages/eslint-plugin-i18n/package.json | 2 +- packages/i18n-lint/CHANGELOG.md | 8 ++++++++ packages/i18n-lint/package.json | 2 +- packages/react-i18n/CHANGELOG.md | 8 ++++++++ packages/react-i18n/package.json | 2 +- 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/packages/eslint-plugin-i18n/CHANGELOG.md b/packages/eslint-plugin-i18n/CHANGELOG.md index fef7355..1f75c55 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.2](https://github.com/M6Web/eslint-plugin-m6web-i18n/compare/@m6web/eslint-plugin-i18n@2.0.1...@m6web/eslint-plugin-i18n@2.0.2) (2023-11-28) + +### Performance + +* **eslint-plugin-i18n:** optimize lodash imports ([9f95897](https://github.com/BedrockStreaming/i18n-tools/pull/134/commits/9f95897c61040ab2e9950405c19f10320826d21c)) + + + ## [2.0.1](https://github.com/M6Web/eslint-plugin-m6web-i18n/compare/@m6web/eslint-plugin-i18n@2.0.0...@m6web/eslint-plugin-i18n@2.0.1) (2022-05-05) diff --git a/packages/eslint-plugin-i18n/package.json b/packages/eslint-plugin-i18n/package.json index 040f094..4558368 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.1", + "version": "2.0.2", "description": "eslint plugin for generic i18n", "author": "m6web", "main": "lib/index.js", diff --git a/packages/i18n-lint/CHANGELOG.md b/packages/i18n-lint/CHANGELOG.md index 764eb61..4f8a135 100644 --- a/packages/i18n-lint/CHANGELOG.md +++ b/packages/i18n-lint/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.3.1](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/i18n-lint@2.3.0...@m6web/i18n-lint@2.3.1) (2023-11-28) + +### Performance + +* **i18n-lint:** optimize lodash imports ([9f95897](https://github.com/BedrockStreaming/i18n-tools/pull/134/commits/9f95897c61040ab2e9950405c19f10320826d21c)) + + + # [2.3.0](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/i18n-lint@2.2.0...@m6web/i18n-lint@2.3.0) (2022-04-28) diff --git a/packages/i18n-lint/package.json b/packages/i18n-lint/package.json index 37535c8..6772cd2 100644 --- a/packages/i18n-lint/package.json +++ b/packages/i18n-lint/package.json @@ -1,6 +1,6 @@ { "name": "@m6web/i18n-lint", - "version": "2.3.0", + "version": "2.3.1", "description": "i18n translation files linter", "main": "lib/index.js", "author": "m6web", diff --git a/packages/react-i18n/CHANGELOG.md b/packages/react-i18n/CHANGELOG.md index fb9c48f..1da8d71 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.1](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/react-i18n@3.1.0...@m6web/react-i18n@3.1.1) (2023-11-28) + +### Performance + +* **react-i18n:** optimize lodash imports ([9f95897](https://github.com/BedrockStreaming/i18n-tools/pull/134/commits/9f95897c61040ab2e9950405c19f10320826d21c)) + + + ## [3.0.1](https://github.com/BedrockStreaming/i18n-tools/compare/@m6web/react-i18n@3.0.0...@m6web/react-i18n@3.0.1) (2022-04-28) diff --git a/packages/react-i18n/package.json b/packages/react-i18n/package.json index cd6e782..9874961 100644 --- a/packages/react-i18n/package.json +++ b/packages/react-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@m6web/react-i18n", - "version": "3.1.0", + "version": "3.1.1", "description": "Provider and utils for translation in a react app", "main": "lib/index.js", "types": "types.d.ts",