Skip to content

Commit

Permalink
chore(release): published v4.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lingui-bot committed Jun 29, 2023
1 parent 43486dc commit da6c526
Show file tree
Hide file tree
Showing 33 changed files with 156 additions and 76 deletions.
12 changes: 12 additions & 0 deletions 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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

### Bug Fixes

- **format-po-gettext:** bad return during mapping with `serializePlurals` ([#1707](https://github.com/lingui/js-lingui/issues/1707)) ([993bd2a](https://github.com/lingui/js-lingui/commit/993bd2ad5c864fc2fde89986feb7fe55ef55af92))

### Features

- allow comment prop on react Trans component ([#1718](https://github.com/lingui/js-lingui/issues/1718)) ([3477c32](https://github.com/lingui/js-lingui/commit/3477c321b05d164f86e00bbd5dfafe8cc48e0c6c))
- **extractor:** expose extractFromFileWithBabel function for better flexibility ([#1719](https://github.com/lingui/js-lingui/issues/1719)) ([43486dc](https://github.com/lingui/js-lingui/commit/43486dc2bfa834bbe4d197f9e8cc3145c50d9d97))
- **vite-plugin:** report user-friendly error when macro used without transformation ([#1720](https://github.com/lingui/js-lingui/issues/1720)) ([53f6a7c](https://github.com/lingui/js-lingui/commit/53f6a7c8adccb78536c3283bad2d9c7752d58ca9))

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

### Bug Fixes
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": "4.2.1",
"version": "4.3.0",
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
Expand Down
4 changes: 4 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,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

**Note:** Version bump only for package @lingui/babel-plugin-extract-messages

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**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": "4.2.1",
"version": "4.3.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/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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

### Features

- **extractor:** expose extractFromFileWithBabel function for better flexibility ([#1719](https://github.com/lingui/js-lingui/issues/1719)) ([43486dc](https://github.com/lingui/js-lingui/commit/43486dc2bfa834bbe4d197f9e8cc3145c50d9d97))

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

### Bug Fixes
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": "4.2.1",
"version": "4.3.0",
"description": "CLI for working wit message catalogs",
"keywords": [
"cli",
Expand Down Expand Up @@ -53,11 +53,11 @@
"@babel/parser": "^7.21.2",
"@babel/runtime": "^7.21.0",
"@babel/types": "^7.21.2",
"@lingui/babel-plugin-extract-messages": "4.2.1",
"@lingui/conf": "4.2.1",
"@lingui/core": "4.2.1",
"@lingui/format-po": "4.2.1",
"@lingui/message-utils": "4.2.1",
"@lingui/babel-plugin-extract-messages": "4.3.0",
"@lingui/conf": "4.3.0",
"@lingui/core": "4.3.0",
"@lingui/format-po": "4.3.0",
"@lingui/message-utils": "4.3.0",
"babel-plugin-macros": "^3.0.1",
"chalk": "^4.1.0",
"chokidar": "3.5.1",
Expand All @@ -80,7 +80,7 @@
},
"devDependencies": {
"@lingui/jest-mocks": "*",
"@lingui/macro": "4.2.1",
"@lingui/macro": "4.3.0",
"@types/convert-source-map": "^2.0.0",
"@types/glob": "^8.1.0",
"@types/micromatch": "^4.0.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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

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

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**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": "4.2.1",
"version": "4.3.0",
"sideEffects": false,
"description": "Get lingui configuration from package.json",
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/core/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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

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

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/core",
"version": "4.2.1",
"version": "4.3.0",
"sideEffects": false,
"description": "I18n tools for javascript",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -54,7 +54,7 @@
],
"dependencies": {
"@babel/runtime": "^7.20.13",
"@lingui/message-utils": "4.2.1",
"@lingui/message-utils": "4.3.0",
"unraw": "^2.0.1"
},
"devDependencies": {
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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

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

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**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": "4.2.1",
"version": "4.3.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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

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

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**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": "4.2.1",
"version": "4.3.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": "4.2.1",
"@lingui/conf": "4.2.1",
"@lingui/cli": "4.3.0",
"@lingui/conf": "4.3.0",
"@vue/compiler-sfc": "^3.2.47"
},
"devDependencies": {
"@lingui/babel-plugin-extract-messages": "4.2.1",
"@lingui/babel-plugin-extract-messages": "4.3.0",
"unbuild": "^1.1.2"
}
}
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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

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

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**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": "4.2.1",
"version": "4.3.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": "4.2.1",
"@lingui/conf": "4.3.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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

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

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**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": "4.2.1",
"version": "4.3.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": "4.2.1",
"@lingui/conf": "4.3.0",
"ramda": "^0.28.0"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/format-po-gettext/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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

### Bug Fixes

- **format-po-gettext:** bad return during mapping with `serializePlurals` ([#1707](https://github.com/lingui/js-lingui/issues/1707)) ([993bd2a](https://github.com/lingui/js-lingui/commit/993bd2ad5c864fc2fde89986feb7fe55ef55af92))

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**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": "4.2.1",
"version": "4.3.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": "4.2.1",
"@lingui/format-po": "4.2.1",
"@lingui/message-utils": "4.2.1",
"@lingui/conf": "4.3.0",
"@lingui/format-po": "4.3.0",
"@lingui/message-utils": "4.3.0",
"@messageformat/parser": "^5.0.0",
"node-gettext": "^3.0.0",
"plurals-cldr": "^2.0.1",
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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

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

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**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": "4.2.1",
"version": "4.3.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": "4.2.1",
"@lingui/message-utils": "4.2.1",
"@lingui/conf": "4.3.0",
"@lingui/message-utils": "4.3.0",
"date-fns": "^2.29.3",
"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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

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

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**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": "4.2.1",
"version": "4.3.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": "4.2.1",
"@lingui/conf": "4.2.1"
"@lingui/cli": "4.3.0",
"@lingui/conf": "4.3.0"
},
"devDependencies": {
"@lingui/format-json": "4.2.1",
"@lingui/format-json": "4.3.0",
"unbuild": "^1.1.2",
"webpack": "^5.76.1"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/macro/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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

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

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**Note:** Version bump only for package @lingui/macro
Expand Down
8 changes: 4 additions & 4 deletions packages/macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/macro",
"version": "4.2.1",
"version": "4.3.0",
"description": "Macro for generating messages in ICU MessageFormat syntax",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -65,9 +65,9 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/types": "^7.20.7",
"@lingui/conf": "4.2.1",
"@lingui/core": "4.2.1",
"@lingui/message-utils": "4.2.1"
"@lingui/conf": "4.3.0",
"@lingui/core": "4.3.0",
"@lingui/message-utils": "4.3.0"
},
"peerDependencies": {
"@lingui/react": "^4.0.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/message-utils/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.

# [4.3.0](https://github.com/lingui/js-lingui/compare/v4.2.1...v4.3.0) (2023-06-29)

**Note:** Version bump only for package @lingui/message-utils

## [4.2.1](https://github.com/lingui/js-lingui/compare/v4.2.0...v4.2.1) (2023-06-07)

**Note:** Version bump only for package @lingui/message-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/message-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lingui/message-utils",
"version": "4.2.1",
"version": "4.3.0",
"license": "MIT",
"keywords": [],
"sideEffects": false,
Expand Down
Loading

1 comment on commit da6c526

@vercel
Copy link

@vercel vercel bot commented on da6c526 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.