From 180f5d538ae80b9cd70faed2f081c40b19586309 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Wed, 11 Feb 2026 19:02:16 +0100 Subject: [PATCH] Temporary bump versions for check package publishing --- common/package.json | 2 +- contracts/package.json | 2 +- sdk/qrcode-angular/package.json | 2 +- sdk/qrcode/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/package.json b/common/package.json index 4f54e8371..17def4754 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "@selfxyz/common", - "version": "0.0.9", + "version": "0.0.10-beta.0", "description": "Constants and utils for self sdks", "license": "MIT", "author": "@Selfxyz Team", diff --git a/contracts/package.json b/contracts/package.json index 4dcb1c0c5..aa028d6d4 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@selfxyz/contracts", - "version": "1.2.3", + "version": "1.2.4-beta.0", "repository": { "type": "git", "url": "https://github.com/selfxyz/self" diff --git a/sdk/qrcode-angular/package.json b/sdk/qrcode-angular/package.json index 0f5850249..a56f49a7d 100644 --- a/sdk/qrcode-angular/package.json +++ b/sdk/qrcode-angular/package.json @@ -1,6 +1,6 @@ { "name": "@selfxyz/qrcode-angular", - "version": "1.0.4", + "version": "1.0.5-beta.0", "description": "Angular QR code wrapper SDK for Self passport verification", "keywords": [ "angular", diff --git a/sdk/qrcode/package.json b/sdk/qrcode/package.json index 247e3034b..d601b818a 100644 --- a/sdk/qrcode/package.json +++ b/sdk/qrcode/package.json @@ -1,6 +1,6 @@ { "name": "@selfxyz/qrcode", - "version": "1.0.18", + "version": "1.0.19-beta.0", "repository": { "type": "git", "url": "https://github.com/selfxyz/self"