Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
0xa3k5 committed Dec 18, 2024
1 parent 5cf9a45 commit b97a972
Show file tree
Hide file tree
Showing 10 changed files with 87 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.13.2",
"@web3icons/common": "0.7.2"
"@web3icons/core": "3.14.0",
"@web3icons/common": "0.8.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.13.2",
"@web3icons/common": "0.7.2",
"@web3icons/core": "3.13.2",
"@web3icons/react": "3.14.0",
"@web3icons/common": "0.8.0",
"@web3icons/core": "3.14.0",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
Expand Down
17 changes: 17 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @web3icons/common

## 0.8.0

### Minor Changes

- new networks:

- hemi
- lumia
- wax
- sonic
- super-seed
- rei

new token

- S (sonic)

## 0.7.2

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

## 3.14.0

### Minor Changes

- new networks:

- hemi
- lumia
- wax
- sonic
- super-seed
- rei

new token

- S (sonic)

## 3.13.2

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

## 3.14.0

### Minor Changes

- new networks:

- hemi
- lumia
- wax
- sonic
- super-seed
- rei

new token

- S (sonic)

### Patch Changes

- Updated dependencies
- @web3icons/common@0.8.0

## 3.13.2

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

## 0.2.14

### Patch Changes

- new networks:

- hemi
- lumia
- wax
- sonic
- super-seed
- rei

new token

- S (sonic)

- Updated dependencies
- @web3icons/common@0.8.0

## 0.2.13

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

0 comments on commit b97a972

Please sign in to comment.