Skip to content

Commit

Permalink
chore: bump versions after release
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhalnin committed Apr 15, 2022
1 parent 71ec325 commit 766565b
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.5.43",
"version": "0.5.44",
"command": {
"publish": {
"allowBranch": [
Expand Down
14 changes: 14 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 766565b

Please sign in to comment.