Skip to content

Commit 188f7e2

Browse files
Version Packages (0xa3k5#153)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ba471ec commit 188f7e2

File tree

9 files changed

+44
-21
lines changed

9 files changed

+44
-21
lines changed

.changeset/dark-dolls-like.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/figma-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@create-figma-plugin/ui": "^3.1.0",
2323
"@create-figma-plugin/utilities": "^3.1.0",
2424
"preact": ">=10",
25-
"@web3icons/core": "4.0.41",
26-
"@web3icons/common": "0.11.36"
25+
"@web3icons/core": "4.0.42",
26+
"@web3icons/common": "0.11.37"
2727
},
2828
"devDependencies": {
2929
"@create-figma-plugin/build": "^3.1.0",

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"@types/react-dom": "^18.2.22",
2121
"@vercel/analytics": "^1.2.2",
2222
"@vercel/og": "^0.8.5",
23-
"@web3icons/common": "0.11.36",
24-
"@web3icons/core": "4.0.41",
25-
"@web3icons/react": "^4.1.7",
23+
"@web3icons/common": "0.11.37",
24+
"@web3icons/core": "4.0.42",
25+
"@web3icons/react": "^4.1.8",
2626
"autoprefixer": "10.4.18",
2727
"eslint": "8.57.0",
2828
"eslint-config-next": "14.1.3",

packages/common/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @web3icons/common
22

3+
## 0.11.37
4+
5+
### Patch Changes
6+
7+
- ba471ec: network: add `The Open Chain` (background, branded, mono)
8+
network: add `Plasma` (background, branded, mono)
9+
token: add `Toncoin` (background, branded, mono)
10+
token: add `XPL` (background, branded, mono)
11+
exchange: add `hyperliquid` (background, branded, mono)
12+
313
## 0.11.36
414

515
### Patch Changes

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"svg crypto icons",
1212
"coin icons"
1313
],
14-
"version": "0.11.36",
14+
"version": "0.11.37",
1515
"private": false,
1616
"author": "0xa3k5",
1717
"license": "MIT",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @web3icons/core
22

3+
## 4.0.42
4+
5+
### Patch Changes
6+
7+
- ba471ec: network: add `The Open Chain` (background, branded, mono)
8+
network: add `Plasma` (background, branded, mono)
9+
token: add `Toncoin` (background, branded, mono)
10+
token: add `XPL` (background, branded, mono)
11+
exchange: add `hyperliquid` (background, branded, mono)
12+
- Updated dependencies [ba471ec]
13+
- @web3icons/common@0.11.37
14+
315
## 4.0.41
416

517
### Patch Changes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"svg crypto icons",
1212
"coin icons"
1313
],
14-
"version": "4.0.41",
14+
"version": "4.0.42",
1515
"private": false,
1616
"author": "0xa3k5",
1717
"license": "MIT",
@@ -47,7 +47,7 @@
4747
"format": "prettier --write \"**/*.{ts,js,md,json}\" --log-level error"
4848
},
4949
"dependencies": {
50-
"@web3icons/common": "0.11.36"
50+
"@web3icons/common": "0.11.37"
5151
},
5252
"devDependencies": {
5353
"bun-types": "latest",

packages/react/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @web3icons/react
22

3+
## 4.1.8
4+
5+
### Patch Changes
6+
7+
- ba471ec: network: add `The Open Chain` (background, branded, mono)
8+
network: add `Plasma` (background, branded, mono)
9+
token: add `Toncoin` (background, branded, mono)
10+
token: add `XPL` (background, branded, mono)
11+
exchange: add `hyperliquid` (background, branded, mono)
12+
- Updated dependencies [ba471ec]
13+
- @web3icons/common@0.11.37
14+
315
## 4.1.7
416

517
### Patch Changes

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"crypto logos",
1212
"coin icons"
1313
],
14-
"version": "4.1.7",
14+
"version": "4.1.8",
1515
"private": false,
1616
"license": "MIT",
1717
"type": "module",
@@ -59,7 +59,7 @@
5959
"clean": "rm -rf dist"
6060
},
6161
"dependencies": {
62-
"@web3icons/common": "0.11.36"
62+
"@web3icons/common": "0.11.37"
6363
},
6464
"devDependencies": {
6565
"@svgr/core": "^8.1.0",

0 commit comments

Comments
 (0)