Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbasili committed Apr 19, 2022
1 parent d4803e4 commit 4a4c465
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*",
"packages/angular/projects/*"
],
"version": "3.2.1"
"version": "3.2.2"
}
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/angular-projects",
"version": "3.2.1",
"version": "3.2.2",
"description": "i18n Angular framework using Transifex Native",
"keywords": [
"transifex",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@angular/platform-browser": "~13.0.2",
"@angular/platform-browser-dynamic": "~13.0.2",
"@angular/router": "~13.0.2",
"@transifex/native": "^3.2.1",
"@transifex/native": "^3.2.2",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/angular",
"version": "3.2.1",
"version": "3.2.2",
"description": "i18n Angular framework using Transifex Native",
"keywords": [
"transifex",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/api",
"version": "3.2.1",
"version": "3.2.2",
"description": "Transifex API SDK",
"keywords": [
"transifex",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@babel/cli": "^7.15.4",
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.15.0",
"@transifex/jsonapi": "^3.2.1",
"@transifex/jsonapi": "^3.2.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"eslint": "^7.32.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@transifex/cli",
"description": "i18n CLI tool for Transifex Native",
"version": "3.2.1",
"version": "3.2.2",
"author": "Transifex",
"keywords": [
"transifex",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@oclif/config": "^1.17.0",
"@oclif/errors": "^1.3.4",
"@oclif/plugin-help": "^5.1.12",
"@transifex/native": "^3.2.1",
"@transifex/native": "^3.2.2",
"angular-html-parser": "^1.7.1",
"axios": "^0.26.1",
"cli-ux": "^6.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/dom",
"version": "3.2.1",
"version": "3.2.2",
"description": "i18n DOM library using Transifex Native",
"keywords": [
"transifex",
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/express",
"version": "3.2.1",
"version": "3.2.2",
"description": "i18n express framework using Transifex Native",
"keywords": [
"transifex",
Expand Down Expand Up @@ -33,7 +33,7 @@
"node": ">=12.0.0"
},
"devDependencies": {
"@transifex/native": "^3.2.1",
"@transifex/native": "^3.2.2",
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/jsonapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/jsonapi",
"version": "3.2.1",
"version": "3.2.2",
"description": "{json:api} SDK library",
"keywords": [
"jsonapi",
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/native",
"version": "3.2.1",
"version": "3.2.2",
"description": "i18n framework using Transifex Native",
"keywords": [
"transifex",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/react",
"version": "3.2.1",
"version": "3.2.2",
"description": "i18n React framework using Transifex Native",
"keywords": [
"transifex",
Expand Down Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^10.4.9",
"@transifex/native": "^3.2.1",
"@transifex/native": "^3.2.2",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/vue2",
"version": "3.2.1",
"version": "3.2.2",
"description": "Vue i18n framework using Transifex Native",
"keywords": [
"transifex",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@babel/preset-env": "^7.16.7",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/vue": "^5.8.2",
"@transifex/native": "^3.2.1",
"@transifex/native": "^3.2.2",
"@vue/compiler-sfc": "^3.2.26",
"@vue/vue2-jest": "^27.0.0-alpha.4",
"babel-jest": "^27.4.5",
Expand Down

0 comments on commit 4a4c465

Please sign in to comment.