diff --git a/package-lock.json b/package-lock.json index 5483d8d0..3c213f39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "secbox-sdk-js", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "secbox-sdk-js", - "version": "0.2.1", + "version": "0.3.0", "license": "MIT", "workspaces": [ "packages/**" diff --git a/package.json b/package.json index 2ecf743d..0a4ea10c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secbox-sdk-js", - "version": "0.2.1", + "version": "0.3.0", "private": true, "repository": { "type": "git", diff --git a/packages/bus/package.json b/packages/bus/package.json index cd4bbec4..66f6fdc1 100644 --- a/packages/bus/package.json +++ b/packages/bus/package.json @@ -1,6 +1,6 @@ { "name": "@secbox/bus", - "version": "0.0.1", + "version": "0.3.0", "description": "The package includes a simplified implementation of the `EventBus`, one based on `RabbitMQ`, to establish synchronous and asynchronous communication between services and agents.", "repository": { "type": "git", diff --git a/packages/core/package.json b/packages/core/package.json index 4c29269a..49974a85 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@secbox/core", - "version": "0.2.1", + "version": "0.3.0", "description": "The core package can be used to obtain a config including credentials from different sources, and provide a simplified abstraction to handle events and commands.", "repository": { "type": "git",