diff --git a/.versionrc b/.versionrc index 8d2de157b..ed5345d75 100644 --- a/.versionrc +++ b/.versionrc @@ -11,6 +11,10 @@ { "filename": "contracts/package.json", "type": "json" + }, + { + "filename": "contracts-upgradeable/package.json", + "type": "json" } ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b48b8f0..c98b0b1eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2.0-alpha.1](https://github.com/desoul-labs/soulhub-contracts/compare/v0.1.0-alpha.1...v0.2.0-alpha.1) (2023-03-27) + + +### Bug Fixes + +* remove unused storage variables ([162fd11](https://github.com/desoul-labs/soulhub-contracts/commit/162fd11b84e2ccb39cdef52ac20a4c70290e8fc4)) +* slot is not initlized ([2267b4c](https://github.com/desoul-labs/soulhub-contracts/commit/2267b4c7992e79167c6b081c550529b407857efa)) + ## [0.1.0-alpha.1](https://github.com/desoul-labs/soulhub-contracts/compare/v0.0.3...v0.1.0-alpha.1) (2023-03-08) ### Features diff --git a/contracts-upgradeable/package.json b/contracts-upgradeable/package.json index 1864756d2..5be58699b 100644 --- a/contracts-upgradeable/package.json +++ b/contracts-upgradeable/package.json @@ -1,6 +1,6 @@ { "name": "@desoul-labs/soulhub-contracts-upgradeable", - "version": "0.1.0-alpha.1", + "version": "0.2.0-alpha.1", "description": "SoulHub Contracts", "homepage": "https://github.com/desoul-labs/soulhub-contracts#readme", "bugs": { diff --git a/contracts/package.json b/contracts/package.json index 3b788b3e9..8fc5adf55 100644 --- a/contracts/package.json +++ b/contracts/package.json @@ -1,6 +1,6 @@ { "name": "@desoul-labs/soulhub-contracts", - "version": "0.1.0-alpha.1", + "version": "0.2.0-alpha.1", "description": "SoulHub Contracts", "homepage": "https://github.com/desoul-labs/soulhub-contracts#readme", "bugs": { diff --git a/package.json b/package.json index 7431573b9..6b738a66d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "soulhub-contracts", - "version": "0.1.0-alpha.1", + "version": "0.2.0-alpha.1", "description": "SoulHub Contracts", "homepage": "https://github.com/desoul-labs/soulhub-contracts#readme", "bugs": { diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1b259e80f..6f8880b81 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -1,3 +1,4 @@ packages: - contracts - typechain + - contracts-upgradeable diff --git a/typechain/package.json b/typechain/package.json index 89c089723..d8d29a398 100644 --- a/typechain/package.json +++ b/typechain/package.json @@ -1,6 +1,6 @@ { "name": "@desoul-labs/soulhub-typechain", - "version": "0.1.0-alpha.1", + "version": "0.2.0-alpha.1", "description": "SoulHub TypeChain", "homepage": "https://github.com/desoul-labs/soulhub-contracts#readme", "bugs": {