Skip to content

Commit

Permalink
🔖 chore: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avneesh0612 committed May 26, 2022
1 parent e24d1a7 commit 6486373
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 38 deletions.
18 changes: 9 additions & 9 deletions SNIPPETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ thirdsnips currently has a total of 111 snippets.
| Prefix | Description | Category |
| ----------------------------------- | ------------------------------------------------------------------------------------------------- | ----------------------- |
| `provider` | Wrap your application in the Provider | React SDK |
| `useEdition` | The useEdition() hook | SDK hooks |
| `useEditionDrop` | The useEditionDrop() hook | SDK hooks |
| `useMarketplace` | The useMarketplace() hook | SDK hooks |
| `useNFTCollection` | The useNFTCollection() hook | SDK hooks |
| `useNFTDrop` | The useNFTDrop() hook | SDK hooks |
| `usePack` | The usePack() hook | SDK hooks |
| `useSplit` | The useSplit() hook | SDK hooks |
| `useToken` | The useToken() hook | SDK hooks |
| `useVote` | The useVote() hook | SDK hooks |
| `editionBurn` | Burn a specified amount of a NFT | Edition contract |
| `editionGetAll` | Get All Minted NFTs | Edition contract |
| `editionGetOwned` | Get Owned NFTs | Edition contract |
Expand Down Expand Up @@ -115,6 +106,15 @@ thirdsnips currently has a total of 111 snippets.
| `voteHasVoted` | Check If Wallet Voted | Vote contract |
| `votePropose` | Create Proposal | Vote contract |
| `voteVote` | Vote | Vote contract |
| `useEdition` | The useEdition() hook | SDK hooks |
| `useEditionDrop` | The useEditionDrop() hook | SDK hooks |
| `useMarketplace` | The useMarketplace() hook | SDK hooks |
| `useNFTCollection` | The useNFTCollection() hook | SDK hooks |
| `useNFTDrop` | The useNFTDrop() hook | SDK hooks |
| `usePack` | The usePack() hook | SDK hooks |
| `useSplit` | The useSplit() hook | SDK hooks |
| `useToken` | The useToken() hook | SDK hooks |
| `useVote` | The useVote() hook | SDK hooks |


## ⭐ Show your support
Expand Down
41 changes: 13 additions & 28 deletions src/extension/SNIPPETS.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,11 @@
# 🌈 Table of Snippets


thirdsnips currently has a total of 11 snippets.
thirdsnips currently has a total of 111 snippets.

| Prefix | Description | Category |
| ------------------ | -------------------------------------- | ---------- |
| `provider` | Wrap your application in the Provider | React SDK |
| `useEdition` | The useEdition() hook | SDK hooks |
| `useEditionDrop` | The useEditionDrop() hook | SDK hooks |
| `useMarketplace` | The useMarketplace() hook | SDK hooks |
| `useNFTCollection` | The useNFTCollection() hook | SDK hooks |
| `useNFTDrop` | The useNFTDrop() hook | SDK hooks |
| `usePack` | The usePack() hook | SDK hooks |
| `useSplit` | The useSplit() hook | SDK hooks |
| `useToken` | The useToken() hook | SDK hooks |
| `useVote` | The useVote() hook | SDK hooks |


## ⭐ Show your support

Give a ⭐️ if this project helped you!

## 📝 License

Copyright © 2022 [Avneesh Agarwal](https://github.com/avneesh0612).<br />
This project is [GNU](https://github.com/avneesh0612/thirdweb-snippets/blob/main/LICENSE) licensed.
| The useNFTDrop() hook | SDK hooks |
| `usePack` | The usePack() hook | SDK hooks |
| `useSplit` | The useSplit() hook | SDK hooks |
| `useToken` | The useToken() hook | SDK hooks |
| `useVote` | The useVote() hook | SDK hooks |
| Prefix | Description | Category |
| ----------------------------------- | ------------------------------------------------------------------------------------------------- | ----------------------- |
| `provider` | Wrap your application in the Provider | React SDK |
| `editionBurn` | Burn a specified amount of a NFT | Edition contract |
| `editionGetAll` | Get All Minted NFTs | Edition contract |
| `editionGetOwned` | Get Owned NFTs | Edition contract |
Expand Down Expand Up @@ -130,6 +106,15 @@ This project is [GNU](https://github.com/avneesh0612/thirdweb-snippets/blob/main
| `voteHasVoted` | Check If Wallet Voted | Vote contract |
| `votePropose` | Create Proposal | Vote contract |
| `voteVote` | Vote | Vote contract |
| `useEdition` | The useEdition() hook | SDK hooks |
| `useEditionDrop` | The useEditionDrop() hook | SDK hooks |
| `useMarketplace` | The useMarketplace() hook | SDK hooks |
| `useNFTCollection` | The useNFTCollection() hook | SDK hooks |
| `useNFTDrop` | The useNFTDrop() hook | SDK hooks |
| `usePack` | The usePack() hook | SDK hooks |
| `useSplit` | The useSplit() hook | SDK hooks |
| `useToken` | The useToken() hook | SDK hooks |
| `useVote` | The useVote() hook | SDK hooks |


## ⭐ Show your support
Expand Down
2 changes: 1 addition & 1 deletion src/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "thirdweb-snippets",
"displayName": "thirdsnips",
"description": "Stop re-writing thirdweb snippets. Use thirdsnips to make it all snap!",
"version": "1.2.0",
"version": "1.3.0",
"icon": "logo.png",
"publisher": "AvneeshAgarwal",
"repository": {
Expand Down

0 comments on commit 6486373

Please sign in to comment.