Skip to content

Commit eed5292

Browse files
author
Konstantinos Bairaktaris
committed
v4.2.4
1 parent 9a8cfea commit eed5292

File tree

12 files changed

+19
-21
lines changed

12 files changed

+19
-21
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages/*",
44
"packages/angular/projects/*"
55
],
6-
"version": "4.2.3"
6+
"version": "4.2.4"
77
}

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transifex/angular-projects",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "i18n Angular framework using Transifex Native",
55
"keywords": [
66
"transifex",
@@ -34,7 +34,7 @@
3434
"@angular/platform-browser": "~13.0.2",
3535
"@angular/platform-browser-dynamic": "~13.0.2",
3636
"@angular/router": "~13.0.2",
37-
"@transifex/native": "^4.2.3",
37+
"@transifex/native": "^4.2.4",
3838
"rxjs": "~6.6.0",
3939
"tslib": "^2.0.0",
4040
"zone.js": "~0.11.4"

packages/angular/projects/tx-native-angular-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transifex/angular",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "i18n Angular framework using Transifex Native",
55
"keywords": [
66
"transifex",

packages/api/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transifex/api",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "Transifex API SDK",
55
"keywords": [
66
"transifex",
@@ -27,13 +27,11 @@
2727
"dependencies": {
2828
"core-js": "^3.22.4"
2929
},
30-
"peerDependencies": {
31-
"@transifex/jsonapi": "^4.2.3"
32-
},
3330
"devDependencies": {
3431
"@babel/cli": "^7.17.10",
3532
"@babel/core": "^7.17.10",
3633
"@babel/preset-env": "^7.17.10",
34+
"@transifex/jsonapi": "^4.2.4",
3735
"babel-eslint": "^10.1.0",
3836
"babel-loader": "^8.2.5",
3937
"eslint": "^7.32.0",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@transifex/cli",
33
"description": "i18n CLI tool for Transifex Native",
4-
"version": "4.2.3",
4+
"version": "4.2.4",
55
"author": "Transifex",
66
"keywords": [
77
"transifex",
@@ -31,7 +31,7 @@
3131
"@oclif/config": "^1.18.3",
3232
"@oclif/errors": "^1.3.5",
3333
"@oclif/plugin-help": "^5.1.12",
34-
"@transifex/native": "^4.2.3",
34+
"@transifex/native": "^4.2.4",
3535
"angular-html-parser": "^1.8.0",
3636
"axios": "^0.27.2",
3737
"cli-ux": "^6.0.9",

packages/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transifex/dom",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "i18n DOM library using Transifex Native",
55
"keywords": [
66
"transifex",

packages/express/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transifex/express",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "i18n express framework using Transifex Native",
55
"keywords": [
66
"transifex",
@@ -33,7 +33,7 @@
3333
"node": ">=14.0.0"
3434
},
3535
"devDependencies": {
36-
"@transifex/native": "^4.2.3",
36+
"@transifex/native": "^4.2.4",
3737
"eslint": "^8.10.0",
3838
"eslint-config-airbnb-base": "^15.0.0",
3939
"eslint-plugin-import": "^2.25.4",

packages/i18next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transifex/i18next",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "i18next backend plugin for Transifex Native",
55
"keywords": [
66
"i18next",
@@ -54,6 +54,6 @@
5454
"webpack-cli": "^4.9.2"
5555
},
5656
"dependencies": {
57-
"@transifex/native": "^4.2.3"
57+
"@transifex/native": "^4.2.4"
5858
}
5959
}

packages/jsonapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transifex/jsonapi",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "{json:api} SDK library",
55
"keywords": [
66
"jsonapi",

packages/native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@transifex/native",
3-
"version": "4.2.3",
3+
"version": "4.2.4",
44
"description": "i18n framework using Transifex Native",
55
"keywords": [
66
"transifex",

0 commit comments

Comments
 (0)