Skip to content

Commit

Permalink
release: bump version to 0.2.2-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
jm2097 committed Jun 29, 2023
1 parent 5873122 commit 1c562a4
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .

RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
pnpm install --frozen-lockfile && \
pnpm --filter server server build && \
pnpm --filter server build && \
pnpm prune --prod

# ;---------------;
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": "xsighub",
"version": "0.2.1-beta",
"version": "0.2.2-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.2.1-beta",
"version": "0.2.2-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.2.1-beta",
"version": "0.2.2-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.2.1-beta",
"version": "0.2.2-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.2.1-beta",
"version": "0.2.2-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 1c562a4

Please sign in to comment.