Skip to content

Commit dad2c06

Browse files
committed
chore(release): published v4.1.1 [skip ci]
1 parent f3824e6 commit dad2c06

33 files changed

+144
-76
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1.1](https://github.com/lingui/js-lingui/compare/v4.1.0...v4.1.1) (2023-05-17)
7+
8+
### Bug Fixes
9+
10+
- **message-utils:** workaround package.json exports field for older runtimes ([#1657](https://github.com/lingui/js-lingui/issues/1657)) ([e3ff138](https://github.com/lingui/js-lingui/commit/e3ff1382e169f20d453d0ef35c0204e01e2dc752))
11+
612
# [4.1.0](https://github.com/lingui/js-lingui/compare/v4.0.0...v4.1.0) (2023-05-15)
713

814
### 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.1.0",
2+
"version": "4.1.1",
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.1.1](https://github.com/lingui/js-lingui/compare/v4.1.0...v4.1.1) (2023-05-17)
7+
8+
**Note:** Version bump only for package @lingui/babel-plugin-extract-messages
9+
610
# [4.1.0](https://github.com/lingui/js-lingui/compare/v4.0.0...v4.1.0) (2023-05-15)
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.1.0",
3+
"version": "4.1.1",
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: 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.1.1](https://github.com/lingui/js-lingui/compare/v4.1.0...v4.1.1) (2023-05-17)
7+
8+
**Note:** Version bump only for package @lingui/cli
9+
610
# [4.1.0](https://github.com/lingui/js-lingui/compare/v4.0.0...v4.1.0) (2023-05-15)
711

812
### 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.1.0",
3+
"version": "4.1.1",
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.1.0",
57-
"@lingui/conf": "4.1.0",
58-
"@lingui/core": "4.1.0",
59-
"@lingui/format-po": "4.1.0",
60-
"@lingui/message-utils": "4.1.0",
56+
"@lingui/babel-plugin-extract-messages": "4.1.1",
57+
"@lingui/conf": "4.1.1",
58+
"@lingui/core": "4.1.1",
59+
"@lingui/format-po": "4.1.1",
60+
"@lingui/message-utils": "4.1.1",
6161
"babel-plugin-macros": "^3.0.1",
6262
"chalk": "^4.1.0",
6363
"chokidar": "3.5.1",
@@ -79,7 +79,7 @@
7979
},
8080
"devDependencies": {
8181
"@lingui/jest-mocks": "*",
82-
"@lingui/macro": "4.1.0",
82+
"@lingui/macro": "4.1.1",
8383
"@types/convert-source-map": "^2.0.0",
8484
"@types/glob": "^8.1.0",
8585
"@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.1.1](https://github.com/lingui/js-lingui/compare/v4.1.0...v4.1.1) (2023-05-17)
7+
8+
**Note:** Version bump only for package @lingui/conf
9+
610
# [4.1.0](https://github.com/lingui/js-lingui/compare/v4.0.0...v4.1.0) (2023-05-15)
711

812
### Features

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.1.0",
3+
"version": "4.1.1",
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.1.1](https://github.com/lingui/js-lingui/compare/v4.1.0...v4.1.1) (2023-05-17)
7+
8+
**Note:** Version bump only for package @lingui/core
9+
610
# [4.1.0](https://github.com/lingui/js-lingui/compare/v4.0.0...v4.1.0) (2023-05-15)
711

812
### Bug Fixes

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.1.0",
3+
"version": "4.1.1",
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.1.0"
57+
"@lingui/message-utils": "4.1.1"
5858
},
5959
"devDependencies": {
6060
"@lingui/jest-mocks": "*",

0 commit comments

Comments
 (0)