From bae762a1ef15d0a4d883bc8c1837603b4e79175e Mon Sep 17 00:00:00 2001 From: Lingui Bot Date: Tue, 24 Jan 2023 07:56:56 +0000 Subject: [PATCH] chore(release): published v3.16.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 | 13 +++++++++++++ packages/cli/package.json | 8 ++++---- packages/conf/CHANGELOG.md | 8 ++++++++ packages/conf/package.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ 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 | 8 ++++++++ packages/macro/package.json | 4 ++-- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 4 ++-- 18 files changed, 103 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15cfb45f5..2ea8c5c85 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.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) + + +### Bug Fixes + +* **build:** explicitly expose api/extractors ([#1349](https://github.com/lingui/js-lingui/issues/1349)) ([59b6c97](https://github.com/lingui/js-lingui/commit/59b6c9755280eaf511b2e3393aebeff253dd088d)) +* **build:** Revert typescript update ([#1362](https://github.com/lingui/js-lingui/issues/1362)) ([3f0e61e](https://github.com/lingui/js-lingui/commit/3f0e61eae2417ea78431322b8f1fb5acf4d59170)) +* **cli:** incorrect main entry in package.json ([#1351](https://github.com/lingui/js-lingui/issues/1351)) ([cd430f3](https://github.com/lingui/js-lingui/commit/cd430f31812b5e184007eaa2d22683bd0b82cf84)) +* **core:** sub entry export for react-native ([#1350](https://github.com/lingui/js-lingui/issues/1350)) ([c178ce3](https://github.com/lingui/js-lingui/commit/c178ce3cc91e64d190965dc684df74162cc17d02)) + + + + + # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18) diff --git a/lerna.json b/lerna.json index 5c7537536..ccf5985bf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.16.0", + "version": "3.16.1", "packages": [ "packages/*" ], diff --git a/packages/babel-plugin-extract-messages/CHANGELOG.md b/packages/babel-plugin-extract-messages/CHANGELOG.md index 95cc204d4..7fd37ca17 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.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) + +**Note:** Version bump only for package @lingui/babel-plugin-extract-messages + + + + + # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18) diff --git a/packages/babel-plugin-extract-messages/package.json b/packages/babel-plugin-extract-messages/package.json index 00e9001af..690958ed9 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.16.0", + "version": "3.16.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.11.6", "@babel/runtime": "^7.11.2", - "@lingui/conf": "3.16.0", + "@lingui/conf": "3.16.1", "mkdirp": "^1.0.4" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 806a5adbb..13439c23e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) + + +### Bug Fixes + +* **build:** explicitly expose api/extractors ([#1349](https://github.com/lingui/js-lingui/issues/1349)) ([59b6c97](https://github.com/lingui/js-lingui/commit/59b6c9755280eaf511b2e3393aebeff253dd088d)) +* **build:** Revert typescript update ([#1362](https://github.com/lingui/js-lingui/issues/1362)) ([3f0e61e](https://github.com/lingui/js-lingui/commit/3f0e61eae2417ea78431322b8f1fb5acf4d59170)) +* **cli:** incorrect main entry in package.json ([#1351](https://github.com/lingui/js-lingui/issues/1351)) ([cd430f3](https://github.com/lingui/js-lingui/commit/cd430f31812b5e184007eaa2d22683bd0b82cf84)) + + + + + # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18) diff --git a/packages/cli/package.json b/packages/cli/package.json index 911a02859..5285c586b 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/cli", - "version": "3.16.0", + "version": "3.16.1", "description": "CLI for working wit message catalogs", "keywords": [ "cli", @@ -50,9 +50,9 @@ "@babel/plugin-syntax-jsx": "^7.10.4", "@babel/runtime": "^7.11.2", "@babel/types": "^7.11.5", - "@lingui/babel-plugin-extract-messages": "3.16.0", - "@lingui/conf": "3.16.0", - "@lingui/core": "3.16.0", + "@lingui/babel-plugin-extract-messages": "3.16.1", + "@lingui/conf": "3.16.1", + "@lingui/core": "3.16.1", "babel-plugin-macros": "^3.0.1", "bcp-47": "^1.0.7", "chalk": "^4.1.0", diff --git a/packages/conf/CHANGELOG.md b/packages/conf/CHANGELOG.md index 19285679f..0d408cffc 100644 --- a/packages/conf/CHANGELOG.md +++ b/packages/conf/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.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) + +**Note:** Version bump only for package @lingui/conf + + + + + # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18) **Note:** Version bump only for package @lingui/conf diff --git a/packages/conf/package.json b/packages/conf/package.json index af564ffb0..0c614113e 100644 --- a/packages/conf/package.json +++ b/packages/conf/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/conf", - "version": "3.16.0", + "version": "3.16.1", "sideEffects": false, "description": "Get lingui configuration from package.json", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index a49f853a4..279b8ae4f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) + + +### Bug Fixes + +* **core:** sub entry export for react-native ([#1350](https://github.com/lingui/js-lingui/issues/1350)) ([c178ce3](https://github.com/lingui/js-lingui/commit/c178ce3cc91e64d190965dc684df74162cc17d02)) + + + + + # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18) **Note:** Version bump only for package @lingui/core diff --git a/packages/core/package.json b/packages/core/package.json index cf2ad8abf..aab00a2dc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/core", - "version": "3.16.0", + "version": "3.16.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 bbe590747..a674ec85c 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.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) + +**Note:** Version bump only for package @lingui/detect-locale + + + + + # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18) **Note:** Version bump only for package @lingui/detect-locale diff --git a/packages/detect-locale/package.json b/packages/detect-locale/package.json index c53fdd604..4f4e09c33 100644 --- a/packages/detect-locale/package.json +++ b/packages/detect-locale/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/detect-locale", - "version": "3.16.0", + "version": "3.16.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 0a69a99a9..8195eef0b 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.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) + +**Note:** Version bump only for package @lingui/loader + + + + + # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18) **Note:** Version bump only for package @lingui/loader diff --git a/packages/loader/package.json b/packages/loader/package.json index 21cb4c58d..b123030db 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/loader", - "version": "3.16.0", + "version": "3.16.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.11.2", - "@lingui/cli": "3.16.0", - "@lingui/conf": "3.16.0", + "@lingui/cli": "3.16.1", + "@lingui/conf": "3.16.1", "loader-utils": "^2.0.0" }, "devDependencies": { diff --git a/packages/macro/CHANGELOG.md b/packages/macro/CHANGELOG.md index faafaa77e..d05a50204 100644 --- a/packages/macro/CHANGELOG.md +++ b/packages/macro/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.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) + +**Note:** Version bump only for package @lingui/macro + + + + + # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18) diff --git a/packages/macro/package.json b/packages/macro/package.json index 55e980608..ff7bdd4bc 100644 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/macro", - "version": "3.16.0", + "version": "3.16.1", "description": "Macro for generating messages in ICU MessageFormat syntax", "main": "./build/index.js", "author": { @@ -28,7 +28,7 @@ ], "dependencies": { "@babel/runtime": "^7.11.2", - "@lingui/conf": "3.16.0", + "@lingui/conf": "3.16.1", "ramda": "^0.27.1" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index a09e961d0..af200a75f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) + +**Note:** Version bump only for package @lingui/react + + + + + # [3.16.0](https://github.com/lingui/js-lingui/compare/v3.15.0...v3.16.0) (2023-01-18) **Note:** Version bump only for package @lingui/react diff --git a/packages/react/package.json b/packages/react/package.json index c59a9b4c6..9adf20275 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/react", - "version": "3.16.0", + "version": "3.16.1", "sideEffects": false, "description": "React components for translations", "main": "./build/cjs/index.js", @@ -48,7 +48,7 @@ }, "dependencies": { "@babel/runtime": "^7.11.2", - "@lingui/core": "3.16.0" + "@lingui/core": "3.16.1" }, "devDependencies": { "react-testing-library": "^8.0.1"