Skip to content

Commit

Permalink
Publish (#135)
Browse files Browse the repository at this point in the history
- @m6web/eslint-plugin-i18n@2.0.2
 - @m6web/i18n-lint@2.3.1
 - @m6web/react-i18n@3.1.1

Co-authored-by: Yoann Frommelt <yoann.frommelt@bedrockstreaming.com>
  • Loading branch information
yfrommelt and yfrommelt committed Dec 4, 2023
1 parent fb1acb7 commit 122e024
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/eslint-plugin-i18n/CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
8 changes: 8 additions & 0 deletions packages/i18n-lint/CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-i18n/CHANGELOG.md
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 122e024

Please sign in to comment.