Skip to content

Commit

Permalink
chore(release): 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinZhu committed Mar 8, 2023
1 parent 95fe3b7 commit 4ee13b1
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 4 deletions.
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,66 @@

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.1.0-alpha.1](https://github.com/desoul-labs/soulhub-contracts/compare/v0.0.3...v0.1.0-alpha.1) (2023-03-08)


### Features

* [WIP] only allow voted issuance ([41b918e](https://github.com/desoul-labs/soulhub-contracts/commit/41b918e6470d2d047e5248583aaf8780ff02258d))
* [WIP] refactor ERC5727 ([7302f86](https://github.com/desoul-labs/soulhub-contracts/commit/7302f861d791bcd8a439e6bd45a41528e644d82f))
* add address prediction ([edd9765](https://github.com/desoul-labs/soulhub-contracts/commit/edd976548fec7e3f3e2db4a073ab38ee369dc0d4))
* add deploy code for registry ([85996f1](https://github.com/desoul-labs/soulhub-contracts/commit/85996f1832912b3a45e9e99b17d6d43636348f32))
* add diamond proxy impl ([69fd20d](https://github.com/desoul-labs/soulhub-contracts/commit/69fd20d2e8cb750d698aaccf748130cead51591f))
* add diamond proxy interfaces ([a1ab753](https://github.com/desoul-labs/soulhub-contracts/commit/a1ab753f22231d2a03079ecfaa2d007e2d81318a))
* add ERC4906 upgradable metadata ([44d7ddf](https://github.com/desoul-labs/soulhub-contracts/commit/44d7ddf715d100967dd777aa57efa493ceb8b0b0))
* add ERC5727 claimable ([2b74cd9](https://github.com/desoul-labs/soulhub-contracts/commit/2b74cd932c36cb7b7f593c27fd70abeb66099f82))
* add proxy contracts ([#62](https://github.com/desoul-labs/soulhub-contracts/issues/62)) ([9749ef8](https://github.com/desoul-labs/soulhub-contracts/commit/9749ef80ff5207fe3f13c1d5e96e3b3d2355f6c7))
* add souldrop contract ([e56794b](https://github.com/desoul-labs/soulhub-contracts/commit/e56794b035fcd1cd963edc7d92cd37d80258afca))
* add upgradeable contracts; deploy beacon proxy ([9b5c379](https://github.com/desoul-labs/soulhub-contracts/commit/9b5c37990e46327a927d80ddc05f28af18737298))
* fix contract bugs and refactor interfaces ([9952566](https://github.com/desoul-labs/soulhub-contracts/commit/9952566f2ca1b777246f6cb8d770f1db3d56256e))
* governance ([#180](https://github.com/desoul-labs/soulhub-contracts/issues/180)) ([41ab1f5](https://github.com/desoul-labs/soulhub-contracts/commit/41ab1f5376524a0f5c2ec567b7eec14d0e7aae8c))
* realized new features in ERC5727Expirable.sol ([#162](https://github.com/desoul-labs/soulhub-contracts/issues/162)) ([5a3878a](https://github.com/desoul-labs/soulhub-contracts/commit/5a3878a107d538fd02b186beec194fd21f37a962))
* refactor registry ([#196](https://github.com/desoul-labs/soulhub-contracts/issues/196)) ([85b9f16](https://github.com/desoul-labs/soulhub-contracts/commit/85b9f160f0c525ad435d88d52bb070e1dbef9760))
* simplify interfaces and implementation ([83650a9](https://github.com/desoul-labs/soulhub-contracts/commit/83650a915f3c32227f4751e47fecf5b10e776ed3))
* support IERC721Metadata and IERC3525Metadata ([d8d27c4](https://github.com/desoul-labs/soulhub-contracts/commit/d8d27c4c226fb4cfd7b27524c12a4ffda0cc5493))
* upgradable contracts ([#61](https://github.com/desoul-labs/soulhub-contracts/issues/61)) ([a73699d](https://github.com/desoul-labs/soulhub-contracts/commit/a73699d6886293cbf61f918fc942cc33e5ffed7e))
* use EIP712 typed hash ([8aa8ef6](https://github.com/desoul-labs/soulhub-contracts/commit/8aa8ef66950ea6879ca22434f62e4188f710775b))


### Bug Fixes

* add modifier to valueOf ([d5a8795](https://github.com/desoul-labs/soulhub-contracts/commit/d5a87956d6309683eb0862df9a4081c887e4600c))
* add onlyManager modifier ([2cc1ddd](https://github.com/desoul-labs/soulhub-contracts/commit/2cc1ddddc42221230da9afe9fff19c7f30514889))
* balance query condition ([512bac3](https://github.com/desoul-labs/soulhub-contracts/commit/512bac31c8b2b027df9acc01689e78ee0089b245))
* calculate approval state ([5daef0f](https://github.com/desoul-labs/soulhub-contracts/commit/5daef0fd232aa4c0fdd1dc40f9beeabd9a911e81))
* call valueTransfer hooks when issue ([4d54f45](https://github.com/desoul-labs/soulhub-contracts/commit/4d54f4529cff5834a27ae843f291d2a6357dcb5e))
* change default contract uri path ([10b1ecc](https://github.com/desoul-labs/soulhub-contracts/commit/10b1ecc12ea356ce406825595d15ce7b98d6f6a9))
* change default contract uri path ([42f7fe8](https://github.com/desoul-labs/soulhub-contracts/commit/42f7fe8dbdf079279ba9fa7fe345cc6ece9244bd))
* check expiration null value ([4a45c17](https://github.com/desoul-labs/soulhub-contracts/commit/4a45c17c34a8470aa9be6e1a23904488bf141e05))
* correct auth condition ([#195](https://github.com/desoul-labs/soulhub-contracts/issues/195)) ([3448f41](https://github.com/desoul-labs/soulhub-contracts/commit/3448f41517fa34ec11dce5570aedd0d621139e14))
* **deps:** update dependency @nomiclabs/hardhat-ethers to v2.2.1 ([d6045cf](https://github.com/desoul-labs/soulhub-contracts/commit/d6045cf54396086e968b02398ac8b6a56a68822d))
* **deps:** update dependency ethers to v5.7.2 ([4f4306a](https://github.com/desoul-labs/soulhub-contracts/commit/4f4306abce6b5bf7b43be3290e486563a6a7b643))
* fix transfer hook conditions; separate mint function ([21986d0](https://github.com/desoul-labs/soulhub-contracts/commit/21986d0512db280e4c25339c27d38d1a229ed690))
* internal method arguments ([e189b11](https://github.com/desoul-labs/soulhub-contracts/commit/e189b11b1d7c48e82ef779ae10642c05693b5009))
* no declared for NoExpiration ([2d810f3](https://github.com/desoul-labs/soulhub-contracts/commit/2d810f3f89107d97e56c402fdfd5f9691be60961))
* override methods with multiple inheritance ([5897e68](https://github.com/desoul-labs/soulhub-contracts/commit/5897e6818f720232f776cea97b0b28a312da990d))
* ownable init & refactor registry ([#66](https://github.com/desoul-labs/soulhub-contracts/issues/66)) ([7d15015](https://github.com/desoul-labs/soulhub-contracts/commit/7d15015e47c3f9a4d6fbfed595d964fbfebe2241))
* reduce code size of ERC5727 Example ([f94fa50](https://github.com/desoul-labs/soulhub-contracts/commit/f94fa504e6f356a88989a8d8b665929cd522529a))
* remove some templates ([00e79ce](https://github.com/desoul-labs/soulhub-contracts/commit/00e79cecb10fc0fcd3d9d1e250749558e91c2c84))
* rename unDelegate method to undelegate ([e3f6495](https://github.com/desoul-labs/soulhub-contracts/commit/e3f649582655ba50f24f4aa5ff93346e144c5442))
* separate voter management logic from interface ([f5d6ba0](https://github.com/desoul-labs/soulhub-contracts/commit/f5d6ba0ef80937abc4be56668f902648e27a6a6b))
* set token uri ([a1d5541](https://github.com/desoul-labs/soulhub-contracts/commit/a1d554133484ecfa1063a0df3456ae99b189a1ef))
* set voter role to 0x03 ([195d4e9](https://github.com/desoul-labs/soulhub-contracts/commit/195d4e9eb7b96e2dd100b00c0b0121afdf820cf1))
* simplify condition in ERC721Enumerable ([7670135](https://github.com/desoul-labs/soulhub-contracts/commit/76701356bdcb49023e1a61461ddab78919941c8e))
* suppress verify error ([b9bfb86](https://github.com/desoul-labs/soulhub-contracts/commit/b9bfb86baeaa3b48a3e1016be56cabe64ccfe375))
* sync slot mapping ([3bee79b](https://github.com/desoul-labs/soulhub-contracts/commit/3bee79befca7e41c1a737711220b930517d203fa))
* update contract uri format ([f9617a7](https://github.com/desoul-labs/soulhub-contracts/commit/f9617a7d029b41f08ec269de6c26d831380b23a5))
* update deploy script ([95fe3b7](https://github.com/desoul-labs/soulhub-contracts/commit/95fe3b7d23b3bc712e84b9dd7897c78b3a24de1d))
* update interface discovery for registrant ([91cb22a](https://github.com/desoul-labs/soulhub-contracts/commit/91cb22a8ab07d7d248644f5cfc1ae60c06c8f54f))
* update uri format ([2a4528e](https://github.com/desoul-labs/soulhub-contracts/commit/2a4528eb9c3bea355e54e3b254a77bcaf9c2bbc8))
* verify by slot in priority ([a7d9f9b](https://github.com/desoul-labs/soulhub-contracts/commit/a7d9f9b62a948b005f95320484362c73891d1ee1))
* vote counting ([757ebfa](https://github.com/desoul-labs/soulhub-contracts/commit/757ebfa203d058e393bc790c802b9de76242ea50))

### [0.0.12](https://github.com/desoul-labs/soulhub-contracts/compare/v0.0.3...v0.0.12) (2023-03-05)

### 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.0.11",
"version": "0.1.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.0.12",
"version": "0.1.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.0.12",
"version": "0.1.0-alpha.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.0.12",
"version": "0.1.0-alpha.1",
"description": "SoulHub TypeChain",
"homepage": "https://github.com/desoul-labs/soulhub-contracts#readme",
"bugs": {
Expand Down

0 comments on commit 4ee13b1

Please sign in to comment.