Skip to content

Commit

Permalink
!v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Sep 20, 2024
1 parent 0d4e430 commit 3265061
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for GoldRush Kit

## 1.0.0

**Features**

- Rebranded to GoldRush APIs
- Updated `README.md`, `LICENSE`, and more documents
- Upgraded to latest changes from the GoldRush TS SDK
- Pruned dead theme code
- Pruned deprecated endpoints

## 0.6.5

**Features**
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@covalenthq/goldrush-kit",
"version": "0.6.5",
"version": "1.0.0",
"description": "Beautifully designed React components for web3 dApp frontend. Easily fetch data from 200+ blockchains. Open-source. Customizable.",
"exports": {
".": {
Expand Down Expand Up @@ -31,6 +31,18 @@
},
"homepage": "https://github.com/covalenthq/goldrush-kit#readme",
"license": "Apache-2.0",
"keywords": [
"frontend",
"blockchain",
"cryptocurrency",
"web3",
"blockexplorer",
"dapps-development",
"blockchain-data",
"blockchain-transactions",
"nft-gallery",
"blockchain-data-access"
],
"scripts": {
"build:library": "vite build && npm run build:library-css",
"build:library-css": "tailwindcss -m -i ./src/tailwind-input.css -o ./dist/styles.css --minify",
Expand Down

0 comments on commit 3265061

Please sign in to comment.