Skip to content

Commit

Permalink
changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
0xa3k5 committed Oct 22, 2024
1 parent 3be53dd commit f8e79b6
Show file tree
Hide file tree
Showing 10 changed files with 91 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.9.0",
"@web3icons/common": "0.3.0"
"@web3icons/core": "3.10.0",
"@web3icons/common": "0.4.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.9.0",
"@web3icons/common": "0.3.0",
"@web3icons/core": "3.9.0",
"@web3icons/react": "3.10.0",
"@web3icons/common": "0.4.0",
"@web3icons/core": "3.10.0",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
Expand Down
18 changes: 18 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @web3icons/common

## 0.4.0

### Minor Changes

- new networks:

- unichain
- optopia
- orderly
- arweave
- moonbeam
- fluence
- harmony

new tokens:

- ORDER

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

## 3.10.0

### Minor Changes

- new networks:

- unichain
- optopia
- orderly
- arweave
- moonbeam
- fluence
- harmony

new tokens:

- ORDER

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

## 3.10.0

### Minor Changes

- new networks:

- unichain
- optopia
- orderly
- arweave
- moonbeam
- fluence
- harmony

new tokens:

- ORDER

### Patch Changes

- Updated dependencies
- @web3icons/common@0.4.0

## 3.9.0

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

## 0.2.6

### Patch Changes

- new networks:

- unichain
- optopia
- orderly
- arweave
- moonbeam
- fluence
- harmony

new tokens:

- ORDER

- Updated dependencies
- @web3icons/common@0.4.0

## 0.2.5

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

0 comments on commit f8e79b6

Please sign in to comment.