Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbasili committed Jul 30, 2020
1 parent ab3d7ca commit c42d15f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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.1.0"
"version": "0.2.0"
}
2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "0.2.0",
"author": "Transifex",
"keywords": [
"transifex",
Expand All @@ -24,7 +24,7 @@
"@oclif/command": "^1.7.0",
"@oclif/config": "^1.16.0",
"@oclif/plugin-help": "^3.1.0",
"@transifex/native": "^0.1.0",
"@transifex/native": "^0.2.0",
"acorn": "^7.3.1",
"acorn-jsx": "^5.2.0",
"acorn-jsx-walk": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/native/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1.0",
"version": "0.2.0",
"description": "Transifex Native for Javascript",
"keywords": [
"transifex",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/react",
"version": "0.1.0",
"version": "0.2.0",
"description": "Transifex Native for React",
"keywords": [
"transifex",
Expand Down Expand Up @@ -34,14 +34,14 @@
"node": ">=10.0.0"
},
"peerDependencies": {
"react": "^16.0.0",
"@transifex/native": "^0.1.0",
"prop-types": "^15.0.0",
"@transifex/native": "^0.1.0"
"react": "^16.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.2",
"@testing-library/react": "^10.4.7",
"@transifex/native": "^0.1.0",
"@transifex/native": "^0.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.0",
Expand Down

0 comments on commit c42d15f

Please sign in to comment.