From b2d769e5a7d44e8b91767228976caae553c6ca9d Mon Sep 17 00:00:00 2001 From: Eugene Chybisov Date: Thu, 17 Oct 2024 11:18:34 +0200 Subject: [PATCH] chore(release): 0.0.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- packages/client/package.json | 2 +- packages/core/package.json | 2 +- packages/react/package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f7604..6b899ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### 0.0.2 (2024-10-17) + + +### Bug Fixes + +* add createConfig export ([dec450a](https://github.com/lifinance/bigmi/commit/dec450a7e5a071e67e259be78c0b9a8b616c7183)) + ### 0.0.1 (2024-10-15) diff --git a/package.json b/package.json index 7c75f61..08c67c4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.1", + "version": "0.0.2", "private": true, "sideEffects": false, "type": "module", diff --git a/packages/client/package.json b/packages/client/package.json index d9472cd..c1aa9f4 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@bigmi/client", - "version": "0.0.1", + "version": "0.0.2", "description": "Reactive primitives for Bitcoin apps.", "type": "module", "main": "./src/index.ts", diff --git a/packages/core/package.json b/packages/core/package.json index 769fe9f..1a678a5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@bigmi/core", - "version": "0.0.1", + "version": "0.0.2", "description": "TypeScript library for Bitcoin apps.", "type": "module", "main": "./src/index.ts", diff --git a/packages/react/package.json b/packages/react/package.json index aea47d5..d7eaad8 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@bigmi/react", - "version": "0.0.1", + "version": "0.0.2", "description": "React primitives for Bitcoin apps.", "type": "module", "main": "./src/index.ts",