Skip to content

Commit

Permalink
Merge pull request #208 from desoul-labs/release/v0.2.0-alpha.1
Browse files Browse the repository at this point in the history
release: v0.2.0-alpha.1
  • Loading branch information
AustinZhu authored Mar 27, 2023
2 parents a0a3645 + 7282f28 commit f957c3c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .versionrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"filename": "contracts/package.json",
"type": "json"
},
{
"filename": "contracts-upgradeable/package.json",
"type": "json"
}
]
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1.0-alpha.1",
"version": "0.2.0-alpha.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.1.0-alpha.1",
"version": "0.2.0-alpha.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.1.0-alpha.1",
"version": "0.2.0-alpha.1",
"description": "SoulHub Contracts",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
Expand Down
1 change: 1 addition & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
packages:
- contracts
- typechain
- contracts-upgradeable
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.1.0-alpha.1",
"version": "0.2.0-alpha.1",
"description": "SoulHub TypeChain",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
Expand Down

0 comments on commit f957c3c

Please sign in to comment.