Skip to content

Commit

Permalink
release: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ju4n97 committed Sep 1, 2023
1 parent a4139d4 commit 6573d95
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "xsighub",
"version": "0.2.3-beta",
"version": "0.3.0",
"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",
"main": "index.js",
"scripts": {
"postinstall": "npx simple-git-hooks",
"build": "pnpm -r --parallel run build",
"build": "pnpm -r --parallel --filter='!angular' run build",
"dev": " pnpm -r --parallel run dev",
"test": "pnpm -r --parallel run test",
"lint": "pnpm -r --parallel run lint",
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.2.3-beta",
"version": "0.3.0",
"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.2.3-beta",
"version": "0.3.0",
"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.2.3-beta",
"version": "0.3.0",
"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.2.3-beta",
"version": "0.3.0",
"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 6573d95

Please sign in to comment.