From 76ef4e8d1c668578ce2c3829ebf35d22ca5e679c Mon Sep 17 00:00:00 2001 From: Lingui Bot Date: Tue, 7 Feb 2023 10:10:09 +0000 Subject: [PATCH] chore(release): published v3.17.1 [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ lerna.json | 2 +- .../babel-plugin-extract-messages/CHANGELOG.md | 8 ++++++++ .../babel-plugin-extract-messages/package.json | 4 ++-- packages/cli/CHANGELOG.md | 12 ++++++++++++ packages/cli/package.json | 8 ++++---- packages/conf/CHANGELOG.md | 12 ++++++++++++ packages/conf/package.json | 2 +- packages/core/CHANGELOG.md | 8 ++++++++ packages/core/package.json | 2 +- packages/detect-locale/CHANGELOG.md | 8 ++++++++ packages/detect-locale/package.json | 2 +- packages/loader/CHANGELOG.md | 8 ++++++++ packages/loader/package.json | 6 +++--- packages/macro/CHANGELOG.md | 11 +++++++++++ packages/macro/package.json | 4 ++-- packages/react/CHANGELOG.md | 11 +++++++++++ packages/react/package.json | 4 ++-- packages/vite-plugin/CHANGELOG.md | 8 ++++++++ packages/vite-plugin/package.json | 6 +++--- 20 files changed, 120 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25cdd125f..c4e6d1543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + + +### Bug Fixes + +* **compile:** remove verbose output when using flow with template ([#1388](https://github.com/lingui/js-lingui/issues/1388)) ([31316f9](https://github.com/lingui/js-lingui/commit/31316f938957dba8e908f9f60a452a2673a934ee)) +* **conf:** lazy load cosmiconfig's TypeScriptLoader ([#1403](https://github.com/lingui/js-lingui/issues/1403)) ([617a333](https://github.com/lingui/js-lingui/commit/617a3330f6eee5ffe5670a6b41f06d0a8116fc92)) +* Named components not working in Trans in @lingui/react ([#1402](https://github.com/lingui/js-lingui/issues/1402)) ([bf7f655](https://github.com/lingui/js-lingui/commit/bf7f655ccac3fc22fb7d36662ab0ec96595574e5)) +* **build:** undeclared dependencies ([#1391](https://github.com/lingui/js-lingui/issues/1391)) ([f390ca4](https://github.com/lingui/js-lingui/commit/f390ca4517144344fcbbbf9c73a42a1a17d0e519)) + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) diff --git a/lerna.json b/lerna.json index a89ff5804..384905a96 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.17.0", + "version": "3.17.1", "packages": [ "packages/*" ], diff --git a/packages/babel-plugin-extract-messages/CHANGELOG.md b/packages/babel-plugin-extract-messages/CHANGELOG.md index ede1ad603..1eb5d4e81 100644 --- a/packages/babel-plugin-extract-messages/CHANGELOG.md +++ b/packages/babel-plugin-extract-messages/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.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + +**Note:** Version bump only for package @lingui/babel-plugin-extract-messages + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) **Note:** Version bump only for package @lingui/babel-plugin-extract-messages diff --git a/packages/babel-plugin-extract-messages/package.json b/packages/babel-plugin-extract-messages/package.json index 2ba57fc93..b60d9e7c5 100644 --- a/packages/babel-plugin-extract-messages/package.json +++ b/packages/babel-plugin-extract-messages/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/babel-plugin-extract-messages", - "version": "3.17.0", + "version": "3.17.1", "description": "Babel plugin for collecting messages from source code for internationalization", "main": "./build/index.js", "author": { @@ -35,7 +35,7 @@ "dependencies": { "@babel/generator": "^7.20.14", "@babel/runtime": "^7.20.13", - "@lingui/conf": "3.17.0", + "@lingui/conf": "3.17.1", "mkdirp": "^1.0.4" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 99a9d1fb8..57b4f6c3d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + + +### Bug Fixes + +* **build:** undeclared dependencies ([#1391](https://github.com/lingui/js-lingui/issues/1391)) ([f390ca4](https://github.com/lingui/js-lingui/commit/f390ca4517144344fcbbbf9c73a42a1a17d0e519)) +* **compile:** remove verbose output when using flow with template ([#1388](https://github.com/lingui/js-lingui/issues/1388)) ([31316f9](https://github.com/lingui/js-lingui/commit/31316f938957dba8e908f9f60a452a2673a934ee)) + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) diff --git a/packages/cli/package.json b/packages/cli/package.json index 0726251d5..6e0d64e4c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/cli", - "version": "3.17.0", + "version": "3.17.1", "description": "CLI for working wit message catalogs", "keywords": [ "cli", @@ -50,9 +50,9 @@ "@babel/plugin-syntax-jsx": "^7.18.6", "@babel/runtime": "^7.20.13", "@babel/types": "^7.20.7", - "@lingui/babel-plugin-extract-messages": "3.17.0", - "@lingui/conf": "3.17.0", - "@lingui/core": "3.17.0", + "@lingui/babel-plugin-extract-messages": "3.17.1", + "@lingui/conf": "3.17.1", + "@lingui/core": "3.17.1", "@messageformat/parser": "^5.0.0", "babel-plugin-macros": "^3.0.1", "bcp-47": "^1.0.7", diff --git a/packages/conf/CHANGELOG.md b/packages/conf/CHANGELOG.md index b1d808f3f..eac492531 100644 --- a/packages/conf/CHANGELOG.md +++ b/packages/conf/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + + +### Bug Fixes + +* **compile:** remove verbose output when using flow with template ([#1388](https://github.com/lingui/js-lingui/issues/1388)) ([31316f9](https://github.com/lingui/js-lingui/commit/31316f938957dba8e908f9f60a452a2673a934ee)) +* **conf:** lazy load cosmiconfig's TypeScriptLoader ([#1403](https://github.com/lingui/js-lingui/issues/1403)) ([617a333](https://github.com/lingui/js-lingui/commit/617a3330f6eee5ffe5670a6b41f06d0a8116fc92)) + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) diff --git a/packages/conf/package.json b/packages/conf/package.json index 085b03502..5274cfed2 100644 --- a/packages/conf/package.json +++ b/packages/conf/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/conf", - "version": "3.17.0", + "version": "3.17.1", "sideEffects": false, "description": "Get lingui configuration from package.json", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ce2d17e60..c398febcf 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + +**Note:** Version bump only for package @lingui/core + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) **Note:** Version bump only for package @lingui/core diff --git a/packages/core/package.json b/packages/core/package.json index bc6afa59f..64e57b87a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/core", - "version": "3.17.0", + "version": "3.17.1", "sideEffects": false, "description": "I18n tools for javascript", "main": "./build/cjs/index.js", diff --git a/packages/detect-locale/CHANGELOG.md b/packages/detect-locale/CHANGELOG.md index 37d978110..c1a073033 100644 --- a/packages/detect-locale/CHANGELOG.md +++ b/packages/detect-locale/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.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + +**Note:** Version bump only for package @lingui/detect-locale + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) **Note:** Version bump only for package @lingui/detect-locale diff --git a/packages/detect-locale/package.json b/packages/detect-locale/package.json index 175cc618a..05812508b 100644 --- a/packages/detect-locale/package.json +++ b/packages/detect-locale/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/detect-locale", - "version": "3.17.0", + "version": "3.17.1", "sideEffects": false, "description": "@Lingui package to help you find the correct browser/server locale", "main": "./build/cjs/index.js", diff --git a/packages/loader/CHANGELOG.md b/packages/loader/CHANGELOG.md index c732b3f0e..246999711 100644 --- a/packages/loader/CHANGELOG.md +++ b/packages/loader/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.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + +**Note:** Version bump only for package @lingui/loader + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) **Note:** Version bump only for package @lingui/loader diff --git a/packages/loader/package.json b/packages/loader/package.json index 17d294052..54344d283 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/loader", - "version": "3.17.0", + "version": "3.17.1", "description": "webpack loader for lingui message catalogs", "types": "./build/index.d.ts", "main": "./build/index.js", @@ -36,8 +36,8 @@ ], "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/cli": "3.17.0", - "@lingui/conf": "3.17.0", + "@lingui/cli": "3.17.1", + "@lingui/conf": "3.17.1", "loader-utils": "^2.0.0" }, "devDependencies": { diff --git a/packages/macro/CHANGELOG.md b/packages/macro/CHANGELOG.md index 7132ebf36..7dd86d56c 100644 --- a/packages/macro/CHANGELOG.md +++ b/packages/macro/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + + +### Bug Fixes + +* **build:** undeclared dependencies ([#1391](https://github.com/lingui/js-lingui/issues/1391)) ([f390ca4](https://github.com/lingui/js-lingui/commit/f390ca4517144344fcbbbf9c73a42a1a17d0e519)) + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) diff --git a/packages/macro/package.json b/packages/macro/package.json index 7e6d83d64..e9556c8a3 100644 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/macro", - "version": "3.17.0", + "version": "3.17.1", "description": "Macro for generating messages in ICU MessageFormat syntax", "main": "./build/index.js", "author": { @@ -29,7 +29,7 @@ "dependencies": { "@babel/runtime": "^7.20.13", "@babel/types": "^7.20.7", - "@lingui/conf": "3.17.0", + "@lingui/conf": "3.17.1", "ramda": "^0.27.1" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b82cecfdb..71c8a7360 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + + +### Bug Fixes + +* Named components not working in Trans in @lingui/react ([#1402](https://github.com/lingui/js-lingui/issues/1402)) ([bf7f655](https://github.com/lingui/js-lingui/commit/bf7f655ccac3fc22fb7d36662ab0ec96595574e5)) + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) **Note:** Version bump only for package @lingui/react diff --git a/packages/react/package.json b/packages/react/package.json index 32b48ca04..a197e9f53 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/react", - "version": "3.17.0", + "version": "3.17.1", "sideEffects": false, "description": "React components for translations", "main": "./build/cjs/index.js", @@ -54,7 +54,7 @@ }, "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/core": "3.17.0" + "@lingui/core": "3.17.1" }, "devDependencies": { "react-testing-library": "^8.0.1" diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index b3871f0c4..18ad2c76d 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/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.17.1](https://github.com/lingui/js-lingui/compare/v3.17.0...v3.17.1) (2023-02-07) + +**Note:** Version bump only for package @lingui/vite-plugin + + + + + # [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index f169a5a0c..949990ceb 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/vite-plugin", - "version": "3.17.0", + "version": "3.17.1", "description": "Vite plugin for Lingui message catalogs", "main": "./build/index.js", "types": "./build/index.d.ts", @@ -35,8 +35,8 @@ "build/" ], "dependencies": { - "@lingui/cli": "3.17.0", - "@lingui/conf": "3.17.0" + "@lingui/cli": "3.17.1", + "@lingui/conf": "3.17.1" }, "devDependencies": { "vite": "3.2.4"