From 648637392825c2d8467b28954005d0ce2f31d384 Mon Sep 17 00:00:00 2001 From: Avneesh Agarwal Date: Thu, 26 May 2022 18:07:06 +0530 Subject: [PATCH] :bookmark: chore: release v1.3.0 --- SNIPPETS.md | 18 ++++++++--------- src/extension/SNIPPETS.md | 41 ++++++++++++-------------------------- src/extension/package.json | 2 +- 3 files changed, 23 insertions(+), 38 deletions(-) diff --git a/SNIPPETS.md b/SNIPPETS.md index 9b9ea21..d746391 100644 --- a/SNIPPETS.md +++ b/SNIPPETS.md @@ -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 | @@ -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 diff --git a/src/extension/SNIPPETS.md b/src/extension/SNIPPETS.md index 251c4b5..d746391 100644 --- a/src/extension/SNIPPETS.md +++ b/src/extension/SNIPPETS.md @@ -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).
-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 | @@ -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 diff --git a/src/extension/package.json b/src/extension/package.json index 4f63a4d..6f469c3 100644 --- a/src/extension/package.json +++ b/src/extension/package.json @@ -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": {