Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Vasileiou committed Jan 26, 2024
1 parent 5be914e commit 0f5032d
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 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": "6.0.2"
"version": "7.0.0"
}
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": "6.0.2",
"version": "7.0.0",
"description": "i18n Angular framework using Transifex Native",
"keywords": [
"transifex",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "~14.3.0",
"@transifex/native": "^6.0.2",
"@transifex/native": "^7.0.0",
"rxjs": "~6.6.0",
"tslib": "^2.6.2",
"zone.js": "^0.11.8"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/angular",
"version": "6.0.2",
"version": "7.0.0",
"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": "6.0.2",
"version": "7.0.0",
"description": "Transifex API SDK",
"keywords": [
"transifex",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/preset-env": "^7.23.8",
"@transifex/jsonapi": "^6.0.2",
"@transifex/jsonapi": "^7.0.0",
"babel-loader": "^9.1.3",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.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": "6.0.2",
"version": "7.0.0",
"author": "Transifex",
"keywords": [
"transifex",
Expand All @@ -28,7 +28,7 @@
"@babel/traverse": "^7.23.7",
"@colors/colors": "^1.6.0",
"@oclif/core": "^1.26.2",
"@transifex/native": "^6.0.2",
"@transifex/native": "^7.0.0",
"@vue/compiler-sfc": "^3.4.7",
"angular-html-parser": "^1.8.0",
"axios": "^1.6.5",
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": "6.0.2",
"version": "7.0.0",
"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": "6.0.2",
"version": "7.0.0",
"description": "i18n express framework using Transifex Native",
"keywords": [
"transifex",
Expand Down Expand Up @@ -33,7 +33,7 @@
"node": ">=16.0.0"
},
"devDependencies": {
"@transifex/native": "^6.0.2",
"@transifex/native": "^7.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/i18next",
"version": "6.0.2",
"version": "7.0.0",
"description": "i18next backend plugin for Transifex Native",
"keywords": [
"i18next",
Expand Down Expand Up @@ -54,6 +54,6 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@transifex/native": "^6.0.2"
"@transifex/native": "^7.0.0"
}
}
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": "6.0.2",
"version": "7.0.0",
"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": "6.0.2",
"version": "7.0.0",
"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": "6.0.2",
"version": "7.0.0",
"description": "i18n React framework using Transifex Native",
"keywords": [
"transifex",
Expand Down Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^14.1.2",
"@transifex/native": "^6.0.2",
"@transifex/native": "^7.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-react": "^7.33.2",
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": "6.0.2",
"version": "7.0.0",
"description": "Vue i18n framework using Transifex Native",
"keywords": [
"transifex",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@babel/preset-env": "^7.23.8",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/vue": "^5.9.0",
"@transifex/native": "^6.0.2",
"@transifex/native": "^7.0.0",
"@vue/compiler-sfc": "^3.4.7",
"@vue/vue2-jest": "^27.0.0",
"babel-jest": "^27.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/vue3",
"version": "6.0.2",
"version": "7.0.0",
"description": "Vue3 i18n framework using Transifex Native",
"keywords": [
"transifex",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@babel/preset-env": "^7.23.8",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/vue": "^8.0.1",
"@transifex/native": "^6.0.2",
"@transifex/native": "^7.0.0",
"@vue/compiler-sfc": "^3.2.45",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^29.7.0",
Expand Down

0 comments on commit 0f5032d

Please sign in to comment.