Skip to content

Commit 511daa9

Browse files
Version Packages (0xa3k5#157)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e6e4e86 commit 511daa9

File tree

9 files changed

+38
-19
lines changed

9 files changed

+38
-19
lines changed

.changeset/blue-jokes-share.md

Lines changed: 0 additions & 9 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.43",
26-
"@web3icons/common": "0.11.38"
25+
"@web3icons/core": "4.0.44",
26+
"@web3icons/common": "0.11.39"
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.38",
24-
"@web3icons/core": "4.0.43",
25-
"@web3icons/react": "^4.1.9",
23+
"@web3icons/common": "0.11.39",
24+
"@web3icons/core": "4.0.44",
25+
"@web3icons/react": "^4.1.10",
2626
"autoprefixer": "10.4.18",
2727
"eslint": "8.57.0",
2828
"eslint-config-next": "14.1.3",

packages/common/CHANGELOG.md

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

3+
## 0.11.39
4+
5+
### Patch Changes
6+
7+
- e6e4e86: wallet: add `Cypherock` (background, branded, mono)
8+
wallet: add `Daimo Pay` (background, branded, mono)
9+
wallet: add `Ambire` (background, branded, mono)
10+
311
## 0.11.38
412

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

packages/core/CHANGELOG.md

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

3+
## 4.0.44
4+
5+
### Patch Changes
6+
7+
- e6e4e86: wallet: add `Cypherock` (background, branded, mono)
8+
wallet: add `Daimo Pay` (background, branded, mono)
9+
wallet: add `Ambire` (background, branded, mono)
10+
- Updated dependencies [e6e4e86]
11+
- @web3icons/common@0.11.39
12+
313
## 4.0.43
414

515
### 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.43",
14+
"version": "4.0.44",
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.38"
50+
"@web3icons/common": "0.11.39"
5151
},
5252
"devDependencies": {
5353
"bun-types": "latest",

packages/react/CHANGELOG.md

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

3+
## 4.1.10
4+
5+
### Patch Changes
6+
7+
- e6e4e86: wallet: add `Cypherock` (background, branded, mono)
8+
wallet: add `Daimo Pay` (background, branded, mono)
9+
wallet: add `Ambire` (background, branded, mono)
10+
- Updated dependencies [e6e4e86]
11+
- @web3icons/common@0.11.39
12+
313
## 4.1.9
414

515
### 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.9",
14+
"version": "4.1.10",
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.38"
62+
"@web3icons/common": "0.11.39"
6363
},
6464
"devDependencies": {
6565
"@svgr/core": "^8.1.0",

0 commit comments

Comments
 (0)