Skip to content

Commit

Permalink
chore(release): published v5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar committed Jan 31, 2025
1 parent c3a5275 commit c3d73c7
Show file tree
Hide file tree
Showing 37 changed files with 204 additions and 95 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

### Bug Fixes

* Allow empty translations for pseudo locale in compile --strict ([#2129](https://github.com/lingui/js-lingui/issues/2129)) ([8cae5e0](https://github.com/lingui/js-lingui/commit/8cae5e0e5a4ab0ab9406aa1683b60a4796c2d9f2))
* **core:** remove runtime whitespace trimming aligned with v5 ([#2169](https://github.com/lingui/js-lingui/issues/2169)) ([47a1ad7](https://github.com/lingui/js-lingui/commit/47a1ad71ced726b076d65c98537815b60ae8e9c7))
* don't use anything from "@babel/types" in runtime ([#2132](https://github.com/lingui/js-lingui/issues/2132)) ([7ebb88d](https://github.com/lingui/js-lingui/commit/7ebb88dc79846839e0826d073cc0d830c09dda27))
* **react:** remove children property from runtime Trans ([#2151](https://github.com/lingui/js-lingui/issues/2151)) ([7540adb](https://github.com/lingui/js-lingui/commit/7540adb0128f9acbff745251540e2d91f3cd683c))

### Features

* add meaningful error when locale is not set ([#2131](https://github.com/lingui/js-lingui/issues/2131)) ([5ae8363](https://github.com/lingui/js-lingui/commit/5ae83630c5afe866b23c5739286eb09fdfe39b95))
* add ph() and explicit labels for placeholders ([#2092](https://github.com/lingui/js-lingui/issues/2092)) ([2026c83](https://github.com/lingui/js-lingui/commit/2026c83dfa3b969cde30305d52821e561df996cf))
* **react:** preserve newlines during string formatting ([#2158](https://github.com/lingui/js-lingui/issues/2158)) ([f0566fb](https://github.com/lingui/js-lingui/commit/f0566fbe56a1e66ebad23c2f205464972902e683))
* support short/default/long/full date time formats ([#2117](https://github.com/lingui/js-lingui/issues/2117)) ([8020427](https://github.com/lingui/js-lingui/commit/802042743c60e28d62571a4b08437a7b275c8237))

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package js-lingui-workspaces
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.2",
"version": "5.2.0",
"packages": ["packages/*"],
"npmClient": "yarn",
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-plugin-extract-messages/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

### Bug Fixes

* don't use anything from "@babel/types" in runtime ([#2132](https://github.com/lingui/js-lingui/issues/2132)) ([7ebb88d](https://github.com/lingui/js-lingui/commit/7ebb88dc79846839e0826d073cc0d830c09dda27))

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/babel-plugin-extract-messages
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-extract-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/babel-plugin-extract-messages",
"version": "5.1.2",
"version": "5.2.0",
"description": "Babel plugin for collecting messages from source code for internationalization",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/babel-plugin-lingui-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

### Features

* add ph() and explicit labels for placeholders ([#2092](https://github.com/lingui/js-lingui/issues/2092)) ([2026c83](https://github.com/lingui/js-lingui/commit/2026c83dfa3b969cde30305d52821e561df996cf))

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/babel-plugin-lingui-macro
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-plugin-lingui-macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/babel-plugin-lingui-macro",
"version": "5.1.2",
"version": "5.2.0",
"description": "Babel plugin for transforming Lingui Macros",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -84,9 +84,9 @@
"@babel/core": "^7.20.12",
"@babel/runtime": "^7.20.13",
"@babel/types": "^7.20.7",
"@lingui/conf": "5.1.2",
"@lingui/core": "5.1.2",
"@lingui/message-utils": "5.1.2"
"@lingui/conf": "5.2.0",
"@lingui/core": "5.2.0",
"@lingui/message-utils": "5.2.0"
},
"peerDependencies": {
"babel-plugin-macros": "2 || 3"
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

### Bug Fixes

* Allow empty translations for pseudo locale in compile --strict ([#2129](https://github.com/lingui/js-lingui/issues/2129)) ([8cae5e0](https://github.com/lingui/js-lingui/commit/8cae5e0e5a4ab0ab9406aa1683b60a4796c2d9f2))

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/cli
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/cli",
"version": "5.1.2",
"version": "5.2.0",
"description": "CLI for working wit message catalogs",
"keywords": [
"cli",
Expand Down Expand Up @@ -57,12 +57,12 @@
"@babel/parser": "^7.22.0",
"@babel/runtime": "^7.21.0",
"@babel/types": "^7.21.2",
"@lingui/babel-plugin-extract-messages": "5.1.2",
"@lingui/babel-plugin-lingui-macro": "5.1.2",
"@lingui/conf": "5.1.2",
"@lingui/core": "5.1.2",
"@lingui/format-po": "5.1.2",
"@lingui/message-utils": "5.1.2",
"@lingui/babel-plugin-extract-messages": "5.2.0",
"@lingui/babel-plugin-lingui-macro": "5.2.0",
"@lingui/conf": "5.2.0",
"@lingui/core": "5.2.0",
"@lingui/format-po": "5.2.0",
"@lingui/message-utils": "5.2.0",
"babel-plugin-macros": "^3.0.1",
"chalk": "^4.1.0",
"chokidar": "3.5.1",
Expand Down
4 changes: 4 additions & 0 deletions packages/conf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

**Note:** Version bump only for package @lingui/conf

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/conf
Expand Down
2 changes: 1 addition & 1 deletion packages/conf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/conf",
"version": "5.1.2",
"version": "5.2.0",
"sideEffects": false,
"description": "Get lingui configuration from package.json",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

### Bug Fixes

* **core:** remove runtime whitespace trimming aligned with v5 ([#2169](https://github.com/lingui/js-lingui/issues/2169)) ([47a1ad7](https://github.com/lingui/js-lingui/commit/47a1ad71ced726b076d65c98537815b60ae8e9c7))

### Features

* add meaningful error when locale is not set ([#2131](https://github.com/lingui/js-lingui/issues/2131)) ([5ae8363](https://github.com/lingui/js-lingui/commit/5ae83630c5afe866b23c5739286eb09fdfe39b95))
* add ph() and explicit labels for placeholders ([#2092](https://github.com/lingui/js-lingui/issues/2092)) ([2026c83](https://github.com/lingui/js-lingui/commit/2026c83dfa3b969cde30305d52821e561df996cf))
* support short/default/long/full date time formats ([#2117](https://github.com/lingui/js-lingui/issues/2117)) ([8020427](https://github.com/lingui/js-lingui/commit/802042743c60e28d62571a4b08437a7b275c8237))

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/core",
"version": "5.1.2",
"version": "5.2.0",
"sideEffects": false,
"description": "I18n tools for javascript",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -60,7 +60,7 @@
],
"dependencies": {
"@babel/runtime": "^7.20.13",
"@lingui/message-utils": "5.1.2",
"@lingui/message-utils": "5.2.0",
"unraw": "^3.0.0"
},
"devDependencies": {
Expand All @@ -69,7 +69,7 @@
"unbuild": "2.0.0"
},
"peerDependencies": {
"@lingui/babel-plugin-lingui-macro": "5.1.2",
"@lingui/babel-plugin-lingui-macro": "5.2.0",
"babel-plugin-macros": "2 || 3"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 4 additions & 0 deletions packages/detect-locale/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

**Note:** Version bump only for package @lingui/detect-locale

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/detect-locale
Expand Down
2 changes: 1 addition & 1 deletion packages/detect-locale/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/detect-locale",
"version": "5.1.2",
"version": "5.2.0",
"sideEffects": false,
"description": "@Lingui package to help you find the correct browser/server locale",
"main": "./dist/index.cjs",
Expand Down
4 changes: 4 additions & 0 deletions packages/extractor-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

**Note:** Version bump only for package @lingui/extractor-vue

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/extractor-vue
Expand Down
8 changes: 4 additions & 4 deletions packages/extractor-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/extractor-vue",
"version": "5.1.2",
"version": "5.2.0",
"description": "Custom Vue.js extractor to be used with the CLI tool",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -38,12 +38,12 @@
"/dist"
],
"dependencies": {
"@lingui/cli": "5.1.2",
"@lingui/conf": "5.1.2",
"@lingui/cli": "5.2.0",
"@lingui/conf": "5.2.0",
"@vue/compiler-sfc": "^3.2.47"
},
"devDependencies": {
"@lingui/babel-plugin-extract-messages": "5.1.2",
"@lingui/babel-plugin-extract-messages": "5.2.0",
"unbuild": "2.0.0"
}
}
4 changes: 4 additions & 0 deletions packages/format-csv/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

**Note:** Version bump only for package @lingui/format-csv

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/format-csv
Expand Down
4 changes: 2 additions & 2 deletions packages/format-csv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/format-csv",
"version": "5.1.2",
"version": "5.2.0",
"description": "CSV format for Lingui Catalogs",
"main": "./dist/csv.cjs",
"module": "./dist/csv.mjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dist/"
],
"dependencies": {
"@lingui/conf": "5.1.2",
"@lingui/conf": "5.2.0",
"papaparse": "^5.4.0"
},
"devDependencies": {
Expand Down
4 changes: 4 additions & 0 deletions packages/format-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

**Note:** Version bump only for package @lingui/format-json

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/format-json
Expand Down
4 changes: 2 additions & 2 deletions packages/format-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/format-json",
"version": "5.1.2",
"version": "5.2.0",
"description": "JSON format for Lingui Catalogs",
"main": "./dist/json.cjs",
"module": "./dist/json.mjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"dist/"
],
"dependencies": {
"@lingui/conf": "5.1.2"
"@lingui/conf": "5.2.0"
},
"devDependencies": {
"tsd": "^0.28.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/format-po-gettext/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

**Note:** Version bump only for package @lingui/format-po-gettext

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/format-po-gettext
Expand Down
8 changes: 4 additions & 4 deletions packages/format-po-gettext/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/format-po-gettext",
"version": "5.1.2",
"version": "5.2.0",
"description": "Gettext PO format with gettext-style plurals for Lingui Catalogs",
"main": "./dist/po-gettext.cjs",
"module": "./dist/po-gettext.mjs",
Expand Down Expand Up @@ -41,9 +41,9 @@
"dist/"
],
"dependencies": {
"@lingui/conf": "5.1.2",
"@lingui/format-po": "5.1.2",
"@lingui/message-utils": "5.1.2",
"@lingui/conf": "5.2.0",
"@lingui/format-po": "5.2.0",
"@lingui/message-utils": "5.2.0",
"@messageformat/parser": "^5.0.0",
"cldr-core": "^45.0.0",
"node-gettext": "^3.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/format-po/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

**Note:** Version bump only for package @lingui/format-po

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/format-po
Expand Down
6 changes: 3 additions & 3 deletions packages/format-po/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/format-po",
"version": "5.1.2",
"version": "5.2.0",
"description": "Gettext PO format for Lingui Catalogs",
"main": "./dist/po.cjs",
"module": "./dist/po.mjs",
Expand Down Expand Up @@ -41,8 +41,8 @@
"dist/"
],
"dependencies": {
"@lingui/conf": "5.1.2",
"@lingui/message-utils": "5.1.2",
"@lingui/conf": "5.2.0",
"@lingui/message-utils": "5.2.0",
"date-fns": "^3.6.0",
"pofile": "^1.1.4"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [5.2.0](https://github.com/lingui/js-lingui/compare/v5.1.2...v5.2.0) (2025-01-31)

**Note:** Version bump only for package @lingui/loader

## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)

**Note:** Version bump only for package @lingui/loader
Expand Down
8 changes: 4 additions & 4 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/loader",
"version": "5.1.2",
"version": "5.2.0",
"description": "webpack loader for lingui message catalogs",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -43,11 +43,11 @@
],
"dependencies": {
"@babel/runtime": "^7.20.13",
"@lingui/cli": "5.1.2",
"@lingui/conf": "5.1.2"
"@lingui/cli": "5.2.0",
"@lingui/conf": "5.2.0"
},
"devDependencies": {
"@lingui/format-json": "5.1.2",
"@lingui/format-json": "5.2.0",
"unbuild": "2.0.0",
"webpack": "^5.76.1"
},
Expand Down
Loading

0 comments on commit c3d73c7

Please sign in to comment.