--- a/Cargo.lock +++ b/Cargo.lock @@ -5731,7 +5731,7 @@ [[package]] name = "pallet-common" -version = "0.1.2" +version = "0.1.3" dependencies = [ "ethereum", "evm-coder", @@ -6198,7 +6198,7 @@ [[package]] name = "pallet-nonfungible" -version = "0.1.1" +version = "0.1.2" dependencies = [ "ethereum", "evm-coder", @@ -6638,7 +6638,7 @@ [[package]] name = "pallet-unique" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ethereum", "evm-coder", @@ -12737,7 +12737,7 @@ [[package]] name = "up-data-structs" -version = "0.1.1" +version = "0.1.2" dependencies = [ "derivative", "frame-support", --- /dev/null +++ b/pallets/unique/CHANGELOG.md @@ -0,0 +1,9 @@ +# Change Log + +All notable changes to this project will be documented in this file. + +## [v0.1.1] - 2022-07-25 +### Added +- Method for creating `ERC721Metadata` compatible NFT collection. +- Method for creating `ERC721Metadata` compatible ReFungible collection. +- Method for creating ReFungible collection. --- a/pallets/unique/Cargo.toml +++ b/pallets/unique/Cargo.toml @@ -9,7 +9,7 @@ license = 'GPLv3' name = 'pallet-unique' repository = 'https://github.com/UniqueNetwork/unique-chain' -version = '0.1.0' +version = '0.1.1' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] --- /dev/null +++ b/primitives/data-structs/CHANGELOG.md @@ -0,0 +1,11 @@ +# Change Log + +All notable changes to this project will be documented in this file. + + +## [v0.1.2] - 2022-07-25 +### Added +- Type aliases `CollectionName`, `CollectionDescription`, `CollectionTokenPrefix` +## [v0.1.1] - 2022-07-22 +### Added +- Аields with properties to `CreateReFungibleData` and `CreateRefungibleExData`. \ No newline at end of file --- a/primitives/data-structs/Cargo.toml +++ b/primitives/data-structs/Cargo.toml @@ -6,7 +6,7 @@ license = 'GPLv3' homepage = "https://unique.network" repository = 'https://github.com/UniqueNetwork/unique-chain' -version = '0.1.1' +version = '0.1.2' [dependencies] scale-info = { version = "2.0.1", default-features = false, features = [ --- a/primitives/data-structs/Changelog.md +++ /dev/null @@ -1,3 +0,0 @@ -### 0.1.1 ---- -* Added fields with properties to `CreateReFungibleData` and `CreateRefungibleExData`. \ No newline at end of file