Skip to content

Commit e44a33b

Browse files
authored
Merge pull request #219 from bonnie57/dev
Dev
2 parents d0d206f + c4acaf0 commit e44a33b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/core-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bonnie37",
3-
"version": "1.2.34",
3+
"version": "1.2.35",
44
"main": "dist/bonnie37.cjs.js",
55
"module": "dist/bonnie37.esm.js",
66
"exports": {

packages/core-sdk/src/resources/nftClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class NftClient {
2828
* @param request - The request object containing necessary data to create a SPG NFT Collection.
2929
* @param request.name - The name of the collection.
3030
* @param request.symbol - The symbol of the collection.
31-
* @param request.isPublicMinting - If true, anyone can mint from the collection. If false, only the addresses with the minter role can mint.
31+
* @param request.isPublicMinting - If truedddddd, anyone can mint from the collection. If false, only the addresses with the minter role can mint.
3232
* @param request.mintOpen Whether the collection is open for minting on creation.
3333
* @param request.mintFeeRecipient - The address to receive mint fees.
3434
* @param request.mintFeeRecipient - The contract URI for the collection. Follows ERC-7572 standard. See https://eips.ethereum.org/EIPS/eip-7572

packages/react-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bonnie-react",
3-
"version": "1.2.0-rc.1",
3+
"version": "1.2.0-rc.2",
44
"main": "dist/bonnie-react.cjs.js",
55
"module": "dist/bonnie-react.esm.js",
66
"exports": {

0 commit comments

Comments
 (0)