Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
saisandeepvaddi committed Feb 15, 2021
1 parent 07ab0af commit a150587
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ten-hands-app",
"description": "One place to run your command-line tasks",
"version": "2.10.2",
"version": "2.10.3",
"private": true,
"homepage": "https://github.com/saisandeepvaddi/ten-hands",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ten-hands-cli",
"version": "2.10.2",
"version": "2.10.3",
"description": "CLI utility for ten-hands browser version. Visit https://tenhands.app",
"homepage": "https://github.com/saisandeepvaddi/ten-hands",
"main": "build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ten-hands",
"version": "2.10.2",
"version": "2.10.3",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
8 changes: 6 additions & 2 deletions ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ten-hands-ui",
"version": "2.10.2",
"version": "2.10.3",
"description": "One place to run your command-line tasks",
"private": true,
"homepage": "./",
Expand Down Expand Up @@ -61,7 +61,11 @@
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-web-links": "^0.4.0",
"xterm-addon-webgl": "^0.9.0"
"xterm-addon-webgl": "^0.9.0",
"@testing-library/cypress": "^6.0.0",
"cypress": "^4.9.0",
"cypress-file-upload": "^4.0.7",
"eslint-plugin-cypress": "^2.11.1"
},
"devDependencies": {
"@blueprintjs/tslint-config": "^2.0.0",
Expand Down

0 comments on commit a150587

Please sign in to comment.