From 1c8bc46213b35b25da8fe7a80ddcf6f6a5d9d539 Mon Sep 17 00:00:00 2001 From: Lingui Bot Date: Wed, 1 Feb 2023 14:38:23 +0000 Subject: [PATCH] chore(release): published v3.17.0 [skip ci] --- CHANGELOG.md | 18 ++++++++++++++++++ lerna.json | 2 +- .../babel-plugin-extract-messages/CHANGELOG.md | 8 ++++++++ .../babel-plugin-extract-messages/package.json | 4 ++-- packages/cli/CHANGELOG.md | 11 +++++++++++ packages/cli/package.json | 8 ++++---- packages/conf/CHANGELOG.md | 11 +++++++++++ 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 | 16 ++++++++++++++++ packages/macro/package.json | 4 ++-- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 4 ++-- packages/vite-plugin/CHANGELOG.md | 11 +++++++++++ packages/vite-plugin/package.json | 6 +++--- 20 files changed, 127 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea8c5c85..25cdd125f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) + + +### Bug Fixes + +* **conf:** proper typescript cosmiconfig loader ([#1386](https://github.com/lingui/js-lingui/issues/1386)) ([8da122d](https://github.com/lingui/js-lingui/commit/8da122d7ee65846993a1f3b5f2091d194abef521)) +* **macro:** JS macros don't strip non-essential props in production ([#1389](https://github.com/lingui/js-lingui/issues/1389)) ([0ff55d6](https://github.com/lingui/js-lingui/commit/0ff55d606e4eba496548675e42c744d0d872d838)) + + +### Features + +* implement @lingui/vite-plugin ([#1306](https://github.com/lingui/js-lingui/issues/1306)) ([db5d3c3](https://github.com/lingui/js-lingui/commit/db5d3c309041202014d98b71894b473c587f643d)) +* **macro:** throw useful error message if macro used without a plugin ([#1355](https://github.com/lingui/js-lingui/issues/1355)) ([7d55904](https://github.com/lingui/js-lingui/commit/7d55904bb76fae384558945863423145978b9bd6)) + + + + + ## [3.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) diff --git a/lerna.json b/lerna.json index bf74f6ad1..a89ff5804 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.16.1", + "version": "3.17.0", "packages": [ "packages/*" ], diff --git a/packages/babel-plugin-extract-messages/CHANGELOG.md b/packages/babel-plugin-extract-messages/CHANGELOG.md index 7fd37ca17..ede1ad603 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.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 + + + + + ## [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 diff --git a/packages/babel-plugin-extract-messages/package.json b/packages/babel-plugin-extract-messages/package.json index 690958ed9..2852d1289 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.1", + "version": "3.17.0", "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.1", + "@lingui/conf": "3.17.0", "mkdirp": "^1.0.4" } } diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 13439c23e..99a9d1fb8 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/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.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) + + +### Features + +* implement @lingui/vite-plugin ([#1306](https://github.com/lingui/js-lingui/issues/1306)) ([db5d3c3](https://github.com/lingui/js-lingui/commit/db5d3c309041202014d98b71894b473c587f643d)) + + + + + ## [3.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5285c586b..76025f8c8 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/cli", - "version": "3.16.1", + "version": "3.17.0", "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.1", - "@lingui/conf": "3.16.1", - "@lingui/core": "3.16.1", + "@lingui/babel-plugin-extract-messages": "3.17.0", + "@lingui/conf": "3.17.0", + "@lingui/core": "3.17.0", "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 0d408cffc..b1d808f3f 100644 --- a/packages/conf/CHANGELOG.md +++ b/packages/conf/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.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) + + +### Bug Fixes + +* **conf:** proper typescript cosmiconfig loader ([#1386](https://github.com/lingui/js-lingui/issues/1386)) ([8da122d](https://github.com/lingui/js-lingui/commit/8da122d7ee65846993a1f3b5f2091d194abef521)) + + + + + ## [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 diff --git a/packages/conf/package.json b/packages/conf/package.json index 6983153c8..8d1c5608f 100644 --- a/packages/conf/package.json +++ b/packages/conf/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/conf", - "version": "3.16.1", + "version": "3.17.0", "sideEffects": false, "description": "Get lingui configuration from package.json", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 279b8ae4f..ce2d17e60 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.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 + + + + + ## [3.16.1](https://github.com/lingui/js-lingui/compare/v3.16.0...v3.16.1) (2023-01-24) diff --git a/packages/core/package.json b/packages/core/package.json index cee42dab9..1119e927a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/core", - "version": "3.16.1", + "version": "3.17.0", "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 a674ec85c..37d978110 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.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 + + + + + ## [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 diff --git a/packages/detect-locale/package.json b/packages/detect-locale/package.json index 4f4e09c33..175cc618a 100644 --- a/packages/detect-locale/package.json +++ b/packages/detect-locale/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/detect-locale", - "version": "3.16.1", + "version": "3.17.0", "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 8195eef0b..c732b3f0e 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.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 + + + + + ## [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 diff --git a/packages/loader/package.json b/packages/loader/package.json index b123030db..61166b7d5 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/loader", - "version": "3.16.1", + "version": "3.17.0", "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.1", - "@lingui/conf": "3.16.1", + "@lingui/cli": "3.17.0", + "@lingui/conf": "3.17.0", "loader-utils": "^2.0.0" }, "devDependencies": { diff --git a/packages/macro/CHANGELOG.md b/packages/macro/CHANGELOG.md index d05a50204..7132ebf36 100644 --- a/packages/macro/CHANGELOG.md +++ b/packages/macro/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) + + +### Bug Fixes + +* **macro:** JS macros don't strip non-essential props in production ([#1389](https://github.com/lingui/js-lingui/issues/1389)) ([0ff55d6](https://github.com/lingui/js-lingui/commit/0ff55d606e4eba496548675e42c744d0d872d838)) + + +### Features + +* **macro:** throw useful error message if macro used without a plugin ([#1355](https://github.com/lingui/js-lingui/issues/1355)) ([7d55904](https://github.com/lingui/js-lingui/commit/7d55904bb76fae384558945863423145978b9bd6)) + + + + + ## [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 diff --git a/packages/macro/package.json b/packages/macro/package.json index ff7bdd4bc..bf46c0347 100644 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/macro", - "version": "3.16.1", + "version": "3.17.0", "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.1", + "@lingui/conf": "3.17.0", "ramda": "^0.27.1" }, "peerDependencies": { diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index af200a75f..b82cecfdb 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.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 + + + + + ## [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 diff --git a/packages/react/package.json b/packages/react/package.json index cb2eae305..2bc28bee6 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/react", - "version": "3.16.1", + "version": "3.17.0", "sideEffects": false, "description": "React components for translations", "main": "./build/cjs/index.js", @@ -54,7 +54,7 @@ }, "dependencies": { "@babel/runtime": "^7.11.2", - "@lingui/core": "3.16.1" + "@lingui/core": "3.17.0" }, "devDependencies": { "react-testing-library": "^8.0.1" diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index e69de29bb..b3871f0c4 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.17.0](https://github.com/lingui/js-lingui/compare/v3.16.1...v3.17.0) (2023-02-01) + + +### Features + +* implement @lingui/vite-plugin ([#1306](https://github.com/lingui/js-lingui/issues/1306)) ([db5d3c3](https://github.com/lingui/js-lingui/commit/db5d3c309041202014d98b71894b473c587f643d)) diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 2c3db5de0..f169a5a0c 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/vite-plugin", - "version": "3.16.1", + "version": "3.17.0", "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.16.1", - "@lingui/conf": "^3.16.1" + "@lingui/cli": "3.17.0", + "@lingui/conf": "3.17.0" }, "devDependencies": { "vite": "3.2.4"