From 759ff3da36604de15966df432589130a7509d8c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Feb 2024 13:11:38 +0000 Subject: [PATCH] Publish - @windingtree/sdk-client@1.4.0 - @windingtree/sdk-react@1.4.5 --- packages/client/CHANGELOG.md | 6 ++++++ packages/client/package.json | 2 +- packages/react/CHANGELOG.md | 4 ++++ packages/react/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index de8dac9..00e50b0 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/windingtree/sdk/compare/@windingtree/sdk-client@1.3.6...@windingtree/sdk-client@1.4.0) (2024-02-02) + +### Features + +- 🎸 Added getById feature to the dealsManager ([d6687a2](https://github.com/windingtree/sdk/commit/d6687a2723811e6aadcb38653523180d5156800f)) + ## [1.3.6](https://github.com/windingtree/sdk/compare/@windingtree/sdk-client@1.3.5...@windingtree/sdk-client@1.3.6) (2024-01-31) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index 99069aa..2b267b1 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@windingtree/sdk-client", - "version": "1.3.6", + "version": "1.4.0", "description": "The WindingTree market protocol client", "repository": "https://github.com/windingtree/sdk#readme", "author": "Kostiantyn Smyrnov ", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9c1c98a..5c2809e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.4.5](https://github.com/windingtree/sdk/compare/@windingtree/sdk-react@1.4.4...@windingtree/sdk-react@1.4.5) (2024-02-02) + +**Note:** Version bump only for package @windingtree/sdk-react + ## [1.4.4](https://github.com/windingtree/sdk/compare/@windingtree/sdk-react@1.4.3...@windingtree/sdk-react@1.4.4) (2024-01-31) **Note:** Version bump only for package @windingtree/sdk-react diff --git a/packages/react/package.json b/packages/react/package.json index 2948097..3a69ecc 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@windingtree/sdk-react", - "version": "1.4.4", + "version": "1.4.5", "publishConfig": { "access": "public" },