Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
0xa3k5 committed Jan 15, 2025
1 parent 3ceb15f commit 274dd85
Show file tree
Hide file tree
Showing 10 changed files with 71 additions and 11 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.15.0",
"@web3icons/common": "0.9.0"
"@web3icons/core": "3.16.0",
"@web3icons/common": "0.10.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.15.0",
"@web3icons/common": "0.9.0",
"@web3icons/core": "3.15.0",
"@web3icons/react": "3.16.0",
"@web3icons/common": "0.10.0",
"@web3icons/core": "3.16.0",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @web3icons/common

## 0.10.0

### Minor Changes

- new network icons:

- mint (branded, mono)
- monad (branded, mono)
- silicon (branded, mono)
- treasure (branded, mono)

fix arbitrum-one branded icon

## 0.9.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.9.0",
"version": "0.10.0",
"private": false,
"author": "0xa3k5",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @web3icons/core

## 3.16.0

### Minor Changes

- new network icons:

- mint (branded, mono)
- monad (branded, mono)
- silicon (branded, mono)
- treasure (branded, mono)

fix arbitrum-one branded icon

## 3.15.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.15.0",
"version": "3.16.0",
"private": false,
"author": "0xa3k5",
"license": "MIT",
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @web3icons/react

## 3.16.0

### Minor Changes

- new network icons:

- mint (branded, mono)
- monad (branded, mono)
- silicon (branded, mono)
- treasure (branded, mono)

fix arbitrum-one branded icon

### Patch Changes

- Updated dependencies
- @web3icons/common@0.10.0

## 3.15.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.15.0",
"version": "3.16.0",
"private": false,
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -41,7 +41,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@web3icons/common": "0.9.0",
"@web3icons/common": "0.10.0",
"react": "^18.2.0"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @web3icons/utils

## 0.2.16

### Patch Changes

- new network icons:

- mint (branded, mono)
- monad (branded, mono)
- silicon (branded, mono)
- treasure (branded, mono)

fix arbitrum-one branded icon

- Updated dependencies
- @web3icons/common@0.10.0

## 0.2.15

### 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.9.0",
"@web3icons/common": "0.10.0",
"@inquirer/prompts": "^5.3.2"
},
"devDependencies": {
Expand All @@ -41,5 +41,5 @@
"peerDependencies": {
"typescript": "^5.0.0"
},
"version": "0.2.15"
"version": "0.2.16"
}

0 comments on commit 274dd85

Please sign in to comment.