Skip to content

Commit 3e342f7

Browse files
committedNov 25, 2024
chore(release): published v5.0.0-next.5
1 parent d7d5846 commit 3e342f7

File tree

18 files changed

+92
-92
lines changed

18 files changed

+92
-92
lines changed
 

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.0.0-next.4",
2+
"version": "5.0.0-next.5",
33
"packages": [
44
"packages/*"
55
],

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/babel-plugin-extract-messages",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
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/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/babel-plugin-lingui-macro",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
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.0.0-next.4",
88-
"@lingui/core": "5.0.0-next.4",
89-
"@lingui/message-utils": "5.0.0-next.4"
87+
"@lingui/conf": "5.0.0-next.5",
88+
"@lingui/core": "5.0.0-next.5",
89+
"@lingui/message-utils": "5.0.0-next.5"
9090
},
9191
"peerDependencies": {
9292
"babel-plugin-macros": "2 || 3"

‎packages/cli/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/cli",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
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.0.0-next.4",
61-
"@lingui/babel-plugin-lingui-macro": "5.0.0-next.4",
62-
"@lingui/conf": "5.0.0-next.4",
63-
"@lingui/core": "5.0.0-next.4",
64-
"@lingui/format-po": "5.0.0-next.4",
65-
"@lingui/message-utils": "5.0.0-next.4",
60+
"@lingui/babel-plugin-extract-messages": "5.0.0-next.5",
61+
"@lingui/babel-plugin-lingui-macro": "5.0.0-next.5",
62+
"@lingui/conf": "5.0.0-next.5",
63+
"@lingui/core": "5.0.0-next.5",
64+
"@lingui/format-po": "5.0.0-next.5",
65+
"@lingui/message-utils": "5.0.0-next.5",
6666
"babel-plugin-macros": "^3.0.1",
6767
"chalk": "^4.1.0",
6868
"chokidar": "3.5.1",

‎packages/conf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/conf",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"sideEffects": false,
55
"description": "Get lingui configuration from package.json",
66
"keywords": [

‎packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/core",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"sideEffects": false,
55
"description": "I18n tools for javascript",
66
"main": "./dist/index.cjs",
@@ -60,7 +60,7 @@
6060
],
6161
"dependencies": {
6262
"@babel/runtime": "^7.20.13",
63-
"@lingui/message-utils": "5.0.0-next.4",
63+
"@lingui/message-utils": "5.0.0-next.5",
6464
"unraw": "^3.0.0"
6565
},
6666
"devDependencies": {
@@ -69,7 +69,7 @@
6969
"unbuild": "2.0.0"
7070
},
7171
"peerDependencies": {
72-
"@lingui/babel-plugin-lingui-macro": "5.0.0-next.4",
72+
"@lingui/babel-plugin-lingui-macro": "5.0.0-next.5",
7373
"babel-plugin-macros": "2 || 3"
7474
},
7575
"peerDependenciesMeta": {

‎packages/extractor-vue/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/extractor-vue",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "Custom Vue.js extractor to be used with the CLI tool",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -38,12 +38,12 @@
3838
"/dist"
3939
],
4040
"dependencies": {
41-
"@lingui/cli": "5.0.0-next.4",
42-
"@lingui/conf": "5.0.0-next.4",
41+
"@lingui/cli": "5.0.0-next.5",
42+
"@lingui/conf": "5.0.0-next.5",
4343
"@vue/compiler-sfc": "^3.2.47"
4444
},
4545
"devDependencies": {
46-
"@lingui/babel-plugin-extract-messages": "5.0.0-next.4",
46+
"@lingui/babel-plugin-extract-messages": "5.0.0-next.5",
4747
"unbuild": "2.0.0"
4848
}
4949
}

‎packages/format-csv/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/format-csv",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "CSV format for Lingui Catalogs",
55
"main": "./dist/csv.cjs",
66
"module": "./dist/csv.mjs",
@@ -39,7 +39,7 @@
3939
"dist/"
4040
],
4141
"dependencies": {
42-
"@lingui/conf": "5.0.0-next.4",
42+
"@lingui/conf": "5.0.0-next.5",
4343
"papaparse": "^5.4.0"
4444
},
4545
"devDependencies": {

‎packages/format-json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/format-json",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "JSON format for Lingui Catalogs",
55
"main": "./dist/json.cjs",
66
"module": "./dist/json.mjs",
@@ -39,7 +39,7 @@
3939
"dist/"
4040
],
4141
"dependencies": {
42-
"@lingui/conf": "5.0.0-next.4",
42+
"@lingui/conf": "5.0.0-next.5",
4343
"ramda": "^0.28.0"
4444
},
4545
"devDependencies": {

‎packages/format-po-gettext/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/format-po-gettext",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "Gettext PO format with gettext-style plurals for Lingui Catalogs",
55
"main": "./dist/po-gettext.cjs",
66
"module": "./dist/po-gettext.mjs",
@@ -41,9 +41,9 @@
4141
"dist/"
4242
],
4343
"dependencies": {
44-
"@lingui/conf": "5.0.0-next.4",
45-
"@lingui/format-po": "5.0.0-next.4",
46-
"@lingui/message-utils": "5.0.0-next.4",
44+
"@lingui/conf": "5.0.0-next.5",
45+
"@lingui/format-po": "5.0.0-next.5",
46+
"@lingui/message-utils": "5.0.0-next.5",
4747
"@messageformat/parser": "^5.0.0",
4848
"cldr-core": "^45.0.0",
4949
"node-gettext": "^3.0.0",

‎packages/format-po/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/format-po",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "Gettext PO format for Lingui Catalogs",
55
"main": "./dist/po.cjs",
66
"module": "./dist/po.mjs",
@@ -41,8 +41,8 @@
4141
"dist/"
4242
],
4343
"dependencies": {
44-
"@lingui/conf": "5.0.0-next.4",
45-
"@lingui/message-utils": "5.0.0-next.4",
44+
"@lingui/conf": "5.0.0-next.5",
45+
"@lingui/message-utils": "5.0.0-next.5",
4646
"date-fns": "^3.6.0",
4747
"pofile": "^1.1.4"
4848
},

