Skip to content

Commit

Permalink
chore(release): 0.3.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beyond009 committed May 15, 2023
1 parent fd1b945 commit 85c952f
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.3.2-beta.1](https://github.com/desoul-labs/soulhub-contracts/compare/v0.3.2...v0.3.2-beta.1) (2023-05-15)


### Features

* add ERC5727SlotSettable ([fd1b945](https://github.com/desoul-labs/soulhub-contracts/commit/fd1b945e8619ede4a2ae37e4b4e508988926829e))


### Bug Fixes

* fix deploy script ([e2ac68d](https://github.com/desoul-labs/soulhub-contracts/commit/e2ac68d7032bf4ca8bcde186dc57532bd320b38e))

### [0.3.2](https://github.com/desoul-labs/soulhub-contracts/compare/v0.3.1...v0.3.2) (2023-05-15)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion contracts-modularized/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desoul-labs/soulhub-contracts-modularized",
"version": "0.3.2",
"version": "0.3.2-beta.1",
"description": "SoulHub Contracts",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion contracts-upgradeable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desoul-labs/soulhub-contracts-upgradeable",
"version": "0.3.2",
"version": "0.3.2-beta.1",
"description": "SoulHub Contracts",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desoul-labs/soulhub-contracts",
"version": "0.3.2",
"version": "0.3.2-beta.1",
"description": "SoulHub Contracts",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soulhub-contracts",
"version": "0.3.2",
"version": "0.3.2-beta.1",
"description": "SoulHub Contracts",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion typechain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@desoul-labs/soulhub-typechain",
"version": "0.3.2",
"version": "0.3.2-beta.1",
"description": "SoulHub TypeChain",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
Expand Down

0 comments on commit 85c952f

Please sign in to comment.