Skip to content

Commit

Permalink
release: bump version to 0.2.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jm2097 committed Jun 29, 2023
1 parent 9da1cc3 commit ffec3a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xsighub",
"version": "0.1.10-beta",
"version": "0.2.0-beta",
"description": "Sistema Hub para capturar, transferir y mostrar las firmas de los usuarios en aplicaciones m贸viles y web en tiempo real.",
"author": "Ekisa-Team",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ekisa-xsighub/eslint-config",
"version": "0.1.10-beta",
"version": "0.2.0-beta",
"main": "src/index.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ekisa-xsighub/tsconfig",
"version": "0.1.10-beta",
"version": "0.2.0-beta",
"private": true,
"publishConfig": {
"access": "restricted"
Expand Down
2 changes: 1 addition & 1 deletion packages/xsighub-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ekisa-xsighub/core",
"version": "0.1.10-beta",
"version": "0.2.0-beta",
"description": "El motor central de Xsighub sin ajustes preestablecidos.",
"author": "Ekisa-Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/xsighub-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ekisa-xsighub/sdk",
"version": "0.1.10-beta",
"version": "0.2.0-beta",
"description": "SDK de emparejamiento que permite la integraci贸n de la aplicaci贸n m贸vil con el servidor centralizado para capturar y transferir las firmas de los usuarios en tiempo real.",
"author": "Ekisa-Team",
"license": "MIT",
Expand Down

0 comments on commit ffec3a3

Please sign in to comment.