Skip to content

Commit d7961a0

Browse files
committed
chore(release): published v3.8.2 [skip ci]
1 parent 76553af commit d7961a0

20 files changed

Lines changed: 99 additions & 19 deletions

File tree

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.2](https://github.com/lingui/js-lingui/compare/v3.8.1...v3.8.2) (2021-03-31)
7+
8+
**Note:** Version bump only for package js-lingui-workspaces
9+
10+
11+
12+
13+
614
## [3.8.1](https://github.com/lingui/js-lingui/compare/v3.8.0...v3.8.1) (2021-03-23)
715

816

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.8.1",
2+
"version": "3.8.2",
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.2](https://github.com/lingui/js-lingui/compare/v3.8.1...v3.8.2) (2021-03-31)
7+
8+
**Note:** Version bump only for package @lingui/babel-plugin-extract-messages
9+
10+
11+
12+
13+
614
## [3.8.1](https://github.com/lingui/js-lingui/compare/v3.8.0...v3.8.1) (2021-03-23)
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.8.1",
3+
"version": "3.8.2",
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.8.1",
33+
"@lingui/conf": "^3.8.2",
3434
"mkdirp": "^1.0.4"
3535
}
3636
}

packages/cli/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.2](https://github.com/lingui/js-lingui/compare/v3.8.1...v3.8.2) (2021-03-31)
7+
8+
**Note:** Version bump only for package @lingui/cli
9+
10+
11+
12+
13+
614
## [3.8.1](https://github.com/lingui/js-lingui/compare/v3.8.0...v3.8.1) (2021-03-23)
715

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

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.8.1",
3+
"version": "3.8.2",
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.8.1",
42-
"@lingui/conf": "^3.8.1",
41+
"@lingui/babel-plugin-extract-messages": "^3.8.2",
42+
"@lingui/conf": "^3.8.2",
4343
"babel-plugin-macros": "^2.8.0",
4444
"bcp-47": "^1.0.7",
4545
"chalk": "^4.1.0",

packages/conf/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.2](https://github.com/lingui/js-lingui/compare/v3.8.1...v3.8.2) (2021-03-31)
7+
8+
**Note:** Version bump only for package @lingui/conf
9+
10+
11+
12+
13+
614
## [3.8.1](https://github.com/lingui/js-lingui/compare/v3.8.0...v3.8.1) (2021-03-23)
715

816

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.8.1",
3+
"version": "3.8.2",
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.2](https://github.com/lingui/js-lingui/compare/v3.8.1...v3.8.2) (2021-03-31)
7+
8+
**Note:** Version bump only for package @lingui/core
9+
10+
11+
12+
13+
614
## [3.8.1](https://github.com/lingui/js-lingui/compare/v3.8.0...v3.8.1) (2021-03-23)
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.8.1",
3+
"version": "3.8.2",
44
"description": "I18n tools for javascript",
55
"main": "index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)