Skip to content

Commit

Permalink
v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kbairak committed Oct 27, 2020
1 parent 4b9f03e commit afb87f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.6.4"
"version": "0.6.5"
}
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": "Transifex Native CLI",
"version": "0.6.4",
"version": "0.6.5",
"author": "Transifex",
"keywords": [
"transifex",
Expand All @@ -24,7 +24,7 @@
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.0",
"@transifex/native": "^0.6.4",
"@transifex/native": "^0.6.5",
"acorn": "^7.4.1",
"acorn-jsx": "^5.3.1",
"acorn-jsx-walk": "^2.0.0",
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": "0.6.4",
"version": "0.6.5",
"description": "Transifex Native for Javascript",
"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": "0.6.4",
"version": "0.6.5",
"description": "Transifex Native for React",
"keywords": [
"transifex",
Expand Down Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"@transifex/native": "^0.6.4",
"@transifex/native": "^0.6.5",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
Expand Down

0 comments on commit afb87f6

Please sign in to comment.