Skip to content

Commit

Permalink
v0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbasili committed Apr 20, 2021
1 parent f8d1dbd commit 94f1e87
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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": "0.12.0"
"version": "0.12.1"
}
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": "0.12.0",
"version": "0.12.1",
"description": "Transifex Native for Angular",
"keywords": [
"transifex",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/platform-browser": "~11.1.1",
"@angular/platform-browser-dynamic": "~11.1.1",
"@angular/router": "~11.1.1",
"@transifex/native": "^0.12.0",
"@transifex/native": "^0.12.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@transifex/angular",
"version": "0.12.0",
"version": "0.12.1",
"description": "Transifex Native for Angular",
"keywords": [
"transifex",
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": "Transifex Native CLI",
"version": "0.12.0",
"version": "0.12.1",
"author": "Transifex",
"keywords": [
"transifex",
Expand All @@ -27,7 +27,7 @@
"@oclif/config": "^1.17.0",
"@oclif/errors": "^1.3.4",
"@oclif/plugin-help": "^3.2.1",
"@transifex/native": "^0.12.0",
"@transifex/native": "^0.12.1",
"angular-html-parser": "^1.7.1",
"axios": "^0.21.1",
"cli-ux": "^5.5.1",
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.12.0",
"version": "0.12.1",
"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.12.0",
"version": "0.12.1",
"description": "Transifex Native for React",
"keywords": [
"transifex",
Expand Down Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^10.4.9",
"@transifex/native": "^0.12.0",
"@transifex/native": "^0.12.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.22.1",
Expand Down

0 comments on commit 94f1e87

Please sign in to comment.