From 766565b09c1e7da597499eeb159ec43c5f8a43e2 Mon Sep 17 00:00:00 2001 From: vzhalnin Date: Fri, 15 Apr 2022 10:07:44 +0400 Subject: [PATCH] chore: bump versions after release --- CHANGELOG.md | 14 ++++++++++++++ lerna.json | 2 +- packages/sdk/CHANGELOG.md | 14 ++++++++++++++ packages/sdk/package.json | 2 +- 4 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d232bf..b8da67b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.44](https://github.com/rarible/flow-sdk/compare/v0.5.43...v0.5.44) (2022-04-15) + + +### Bug Fixes + +* actualize collections features ([241f617](https://github.com/rarible/flow-sdk/commit/241f617b1ea812307e82a5853ba70b68f87f56d9)) +* fix build warnings ([11b6ab4](https://github.com/rarible/flow-sdk/commit/11b6ab43a74afc8f5dc57a501502f30caf43d363)) +* remove BURN feature on CryptoPiggo collection ([b90c43a](https://github.com/rarible/flow-sdk/commit/b90c43ab686bdec49921135e0b881e9515c89f52)) +* remove BURN feature on GENIANCE collection ([2681e1a](https://github.com/rarible/flow-sdk/commit/2681e1a8d66136f812a9a4abcde0145af20294cb)) + + + + + ## [0.5.43](https://github.com/rarible/flow-sdk/compare/v0.5.41-alpha.1...v0.5.43) (2022-04-14) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index 7b8ea62..7f321ce 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.5.43", + "version": "0.5.44", "command": { "publish": { "allowBranch": [ diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index f5f373f..36f3e1f 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.5.44](https://github.com/rarible/flow-sdk/compare/v0.5.43...v0.5.44) (2022-04-15) + + +### Bug Fixes + +* actualize collections features ([241f617](https://github.com/rarible/flow-sdk/commit/241f617b1ea812307e82a5853ba70b68f87f56d9)) +* fix build warnings ([11b6ab4](https://github.com/rarible/flow-sdk/commit/11b6ab43a74afc8f5dc57a501502f30caf43d363)) +* remove BURN feature on CryptoPiggo collection ([b90c43a](https://github.com/rarible/flow-sdk/commit/b90c43ab686bdec49921135e0b881e9515c89f52)) +* remove BURN feature on GENIANCE collection ([2681e1a](https://github.com/rarible/flow-sdk/commit/2681e1a8d66136f812a9a4abcde0145af20294cb)) + + + + + ## [0.5.43](https://github.com/rarible/flow-sdk/compare/v0.5.41-alpha.1...v0.5.43) (2022-04-14) **Note:** Version bump only for package @rarible/flow-sdk diff --git a/packages/sdk/package.json b/packages/sdk/package.json index bff9195..7a3e180 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@rarible/flow-sdk", - "version": "0.5.43", + "version": "0.5.44", "description": "SDK for interact with flow blockchain and Rarible protocol", "repository": "https://github.com/rarible/flow-sdk", "license": "MIT",