Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update core contract & deploy script #226

Open
wants to merge 26 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(release): 0.3.1
  • Loading branch information
beyond009 committed May 15, 2023
commit cde99e9f20522b8210b2027483a459c65839c5a8
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,8 @@

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

## [0.3.0](https://github.com/desoul-labs/soulhub-contracts/compare/v0.2.0-alpha.1...v0.3.0) (2023-05-15)


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.0",
"version": "0.3.1",
"description": "SoulHub Contracts",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
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.0",
"version": "0.3.1",
"description": "SoulHub Contracts",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
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.0",
"version": "0.3.1",
"description": "SoulHub Contracts",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
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.0",
"version": "0.3.1",
"description": "SoulHub Contracts",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
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.0",
"version": "0.3.1",
"description": "SoulHub TypeChain",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {