-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #30 from rmrk-team/changeset-release/main
chore: version packages
- Loading branch information
Showing
14 changed files
with
90 additions
and
32 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "IPFS utils for RMRK NFTs", | ||
"bugs": "https://github.com/rmrk-team/rmrk-js/issues", | ||
"homepage": "https://github.com/rmrk-team/rmrk-js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": false, | ||
"access": "public", | ||
"repository": { | ||
|
@@ -55,5 +55,7 @@ | |
"@changesets/cli": "^2.27.1" | ||
}, | ||
"license": "MIT", | ||
"authors": ["yurinondual.eth <[email protected]>"] | ||
"authors": [ | ||
"yurinondual.eth <[email protected]>" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@rmrk-team/nft-renderer", | ||
"description": "React NFT renderer for multi layered composable NFTs built on RMRK standards", | ||
"bugs": "https://github.com/rmrk-team/rmrk-js/issues", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"private": false, | ||
"access": "public", | ||
"repository": { | ||
|
@@ -82,5 +82,7 @@ | |
"wagmi": ">=2.12.5" | ||
}, | ||
"license": "MIT", | ||
"authors": ["yurinondual.eth <[email protected]>"] | ||
"authors": [ | ||
"yurinondual.eth <[email protected]>" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "React Pixi (Canvas) renderer for multi layered composable NFTs built on RMRK standards", | ||
"bugs": "https://github.com/rmrk-team/rmrk-js/issues", | ||
"homepage": "https://github.com/rmrk-team/rmrk-js", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"private": false, | ||
"access": "public", | ||
"repository": { | ||
|
@@ -79,7 +79,9 @@ | |
"typescript": ">=5.4.2" | ||
}, | ||
"license": "MIT", | ||
"authors": ["yurinondual.eth <[email protected]>"], | ||
"authors": [ | ||
"yurinondual.eth <[email protected]>" | ||
], | ||
"contributors": [ | ||
{ | ||
"name": "Ayuilos", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "Typescript utilities and actions for working with NFTs built on RMRK standards", | ||
"bugs": "https://github.com/rmrk-team/rmrk-js/issues", | ||
"homepage": "https://github.com/rmrk-team/rmrk-js", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"private": false, | ||
"access": "public", | ||
"repository": { | ||
|
@@ -60,5 +60,7 @@ | |
"wagmi": ">=2.12.5" | ||
}, | ||
"license": "MIT", | ||
"authors": ["yurinondual.eth <[email protected]>"] | ||
"authors": [ | ||
"yurinondual.eth <[email protected]>" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "React hooks for working with NFTs built on RMRK standards", | ||
"bugs": "https://github.com/rmrk-team/rmrk-js/issues", | ||
"homepage": "https://github.com/rmrk-team/rmrk-js", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"private": false, | ||
"access": "public", | ||
"repository": { | ||
|
@@ -78,5 +78,7 @@ | |
"typescript": ">=5.4.2" | ||
}, | ||
"license": "MIT", | ||
"authors": ["yurinondual.eth <[email protected]>"] | ||
"authors": [ | ||
"yurinondual.eth <[email protected]>" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"bugs": "https://github.com/rmrk-team/rmrk-js/issues", | ||
"homepage": "https://github.com/rmrk-team/rmrk-js", | ||
"description": "Types to be used in combination with other packages of the RMRK EVM monorepo", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"private": false, | ||
"access": "public", | ||
"repository": { | ||
|
@@ -46,5 +46,7 @@ | |
"@changesets/cli": "^2.27.1" | ||
}, | ||
"license": "MIT", | ||
"authors": ["yurinondual.eth <[email protected]>"] | ||
"authors": [ | ||
"yurinondual.eth <[email protected]>" | ||
] | ||
} |