Skip to content

Commit 088efe5

Browse files
committed
chore(release): published v4.11.3 [skip ci]
1 parent c459bb0 commit 088efe5

33 files changed

Lines changed: 146 additions & 76 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09)
7+
8+
### Bug Fixes
9+
10+
- **cli:** add pnpm detection to command suggestions ([#1989](https://github.com/lingui/js-lingui/issues/1989)) ([287a688](https://github.com/lingui/js-lingui/commit/287a68848d84134db10fbd373138ec8bbbf2889e))
11+
- **extract:** escape special regex characters used in file-based routing systems when files are passed in options ([#1984](https://github.com/lingui/js-lingui/issues/1984)) ([fd92d20](https://github.com/lingui/js-lingui/commit/fd92d203ba299816150556aee46620d2e3f7794a))
12+
613
## [4.11.2](https://github.com/lingui/js-lingui/compare/v4.11.1...v4.11.2) (2024-07-03)
714

815
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.11.2",
2+
"version": "4.11.3",
33
"packages": ["packages/*"],
44
"npmClient": "yarn",
55
"useWorkspaces": true,

packages/babel-plugin-extract-messages/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09)
7+
8+
**Note:** Version bump only for package @lingui/babel-plugin-extract-messages
9+
610
## [4.11.2](https://github.com/lingui/js-lingui/compare/v4.11.1...v4.11.2) (2024-07-03)
711

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

packages/babel-plugin-extract-messages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/babel-plugin-extract-messages",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"description": "Babel plugin for collecting messages from source code for internationalization",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09)
7+
8+
### Bug Fixes
9+
10+
- **cli:** add pnpm detection to command suggestions ([#1989](https://github.com/lingui/js-lingui/issues/1989)) ([287a688](https://github.com/lingui/js-lingui/commit/287a68848d84134db10fbd373138ec8bbbf2889e))
11+
- **extract:** escape special regex characters used in file-based routing systems when files are passed in options ([#1984](https://github.com/lingui/js-lingui/issues/1984)) ([fd92d20](https://github.com/lingui/js-lingui/commit/fd92d203ba299816150556aee46620d2e3f7794a))
12+
613
## [4.11.2](https://github.com/lingui/js-lingui/compare/v4.11.1...v4.11.2) (2024-07-03)
714

815
### Bug Fixes

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/cli",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"description": "CLI for working wit message catalogs",
55
"keywords": [
66
"cli",
@@ -53,11 +53,11 @@
5353
"@babel/parser": "^7.21.2",
5454
"@babel/runtime": "^7.21.0",
5555
"@babel/types": "^7.21.2",
56-
"@lingui/babel-plugin-extract-messages": "4.11.2",
57-
"@lingui/conf": "4.11.2",
58-
"@lingui/core": "4.11.2",
59-
"@lingui/format-po": "4.11.2",
60-
"@lingui/message-utils": "4.11.2",
56+
"@lingui/babel-plugin-extract-messages": "4.11.3",
57+
"@lingui/conf": "4.11.3",
58+
"@lingui/core": "4.11.3",
59+
"@lingui/format-po": "4.11.3",
60+
"@lingui/message-utils": "4.11.3",
6161
"babel-plugin-macros": "^3.0.1",
6262
"chalk": "^4.1.0",
6363
"chokidar": "3.5.1",
@@ -80,7 +80,7 @@
8080
},
8181
"devDependencies": {
8282
"@lingui/jest-mocks": "*",
83-
"@lingui/macro": "4.11.2",
83+
"@lingui/macro": "4.11.3",
8484
"@types/convert-source-map": "^2.0.0",
8585
"@types/glob": "^8.1.0",
8686
"@types/micromatch": "^4.0.1",

packages/conf/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09)
7+
8+
**Note:** Version bump only for package @lingui/conf
9+
610
## [4.11.2](https://github.com/lingui/js-lingui/compare/v4.11.1...v4.11.2) (2024-07-03)
711

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

packages/conf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/conf",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"sideEffects": false,
55
"description": "Get lingui configuration from package.json",
66
"keywords": [

packages/core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.11.3](https://github.com/lingui/js-lingui/compare/v4.11.2...v4.11.3) (2024-08-09)
7+
8+
**Note:** Version bump only for package @lingui/core
9+
610
## [4.11.2](https://github.com/lingui/js-lingui/compare/v4.11.1...v4.11.2) (2024-07-03)
711

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

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/core",
3-
"version": "4.11.2",
3+
"version": "4.11.3",
44
"sideEffects": false,
55
"description": "I18n tools for javascript",
66
"main": "./dist/index.cjs",
@@ -54,7 +54,7 @@
5454
],
5555
"dependencies": {
5656
"@babel/runtime": "^7.20.13",
57-
"@lingui/message-utils": "4.11.2",
57+
"@lingui/message-utils": "4.11.3",
5858
"unraw": "^3.0.0"
5959
},
6060
"devDependencies": {

0 commit comments

Comments
 (0)