diff --git a/CHANGELOG.md b/CHANGELOG.md index 6616a972b..48c8acfa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +### Features + +- **macro:** add useLingui macro ([#1859](https://github.com/lingui/js-lingui/issues/1859)) ([ea420a8](https://github.com/lingui/js-lingui/commit/ea420a8a396aac49b26cd9375f9f82de6c01aaf0)) + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) ### Features diff --git a/lerna.json b/lerna.json index ac26c75a5..124a57fbe 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "packages": ["packages/*"], "npmClient": "yarn", "useWorkspaces": true, diff --git a/packages/babel-plugin-extract-messages/CHANGELOG.md b/packages/babel-plugin-extract-messages/CHANGELOG.md index fb9ac7446..881533b05 100644 --- a/packages/babel-plugin-extract-messages/CHANGELOG.md +++ b/packages/babel-plugin-extract-messages/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +### Features + +- **macro:** add useLingui macro ([#1859](https://github.com/lingui/js-lingui/issues/1859)) ([ea420a8](https://github.com/lingui/js-lingui/commit/ea420a8a396aac49b26cd9375f9f82de6c01aaf0)) + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) ### Features diff --git a/packages/babel-plugin-extract-messages/package.json b/packages/babel-plugin-extract-messages/package.json index bb96bd66a..3be8a712e 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": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "Babel plugin for collecting messages from source code for internationalization", "main": "./dist/index.cjs", "module": "./dist/index.mjs", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a8b23ed00..df27d0ff5 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/cli + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 0d7b2fe34..985021f82 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/cli", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "CLI for working wit message catalogs", "keywords": [ "cli", @@ -53,12 +53,12 @@ "@babel/parser": "^7.21.2", "@babel/runtime": "^7.21.0", "@babel/types": "^7.21.2", - "@lingui/babel-plugin-extract-messages": "4.8.0-next.0", - "@lingui/conf": "4.8.0-next.0", - "@lingui/core": "4.8.0-next.0", - "@lingui/format-po": "4.8.0-next.0", - "@lingui/macro": "4.8.0-next.0", - "@lingui/message-utils": "4.8.0-next.0", + "@lingui/babel-plugin-extract-messages": "4.8.0-next.1", + "@lingui/conf": "4.8.0-next.1", + "@lingui/core": "4.8.0-next.1", + "@lingui/format-po": "4.8.0-next.1", + "@lingui/macro": "4.8.0-next.1", + "@lingui/message-utils": "4.8.0-next.1", "babel-plugin-macros": "^3.0.1", "chalk": "^4.1.0", "chokidar": "3.5.1", diff --git a/packages/conf/CHANGELOG.md b/packages/conf/CHANGELOG.md index 5f271e9bd..f7b3bb0d8 100644 --- a/packages/conf/CHANGELOG.md +++ b/packages/conf/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +### Features + +- **macro:** add useLingui macro ([#1859](https://github.com/lingui/js-lingui/issues/1859)) ([ea420a8](https://github.com/lingui/js-lingui/commit/ea420a8a396aac49b26cd9375f9f82de6c01aaf0)) + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) ### Features diff --git a/packages/conf/package.json b/packages/conf/package.json index 88d44e3f7..1a7771e63 100644 --- a/packages/conf/package.json +++ b/packages/conf/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/conf", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "sideEffects": false, "description": "Get lingui configuration from package.json", "keywords": [ diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8353a98f1..ae1051bd3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/core + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/core diff --git a/packages/core/package.json b/packages/core/package.json index 677e99561..9c624cf9d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/core", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "sideEffects": false, "description": "I18n tools for javascript", "main": "./dist/index.cjs", @@ -54,7 +54,7 @@ ], "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/message-utils": "4.8.0-next.0", + "@lingui/message-utils": "4.8.0-next.1", "unraw": "^3.0.0" }, "devDependencies": { diff --git a/packages/detect-locale/CHANGELOG.md b/packages/detect-locale/CHANGELOG.md index 99d437964..fd3aa0dbc 100644 --- a/packages/detect-locale/CHANGELOG.md +++ b/packages/detect-locale/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/detect-locale + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/detect-locale diff --git a/packages/detect-locale/package.json b/packages/detect-locale/package.json index 8fcda6d53..14cfca7a0 100644 --- a/packages/detect-locale/package.json +++ b/packages/detect-locale/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/detect-locale", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "sideEffects": false, "description": "@Lingui package to help you find the correct browser/server locale", "main": "./dist/index.cjs", diff --git a/packages/extractor-vue/CHANGELOG.md b/packages/extractor-vue/CHANGELOG.md index e50cd78d1..203e8b87d 100644 --- a/packages/extractor-vue/CHANGELOG.md +++ b/packages/extractor-vue/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/extractor-vue + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/extractor-vue diff --git a/packages/extractor-vue/package.json b/packages/extractor-vue/package.json index 6fd1b8ea8..abca2bb22 100644 --- a/packages/extractor-vue/package.json +++ b/packages/extractor-vue/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/extractor-vue", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "Custom Vue.js extractor to be used with the CLI tool", "main": "./dist/index.cjs", "module": "./dist/index.mjs", @@ -38,12 +38,12 @@ "/dist" ], "dependencies": { - "@lingui/cli": "4.8.0-next.0", - "@lingui/conf": "4.8.0-next.0", + "@lingui/cli": "4.8.0-next.1", + "@lingui/conf": "4.8.0-next.1", "@vue/compiler-sfc": "^3.2.47" }, "devDependencies": { - "@lingui/babel-plugin-extract-messages": "4.8.0-next.0", + "@lingui/babel-plugin-extract-messages": "4.8.0-next.1", "unbuild": "2.0.0" } } diff --git a/packages/format-csv/CHANGELOG.md b/packages/format-csv/CHANGELOG.md index 4abb59372..75d60852b 100644 --- a/packages/format-csv/CHANGELOG.md +++ b/packages/format-csv/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/format-csv + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/format-csv diff --git a/packages/format-csv/package.json b/packages/format-csv/package.json index fb812378b..35d59a1e6 100644 --- a/packages/format-csv/package.json +++ b/packages/format-csv/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-csv", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "CSV format for Lingui Catalogs", "main": "./dist/csv.cjs", "module": "./dist/csv.mjs", @@ -39,7 +39,7 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.8.0-next.0", + "@lingui/conf": "4.8.0-next.1", "papaparse": "^5.4.0" }, "devDependencies": { diff --git a/packages/format-json/CHANGELOG.md b/packages/format-json/CHANGELOG.md index 6144da975..d753347ac 100644 --- a/packages/format-json/CHANGELOG.md +++ b/packages/format-json/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/format-json + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/format-json diff --git a/packages/format-json/package.json b/packages/format-json/package.json index 062764f18..af8d9de7e 100644 --- a/packages/format-json/package.json +++ b/packages/format-json/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-json", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "JSON format for Lingui Catalogs", "main": "./dist/json.cjs", "module": "./dist/json.mjs", @@ -39,7 +39,7 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.8.0-next.0", + "@lingui/conf": "4.8.0-next.1", "ramda": "^0.28.0" }, "devDependencies": { diff --git a/packages/format-po-gettext/CHANGELOG.md b/packages/format-po-gettext/CHANGELOG.md index cc54a1e7c..35e36efba 100644 --- a/packages/format-po-gettext/CHANGELOG.md +++ b/packages/format-po-gettext/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/format-po-gettext + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/format-po-gettext diff --git a/packages/format-po-gettext/package.json b/packages/format-po-gettext/package.json index 50c61dbbe..e90abb652 100644 --- a/packages/format-po-gettext/package.json +++ b/packages/format-po-gettext/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-po-gettext", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "Gettext PO format with gettext-style plurals for Lingui Catalogs", "main": "./dist/po-gettext.cjs", "module": "./dist/po-gettext.mjs", @@ -41,9 +41,9 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.8.0-next.0", - "@lingui/format-po": "4.8.0-next.0", - "@lingui/message-utils": "4.8.0-next.0", + "@lingui/conf": "4.8.0-next.1", + "@lingui/format-po": "4.8.0-next.1", + "@lingui/message-utils": "4.8.0-next.1", "@messageformat/parser": "^5.0.0", "node-gettext": "^3.0.0", "plurals-cldr": "^2.0.1", diff --git a/packages/format-po/CHANGELOG.md b/packages/format-po/CHANGELOG.md index 5a9dbabb9..222b19ae1 100644 --- a/packages/format-po/CHANGELOG.md +++ b/packages/format-po/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/format-po + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/format-po diff --git a/packages/format-po/package.json b/packages/format-po/package.json index 206871376..9d89215f7 100644 --- a/packages/format-po/package.json +++ b/packages/format-po/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/format-po", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "Gettext PO format for Lingui Catalogs", "main": "./dist/po.cjs", "module": "./dist/po.mjs", @@ -41,8 +41,8 @@ "dist/" ], "dependencies": { - "@lingui/conf": "4.8.0-next.0", - "@lingui/message-utils": "4.8.0-next.0", + "@lingui/conf": "4.8.0-next.1", + "@lingui/message-utils": "4.8.0-next.1", "date-fns": "^2.29.3", "pofile": "^1.1.4" }, diff --git a/packages/loader/CHANGELOG.md b/packages/loader/CHANGELOG.md index 8d3d294af..8f30b6b4a 100644 --- a/packages/loader/CHANGELOG.md +++ b/packages/loader/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/loader + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/loader diff --git a/packages/loader/package.json b/packages/loader/package.json index 4490ec9be..c156469f4 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/loader", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "webpack loader for lingui message catalogs", "types": "./dist/index.d.ts", "main": "./dist/index.cjs", @@ -43,11 +43,11 @@ ], "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/cli": "4.8.0-next.0", - "@lingui/conf": "4.8.0-next.0" + "@lingui/cli": "4.8.0-next.1", + "@lingui/conf": "4.8.0-next.1" }, "devDependencies": { - "@lingui/format-json": "4.8.0-next.0", + "@lingui/format-json": "4.8.0-next.1", "unbuild": "2.0.0", "webpack": "^5.76.1" }, diff --git a/packages/macro/CHANGELOG.md b/packages/macro/CHANGELOG.md index 46a57aa98..ef8e20655 100644 --- a/packages/macro/CHANGELOG.md +++ b/packages/macro/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +### Features + +- **macro:** add useLingui macro ([#1859](https://github.com/lingui/js-lingui/issues/1859)) ([ea420a8](https://github.com/lingui/js-lingui/commit/ea420a8a396aac49b26cd9375f9f82de6c01aaf0)) + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) ### Features diff --git a/packages/macro/package.json b/packages/macro/package.json index 520f408f5..e9f203e62 100644 --- a/packages/macro/package.json +++ b/packages/macro/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/macro", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "Macro for generating messages in ICU MessageFormat syntax", "main": "./dist/index.cjs", "module": "./dist/index.mjs", @@ -63,7 +63,6 @@ "import": { "types": "./dist/plugin.d.ts", "default": "./dist/index.mjs" - } } }, @@ -77,9 +76,9 @@ "@babel/core": "7.20.12", "@babel/runtime": "^7.20.13", "@babel/types": "^7.20.7", - "@lingui/conf": "4.8.0-next.0", - "@lingui/core": "4.8.0-next.0", - "@lingui/message-utils": "4.8.0-next.0" + "@lingui/conf": "4.8.0-next.1", + "@lingui/core": "4.8.0-next.1", + "@lingui/message-utils": "4.8.0-next.1" }, "peerDependencies": { "@lingui/react": "^4.0.0", diff --git a/packages/message-utils/CHANGELOG.md b/packages/message-utils/CHANGELOG.md index 2f773f1cc..fe380e73f 100644 --- a/packages/message-utils/CHANGELOG.md +++ b/packages/message-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/message-utils + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/message-utils diff --git a/packages/message-utils/package.json b/packages/message-utils/package.json index 2ad65f568..e8490b9ee 100644 --- a/packages/message-utils/package.json +++ b/packages/message-utils/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/message-utils", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "license": "MIT", "keywords": [], "sideEffects": false, diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1cb3abd04..fea212932 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/react + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/react diff --git a/packages/react/package.json b/packages/react/package.json index 4316985c4..467786ae4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/react", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "sideEffects": false, "description": "React components for translations", "main": "./dist/index.cjs", @@ -73,7 +73,7 @@ }, "dependencies": { "@babel/runtime": "^7.20.13", - "@lingui/core": "4.8.0-next.0" + "@lingui/core": "4.8.0-next.1" }, "devDependencies": { "@lingui/jest-mocks": "*", diff --git a/packages/vite-plugin/CHANGELOG.md b/packages/vite-plugin/CHANGELOG.md index 3847c3f5c..c681cc149 100644 --- a/packages/vite-plugin/CHANGELOG.md +++ b/packages/vite-plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.8.0-next.1](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.1) (2024-03-06) + +**Note:** Version bump only for package @lingui/vite-plugin + # [4.8.0-next.0](https://github.com/lingui/js-lingui/compare/v4.7.1...v4.8.0-next.0) (2024-03-04) **Note:** Version bump only for package @lingui/vite-plugin diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 982e5459a..565423e0a 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@lingui/vite-plugin", - "version": "4.8.0-next.0", + "version": "4.8.0-next.1", "description": "Vite plugin for Lingui message catalogs", "main": "./dist/index.cjs", "module": "./dist/index.mjs", @@ -39,8 +39,8 @@ "dist/" ], "dependencies": { - "@lingui/cli": "4.8.0-next.0", - "@lingui/conf": "4.8.0-next.0" + "@lingui/cli": "4.8.0-next.1", + "@lingui/conf": "4.8.0-next.1" }, "peerDependencies": { "vite": "^3 || ^4 || ^5.0.9" diff --git a/yarn.lock b/yarn.lock index eb397a7da..810a16795 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3218,7 +3218,7 @@ __metadata: languageName: node linkType: hard -"@lingui/babel-plugin-extract-messages@4.8.0-next.0, @lingui/babel-plugin-extract-messages@workspace:packages/babel-plugin-extract-messages": +"@lingui/babel-plugin-extract-messages@4.8.0-next.1, @lingui/babel-plugin-extract-messages@workspace:packages/babel-plugin-extract-messages": version: 0.0.0-use.local resolution: "@lingui/babel-plugin-extract-messages@workspace:packages/babel-plugin-extract-messages" dependencies: @@ -3231,7 +3231,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/cli@4.8.0-next.0, @lingui/cli@workspace:*, @lingui/cli@workspace:packages/cli": +"@lingui/cli@4.8.0-next.1, @lingui/cli@workspace:*, @lingui/cli@workspace:packages/cli": version: 0.0.0-use.local resolution: "@lingui/cli@workspace:packages/cli" dependencies: @@ -3240,13 +3240,13 @@ __metadata: "@babel/parser": ^7.21.2 "@babel/runtime": ^7.21.0 "@babel/types": ^7.21.2 - "@lingui/babel-plugin-extract-messages": 4.8.0-next.0 - "@lingui/conf": 4.8.0-next.0 - "@lingui/core": 4.8.0-next.0 - "@lingui/format-po": 4.8.0-next.0 + "@lingui/babel-plugin-extract-messages": 4.8.0-next.1 + "@lingui/conf": 4.8.0-next.1 + "@lingui/core": 4.8.0-next.1 + "@lingui/format-po": 4.8.0-next.1 "@lingui/jest-mocks": "*" - "@lingui/macro": 4.8.0-next.0 - "@lingui/message-utils": 4.8.0-next.0 + "@lingui/macro": 4.8.0-next.1 + "@lingui/message-utils": 4.8.0-next.1 "@types/convert-source-map": ^2.0.0 "@types/glob": ^8.1.0 "@types/micromatch": ^4.0.1 @@ -3277,7 +3277,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/conf@4.8.0-next.0, @lingui/conf@workspace:packages/conf": +"@lingui/conf@4.8.0-next.1, @lingui/conf@workspace:packages/conf": version: 0.0.0-use.local resolution: "@lingui/conf@workspace:packages/conf" dependencies: @@ -3293,13 +3293,13 @@ __metadata: languageName: unknown linkType: soft -"@lingui/core@4.8.0-next.0, @lingui/core@workspace:*, @lingui/core@workspace:packages/core": +"@lingui/core@4.8.0-next.1, @lingui/core@workspace:*, @lingui/core@workspace:packages/core": version: 0.0.0-use.local resolution: "@lingui/core@workspace:packages/core" dependencies: "@babel/runtime": ^7.20.13 "@lingui/jest-mocks": "*" - "@lingui/message-utils": 4.8.0-next.0 + "@lingui/message-utils": 4.8.0-next.1 unbuild: 2.0.0 unraw: ^3.0.0 languageName: unknown @@ -3328,9 +3328,9 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/extractor-vue@workspace:packages/extractor-vue" dependencies: - "@lingui/babel-plugin-extract-messages": 4.8.0-next.0 - "@lingui/cli": 4.8.0-next.0 - "@lingui/conf": 4.8.0-next.0 + "@lingui/babel-plugin-extract-messages": 4.8.0-next.1 + "@lingui/cli": 4.8.0-next.1 + "@lingui/conf": 4.8.0-next.1 "@vue/compiler-sfc": ^3.2.47 unbuild: 2.0.0 languageName: unknown @@ -3340,18 +3340,18 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/format-csv@workspace:packages/format-csv" dependencies: - "@lingui/conf": 4.8.0-next.0 + "@lingui/conf": 4.8.0-next.1 papaparse: ^5.4.0 tsd: ^0.28.0 unbuild: 2.0.0 languageName: unknown linkType: soft -"@lingui/format-json@4.8.0-next.0, @lingui/format-json@workspace:^, @lingui/format-json@workspace:packages/format-json": +"@lingui/format-json@4.8.0-next.1, @lingui/format-json@workspace:^, @lingui/format-json@workspace:packages/format-json": version: 0.0.0-use.local resolution: "@lingui/format-json@workspace:packages/format-json" dependencies: - "@lingui/conf": 4.8.0-next.0 + "@lingui/conf": 4.8.0-next.1 ramda: ^0.28.0 tsd: ^0.28.0 unbuild: ^2.0.0 @@ -3362,10 +3362,10 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/format-po-gettext@workspace:packages/format-po-gettext" dependencies: - "@lingui/conf": 4.8.0-next.0 - "@lingui/format-po": 4.8.0-next.0 + "@lingui/conf": 4.8.0-next.1 + "@lingui/format-po": 4.8.0-next.1 "@lingui/jest-mocks": "workspace:^" - "@lingui/message-utils": 4.8.0-next.0 + "@lingui/message-utils": 4.8.0-next.1 "@messageformat/parser": ^5.0.0 mockdate: ^3.0.5 node-gettext: ^3.0.0 @@ -3376,13 +3376,13 @@ __metadata: languageName: unknown linkType: soft -"@lingui/format-po@4.8.0-next.0, @lingui/format-po@workspace:packages/format-po": +"@lingui/format-po@4.8.0-next.1, @lingui/format-po@workspace:packages/format-po": version: 0.0.0-use.local resolution: "@lingui/format-po@workspace:packages/format-po" dependencies: - "@lingui/conf": 4.8.0-next.0 + "@lingui/conf": 4.8.0-next.1 "@lingui/jest-mocks": "workspace:^" - "@lingui/message-utils": 4.8.0-next.0 + "@lingui/message-utils": 4.8.0-next.1 date-fns: ^2.29.3 mockdate: ^3.0.5 pofile: ^1.1.4 @@ -3402,9 +3402,9 @@ __metadata: resolution: "@lingui/loader@workspace:packages/loader" dependencies: "@babel/runtime": ^7.20.13 - "@lingui/cli": 4.8.0-next.0 - "@lingui/conf": 4.8.0-next.0 - "@lingui/format-json": 4.8.0-next.0 + "@lingui/cli": 4.8.0-next.1 + "@lingui/conf": 4.8.0-next.1 + "@lingui/format-json": 4.8.0-next.1 unbuild: 2.0.0 webpack: ^5.76.1 peerDependencies: @@ -3412,7 +3412,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/macro@4.8.0-next.0, @lingui/macro@workspace:*, @lingui/macro@workspace:^, @lingui/macro@workspace:packages/macro": +"@lingui/macro@4.8.0-next.1, @lingui/macro@workspace:*, @lingui/macro@workspace:^, @lingui/macro@workspace:packages/macro": version: 0.0.0-use.local resolution: "@lingui/macro@workspace:packages/macro" dependencies: @@ -3421,9 +3421,9 @@ __metadata: "@babel/runtime": ^7.20.13 "@babel/traverse": 7.20.12 "@babel/types": ^7.20.7 - "@lingui/conf": 4.8.0-next.0 - "@lingui/core": 4.8.0-next.0 - "@lingui/message-utils": 4.8.0-next.0 + "@lingui/conf": 4.8.0-next.1 + "@lingui/core": 4.8.0-next.1 + "@lingui/message-utils": 4.8.0-next.1 "@types/babel-plugin-macros": ^2.8.5 prettier: 2.8.3 tsd: ^0.26.1 @@ -3437,7 +3437,7 @@ __metadata: languageName: unknown linkType: soft -"@lingui/message-utils@4.8.0-next.0, @lingui/message-utils@workspace:packages/message-utils": +"@lingui/message-utils@4.8.0-next.1, @lingui/message-utils@workspace:packages/message-utils": version: 0.0.0-use.local resolution: "@lingui/message-utils@workspace:packages/message-utils" dependencies: @@ -3462,7 +3462,7 @@ __metadata: resolution: "@lingui/react@workspace:packages/react" dependencies: "@babel/runtime": ^7.20.13 - "@lingui/core": 4.8.0-next.0 + "@lingui/core": 4.8.0-next.1 "@lingui/jest-mocks": "*" "@testing-library/react": ^14.0.0 "@types/react": ^18.2.13 @@ -3491,8 +3491,8 @@ __metadata: version: 0.0.0-use.local resolution: "@lingui/vite-plugin@workspace:packages/vite-plugin" dependencies: - "@lingui/cli": 4.8.0-next.0 - "@lingui/conf": 4.8.0-next.0 + "@lingui/cli": 4.8.0-next.1 + "@lingui/conf": 4.8.0-next.1 "@lingui/format-json": "workspace:^" "@lingui/macro": "workspace:^" unbuild: 2.0.0