‎packages/loader/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/loader",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "webpack loader for lingui message catalogs",
55
"types": "./dist/index.d.ts",
66
"main": "./dist/index.cjs",
@@ -43,11 +43,11 @@
4343
],
4444
"dependencies": {
4545
"@babel/runtime": "^7.20.13",
46-
"@lingui/cli": "5.0.0-next.4",
47-
"@lingui/conf": "5.0.0-next.4"
46+
"@lingui/cli": "5.0.0-next.5",
47+
"@lingui/conf": "5.0.0-next.5"
4848
},
4949
"devDependencies": {
50-
"@lingui/format-json": "5.0.0-next.4",
50+
"@lingui/format-json": "5.0.0-next.5",
5151
"unbuild": "2.0.0",
5252
"webpack": "^5.76.1"
5353
},

‎packages/macro/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/macro",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "Macro for generating messages in ICU MessageFormat syntax",
55
"main": "./index.js",
66
"types": "./index.d.ts",
@@ -47,8 +47,8 @@
4747
"index.js"
4848
],
4949
"dependencies": {
50-
"@lingui/core": "5.0.0-next.4",
51-
"@lingui/react": "5.0.0-next.4"
50+
"@lingui/core": "5.0.0-next.5",
51+
"@lingui/react": "5.0.0-next.5"
5252
},
5353
"peerDependencies": {
5454
"@lingui/babel-plugin-lingui-macro": "4.11.2",

‎packages/message-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/message-utils",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"license": "MIT",
55
"keywords": [],
66
"sideEffects": false,

‎packages/metro-transformer/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/metro-transformer",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "Metro bundler transformer for LinguiJS catalogs",
55
"exports": {
66
"./expo": {
@@ -56,12 +56,12 @@
5656
],
5757
"dependencies": {
5858
"@babel/runtime": "^7.20.13",
59-
"@lingui/cli": "5.0.0-next.4",
60-
"@lingui/conf": "5.0.0-next.4",
59+
"@lingui/cli": "5.0.0-next.5",
60+
"@lingui/conf": "5.0.0-next.5",
6161
"memoize-one": "^6.0.0"
6262
},
6363
"devDependencies": {
64-
"@lingui/format-json": "5.0.0-next.4",
64+
"@lingui/format-json": "5.0.0-next.5",
6565
"rimraf": "^6.0.1",
6666
"unbuild": "2.0.0"
6767
},

‎packages/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/react",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"sideEffects": false,
55
"description": "React components for translations",
66
"main": "./dist/index.cjs",
@@ -77,7 +77,7 @@
7777
"macro/index.js"
7878
],
7979
"peerDependencies": {
80-
"@lingui/babel-plugin-lingui-macro": "5.0.0-next.4",
80+
"@lingui/babel-plugin-lingui-macro": "5.0.0-next.5",
8181
"babel-plugin-macros": "2 || 3",
8282
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
8383
},
@@ -91,7 +91,7 @@
9191
},
9292
"dependencies": {
9393
"@babel/runtime": "^7.20.13",
94-
"@lingui/core": "5.0.0-next.4"
94+
"@lingui/core": "5.0.0-next.5"
9595
},
9696
"devDependencies": {
9797
"@lingui/jest-mocks": "*",

‎packages/vite-plugin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lingui/vite-plugin",
3-
"version": "5.0.0-next.4",
3+
"version": "5.0.0-next.5",
44
"description": "Vite plugin for Lingui message catalogs",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.mjs",
@@ -39,8 +39,8 @@
3939
"dist/"
4040
],
4141
"dependencies": {
42-
"@lingui/cli": "5.0.0-next.4",
43-
"@lingui/conf": "5.0.0-next.4"
42+
"@lingui/cli": "5.0.0-next.5",
43+
"@lingui/conf": "5.0.0-next.5"
4444
},
4545
"peerDependencies": {
4646
"vite": "^3 || ^4 || ^5.0.9"

0 commit comments

Comments
 (0)