Skip to content

Commit d03b48a

Browse files
committed
chore(release): published v3.8.0 [skip ci]
1 parent 16acafe commit d03b48a

20 files changed

Lines changed: 118 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [3.8.0](https://github.com/lingui/js-lingui/compare/v3.7.2...v3.8.0) (2021-03-23)
7+
8+
9+
### Bug Fixes
10+
11+
* selectOrdinal pseudolocalize insensitive ([16acafe](https://github.com/lingui/js-lingui/commit/16acafe42a2ae1c33200ab9b89bc7a17db69897d))
12+
13+
14+
### Features
15+
16+
* allow to disable lineNumbers ([#1007](https://github.com/lingui/js-lingui/issues/1007)) ([fe67e0f](https://github.com/lingui/js-lingui/commit/fe67e0f7986188bff2c102703c4df3507506e0f2))
17+
18+
19+
20+
21+
622
## [3.7.2](https://github.com/lingui/js-lingui/compare/v3.7.1...v3.7.2) (2021-03-14)
723

824

lerna.json

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

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [3.8.0](https://github.com/lingui/js-lingui/compare/v3.7.2...v3.8.0) (2021-03-23)
7+
8+
**Note:** Version bump only for package @lingui/babel-plugin-extract-messages
9+
10+
11+
12+
13+
614
## [3.7.2](https://github.com/lingui/js-lingui/compare/v3.7.1...v3.7.2) (2021-03-14)
715

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/babel-plugin-extract-messages",
3-
"version": "3.7.2",
3+
"version": "3.8.0",
44
"description": "Babel plugin for collecting messages from source code for internationalization",
55
"main": "index.js",
66
"author": {
@@ -30,7 +30,7 @@
3030
"dependencies": {
3131
"@babel/generator": "^7.11.6",
3232
"@babel/runtime": "^7.11.2",
33-
"@lingui/conf": "^3.7.2",
33+
"@lingui/conf": "^3.8.0",
3434
"mkdirp": "^1.0.4"
3535
}
3636
}

packages/cli/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [3.8.0](https://github.com/lingui/js-lingui/compare/v3.7.2...v3.8.0) (2021-03-23)
7+
8+
9+
### Bug Fixes
10+
11+
* selectOrdinal pseudolocalize insensitive ([16acafe](https://github.com/lingui/js-lingui/commit/16acafe42a2ae1c33200ab9b89bc7a17db69897d))
12+
13+
14+
### Features
15+
16+
* allow to disable lineNumbers ([#1007](https://github.com/lingui/js-lingui/issues/1007)) ([fe67e0f](https://github.com/lingui/js-lingui/commit/fe67e0f7986188bff2c102703c4df3507506e0f2))
17+
18+
19+
20+
21+
622
## [3.7.2](https://github.com/lingui/js-lingui/compare/v3.7.1...v3.7.2) (2021-03-14)
723

824

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/cli",
3-
"version": "3.7.2",
3+
"version": "3.8.0",
44
"description": "CLI for working wit message catalogs",
55
"keywords": [
66
"cli",
@@ -38,8 +38,8 @@
3838
"@babel/plugin-syntax-jsx": "^7.10.4",
3939
"@babel/runtime": "^7.11.2",
4040
"@babel/types": "^7.11.5",
41-
"@lingui/babel-plugin-extract-messages": "^3.7.2",
42-
"@lingui/conf": "^3.7.2",
41+
"@lingui/babel-plugin-extract-messages": "^3.8.0",
42+
"@lingui/conf": "^3.8.0",
4343
"babel-plugin-macros": "^2.8.0",
4444
"bcp-47": "^1.0.7",
4545
"chalk": "^4.1.0",

packages/conf/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [3.8.0](https://github.com/lingui/js-lingui/compare/v3.7.2...v3.8.0) (2021-03-23)
7+
8+
9+
### Features
10+
11+
* allow to disable lineNumbers ([#1007](https://github.com/lingui/js-lingui/issues/1007)) ([fe67e0f](https://github.com/lingui/js-lingui/commit/fe67e0f7986188bff2c102703c4df3507506e0f2))
12+
13+
14+
15+
16+
617
## [3.7.2](https://github.com/lingui/js-lingui/compare/v3.7.1...v3.7.2) (2021-03-14)
718

819
**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": "3.7.2",
3+
"version": "3.8.0",
44
"description": "Get lingui configuration from package.json",
55
"keywords": [
66
"lingui",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [3.8.0](https://github.com/lingui/js-lingui/compare/v3.7.2...v3.8.0) (2021-03-23)
7+
8+
**Note:** Version bump only for package @lingui/core
9+
10+
11+
12+
13+
614
## [3.7.2](https://github.com/lingui/js-lingui/compare/v3.7.1...v3.7.2) (2021-03-14)
715

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

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/core",
3-
"version": "3.7.2",
3+
"version": "3.8.0",
44
"description": "I18n tools for javascript",
55
"main": "index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)