Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
0xa3k5 committed Jan 11, 2025
1 parent deb2ce0 commit d5a6aa9
Show file tree
Hide file tree
Showing 11 changed files with 151 additions and 12 deletions.
4 changes: 2 additions & 2 deletions apps/figma-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@create-figma-plugin/ui": "^3.1.0",
"@create-figma-plugin/utilities": "^3.1.0",
"preact": ">=10",
"@web3icons/core": "3.14.0",
"@web3icons/common": "0.8.0"
"@web3icons/core": "3.15.0",
"@web3icons/common": "0.9.0"
},
"devDependencies": {
"@create-figma-plugin/build": "^3.1.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"@types/react": "18.2.64",
"@types/react-dom": "18.2.21",
"@vercel/analytics": "^1.2.2",
"@web3icons/react": "3.14.0",
"@web3icons/common": "0.8.0",
"@web3icons/core": "3.14.0",
"@web3icons/react": "3.15.0",
"@web3icons/common": "0.9.0",
"@web3icons/core": "3.15.0",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
Expand Down
33 changes: 33 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @web3icons/common

## 0.9.0

### Minor Changes

- - Support Exchanges
- Crate ExchangeIcon (dynamic icon component)
- New Icons:
- Bybit (mono, branded)
- Kucoin (mono, branded)
- Coinbase (mono, branded)
- 1Inch (mono, branded)
- Balancer (mono, branded)
- Bancor (mono, branded)
- Binance (mono, branded)
- Bithumb (mono, branded)
- BitStamp (mono, branded)
- BTC Turk (mono, branded)
- Crypto-com (mono, branded)
- Gate-io (mono, branded)
- Gemini (mono, branded)
- Kraken (mono, branded)
- Odos (mono, branded)
- OkX (mono, branded)
- Pancake Swap (mono, branded)
- ParaSwap (mono, branded)
- Paribu (mono, branded)
- Suhsi Swap (mono, branded)
- SwissBorg (mono, branded)
- Uniswap (mono, branded)
- UpBit (mono, branded)
- Cow Swap (mono, branded)
- fix: build racing conditions for react

## 0.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svg crypto icons",
"coin icons"
],
"version": "0.8.0",
"version": "0.9.0",
"private": false,
"author": "0xa3k5",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/common/src/metadata/exchanges.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
{
"id": "btcturk",
"name": "BtcTurk",
"name": "BTC Turk",
"variants": ["branded", "mono"],
"type": "cex"
},
Expand Down
33 changes: 33 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @web3icons/core

## 3.15.0

### Minor Changes

- - Support Exchanges
- Crate ExchangeIcon (dynamic icon component)
- New Icons:
- Bybit (mono, branded)
- Kucoin (mono, branded)
- Coinbase (mono, branded)
- 1Inch (mono, branded)
- Balancer (mono, branded)
- Bancor (mono, branded)
- Binance (mono, branded)
- Bithumb (mono, branded)
- BitStamp (mono, branded)
- BTC Turk (mono, branded)
- Crypto-com (mono, branded)
- Gate-io (mono, branded)
- Gemini (mono, branded)
- Kraken (mono, branded)
- Odos (mono, branded)
- OkX (mono, branded)
- Pancake Swap (mono, branded)
- ParaSwap (mono, branded)
- Paribu (mono, branded)
- Suhsi Swap (mono, branded)
- SwissBorg (mono, branded)
- Uniswap (mono, branded)
- UpBit (mono, branded)
- Cow Swap (mono, branded)
- fix: build racing conditions for react

## 3.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"svg crypto icons",
"coin icons"
],
"version": "3.14.0",
"version": "3.15.0",
"private": false,
"author": "0xa3k5",
"license": "MIT",
Expand Down
38 changes: 38 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,43 @@
# @web3icons/react

## 3.15.0

### Minor Changes

- - Support Exchanges
- Crate ExchangeIcon (dynamic icon component)
- New Icons:
- Bybit (mono, branded)
- Kucoin (mono, branded)
- Coinbase (mono, branded)
- 1Inch (mono, branded)
- Balancer (mono, branded)
- Bancor (mono, branded)
- Binance (mono, branded)
- Bithumb (mono, branded)
- BitStamp (mono, branded)
- BTC Turk (mono, branded)
- Crypto-com (mono, branded)
- Gate-io (mono, branded)
- Gemini (mono, branded)
- Kraken (mono, branded)
- Odos (mono, branded)
- OkX (mono, branded)
- Pancake Swap (mono, branded)
- ParaSwap (mono, branded)
- Paribu (mono, branded)
- Suhsi Swap (mono, branded)
- SwissBorg (mono, branded)
- Uniswap (mono, branded)
- UpBit (mono, branded)
- Cow Swap (mono, branded)
- fix: build racing conditions for react

### Patch Changes

- Updated dependencies
- @web3icons/common@0.9.0

## 3.14.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"crypto logos",
"coin icons"
],
"version": "3.14.0",
"version": "3.15.0",
"private": false,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@web3icons/common": "0.8.0",
"@web3icons/common": "0.9.0",
"react": "^18.2.0"
},
"devDependencies": {
Expand Down
35 changes: 35 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# @web3icons/utils

## 0.2.15

### Patch Changes

- - Support Exchanges
- Crate ExchangeIcon (dynamic icon component)
- New Icons:
- Bybit (mono, branded)
- Kucoin (mono, branded)
- Coinbase (mono, branded)
- 1Inch (mono, branded)
- Balancer (mono, branded)
- Bancor (mono, branded)
- Binance (mono, branded)
- Bithumb (mono, branded)
- BitStamp (mono, branded)
- BTC Turk (mono, branded)
- Crypto-com (mono, branded)
- Gate-io (mono, branded)
- Gemini (mono, branded)
- Kraken (mono, branded)
- Odos (mono, branded)
- OkX (mono, branded)
- Pancake Swap (mono, branded)
- ParaSwap (mono, branded)
- Paribu (mono, branded)
- Suhsi Swap (mono, branded)
- SwissBorg (mono, branded)
- Uniswap (mono, branded)
- UpBit (mono, branded)
- Cow Swap (mono, branded)
- fix: build racing conditions for react
- Updated dependencies
- @web3icons/common@0.9.0

## 0.2.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"sideEffects": false,
"dependencies": {
"@web3icons/common": "0.8.0",
"@web3icons/common": "0.9.0",
"@inquirer/prompts": "^5.3.2"
},
"devDependencies": {
Expand All @@ -41,5 +41,5 @@
"peerDependencies": {
"typescript": "^5.0.0"
},
"version": "0.2.14"
"version": "0.2.15"
}

0 comments on commit d5a6aa9

Please sign in to comment.