Skip to content

Commit 08c1910

Browse files
Version Packages (0xa3k5#151)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a2af7b commit 08c1910

File tree

9 files changed

+59
-26
lines changed

9 files changed

+59
-26
lines changed

.changeset/sharp-squids-enjoy.md

Lines changed: 0 additions & 16 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.40",
26-
"@web3icons/common": "0.11.35"
25+
"@web3icons/core": "4.0.41",
26+
"@web3icons/common": "0.11.36"
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.35",
24-
"@web3icons/core": "4.0.40",
25-
"@web3icons/react": "^4.1.6",
23+
"@web3icons/common": "0.11.36",
24+
"@web3icons/core": "4.0.41",
25+
"@web3icons/react": "^4.1.7",
2626
"autoprefixer": "10.4.18",
2727
"eslint": "8.57.0",
2828
"eslint-config-next": "14.1.3",

packages/common/CHANGELOG.md

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

3+
## 0.11.36
4+
5+
### Patch Changes
6+
7+
- 3a2af7b: network: add `tempo` (background, branded, mono)
8+
network: add `genesis-l1` (background, branded, mono)
9+
network: add `uptick` (background, branded, mono)
10+
network: add `crab` (background, branded, mono)
11+
network: add `darwinia` (background, branded, mono)
12+
network: `xdc-network` (background, branded, mono)
13+
token: add `CRAB` (background, branded, mono)
14+
token: add `L1` (background, branded, mono)
15+
token: add `UPTICK` (background, branded, mono)
16+
chore: fix lens network native currency symbol
17+
318
## 0.11.35
419

520
### 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.35",
14+
"version": "0.11.36",
1515
"private": false,
1616
"author": "0xa3k5",
1717
"license": "MIT",

packages/core/CHANGELOG.md

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

3+
## 4.0.41
4+
5+
### Patch Changes
6+
7+
- 3a2af7b: network: add `tempo` (background, branded, mono)
8+
network: add `genesis-l1` (background, branded, mono)
9+
network: add `uptick` (background, branded, mono)
10+
network: add `crab` (background, branded, mono)
11+
network: add `darwinia` (background, branded, mono)
12+
network: `xdc-network` (background, branded, mono)
13+
token: add `CRAB` (background, branded, mono)
14+
token: add `L1` (background, branded, mono)
15+
token: add `UPTICK` (background, branded, mono)
16+
chore: fix lens network native currency symbol
17+
- Updated dependencies [3a2af7b]
18+
- @web3icons/common@0.11.36
19+
320
## 4.0.40
421

522
### 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.40",
14+
"version": "4.0.41",
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.35"
50+
"@web3icons/common": "0.11.36"
5151
},
5252
"devDependencies": {
5353
"bun-types": "latest",

packages/react/CHANGELOG.md

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

3+
## 4.1.7
4+
5+
### Patch Changes
6+
7+
- 3a2af7b: network: add `tempo` (background, branded, mono)
8+
network: add `genesis-l1` (background, branded, mono)
9+
network: add `uptick` (background, branded, mono)
10+
network: add `crab` (background, branded, mono)
11+
network: add `darwinia` (background, branded, mono)
12+
network: `xdc-network` (background, branded, mono)
13+
token: add `CRAB` (background, branded, mono)
14+
token: add `L1` (background, branded, mono)
15+
token: add `UPTICK` (background, branded, mono)
16+
chore: fix lens network native currency symbol
17+
- Updated dependencies [3a2af7b]
18+
- @web3icons/common@0.11.36
19+
320
## 4.1.6
421

522
### 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.6",
14+
"version": "4.1.7",
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.35"
62+
"@web3icons/common": "0.11.36"
6363
},
6464
"devDependencies": {
6565
"@svgr/core": "^8.1.0",

0 commit comments

Comments
 (0)