Skip to content

Commit e45a2af

Browse files
chore(release): published v5.1.2 [skip ci] (#2125)
1 parent de05176 commit e45a2af

File tree

37 files changed

+167
-95
lines changed

37 files changed

+167
-95
lines changed

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+
## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)
7+
8+
**Note:** Version bump only for package js-lingui-workspaces
9+
610
## [5.1.1](https://github.com/lingui/js-lingui/compare/v5.1.0...v5.1.1) (2024-12-16)
711

812
**Note:** Version bump only for package js-lingui-workspaces

lerna.json

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

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+
## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)
7+
8+
**Note:** Version bump only for package @lingui/babel-plugin-extract-messages
9+
610
## [5.1.1](https://github.com/lingui/js-lingui/compare/v5.1.0...v5.1.1) (2024-12-16)
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": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Babel plugin for collecting messages from source code for internationalization",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",

packages/babel-plugin-lingui-macro/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+
## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)
7+
8+
**Note:** Version bump only for package @lingui/babel-plugin-lingui-macro
9+
610
## [5.1.1](https://github.com/lingui/js-lingui/compare/v5.1.0...v5.1.1) (2024-12-16)
711

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

packages/babel-plugin-lingui-macro/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/babel-plugin-lingui-macro",
3-
"version": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Babel plugin for transforming Lingui Macros",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -84,9 +84,9 @@
8484
"@babel/core": "^7.20.12",
8585
"@babel/runtime": "^7.20.13",
8686
"@babel/types": "^7.20.7",
87-
"@lingui/conf": "5.1.1",
88-
"@lingui/core": "5.1.1",
89-
"@lingui/message-utils": "5.1.1"
87+
"@lingui/conf": "5.1.2",
88+
"@lingui/core": "5.1.2",
89+
"@lingui/message-utils": "5.1.2"
9090
},
9191
"peerDependencies": {
9292
"babel-plugin-macros": "2 || 3"

packages/cli/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+
## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)
7+
8+
**Note:** Version bump only for package @lingui/cli
9+
610
## [5.1.1](https://github.com/lingui/js-lingui/compare/v5.1.0...v5.1.1) (2024-12-16)
711

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

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": "5.1.1",
3+
"version": "5.1.2",
44
"description": "CLI for working wit message catalogs",
55
"keywords": [
66
"cli",
@@ -57,12 +57,12 @@
5757
"@babel/parser": "^7.22.0",
5858
"@babel/runtime": "^7.21.0",
5959
"@babel/types": "^7.21.2",
60-
"@lingui/babel-plugin-extract-messages": "5.1.1",
61-
"@lingui/babel-plugin-lingui-macro": "5.1.1",
62-
"@lingui/conf": "5.1.1",
63-
"@lingui/core": "5.1.1",
64-
"@lingui/format-po": "5.1.1",
65-
"@lingui/message-utils": "5.1.1",
60+
"@lingui/babel-plugin-extract-messages": "5.1.2",
61+
"@lingui/babel-plugin-lingui-macro": "5.1.2",
62+
"@lingui/conf": "5.1.2",
63+
"@lingui/core": "5.1.2",
64+
"@lingui/format-po": "5.1.2",
65+
"@lingui/message-utils": "5.1.2",
6666
"babel-plugin-macros": "^3.0.1",
6767
"chalk": "^4.1.0",
6868
"chokidar": "3.5.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+
## [5.1.2](https://github.com/lingui/js-lingui/compare/v5.1.1...v5.1.2) (2024-12-16)
7+
8+
**Note:** Version bump only for package @lingui/conf
9+
610
## [5.1.1](https://github.com/lingui/js-lingui/compare/v5.1.0...v5.1.1) (2024-12-16)
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": "5.1.1",
3+
"version": "5.1.2",
44
"sideEffects": false,
55
"description": "Get lingui configuration from package.json",
66
"keywords": [

0 commit comments

Comments
 (0)