Skip to content

Commit d920c4e

Browse files
Version Packages (0xa3k5#144)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6bc0017 commit d920c4e

File tree

9 files changed

+32
-17
lines changed

9 files changed

+32
-17
lines changed

.changeset/cuddly-pigs-prove.md

Lines changed: 0 additions & 7 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.39",
26-
"@web3icons/common": "0.11.34"
25+
"@web3icons/core": "4.0.40",
26+
"@web3icons/common": "0.11.35"
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.34",
24-
"@web3icons/core": "4.0.39",
25-
"@web3icons/react": "^4.1.4",
23+
"@web3icons/common": "0.11.35",
24+
"@web3icons/core": "4.0.40",
25+
"@web3icons/react": "^4.1.5",
2626
"autoprefixer": "10.4.18",
2727
"eslint": "8.57.0",
2828
"eslint-config-next": "14.1.3",

packages/common/CHANGELOG.md

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

3+
## 0.11.35
4+
5+
### Patch Changes
6+
7+
- 90b485e: improve esm module resolution compatibility
8+
39
## 0.11.34
410

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

packages/core/CHANGELOG.md

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

3+
## 4.0.40
4+
5+
### Patch Changes
6+
7+
- 90b485e: improve esm module resolution compatibility
8+
- Updated dependencies [90b485e]
9+
- @web3icons/common@0.11.35
10+
311
## 4.0.39
412

513
### 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.39",
14+
"version": "4.0.40",
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.34"
50+
"@web3icons/common": "0.11.35"
5151
},
5252
"devDependencies": {
5353
"bun-types": "latest",

packages/react/CHANGELOG.md

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

3+
## 4.1.5
4+
5+
### Patch Changes
6+
7+
- 90b485e: improve esm module resolution compatibility
8+
- Updated dependencies [90b485e]
9+
- @web3icons/common@0.11.35
10+
311
## 4.1.4
412

513
### 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.4",
14+
"version": "4.1.5",
1515
"private": false,
1616
"license": "MIT",
1717
"type": "module",
@@ -55,7 +55,7 @@
5555
"clean": "rm -rf dist"
5656
},
5757
"dependencies": {
58-
"@web3icons/common": "0.11.34"
58+
"@web3icons/common": "0.11.35"
5959
},
6060
"devDependencies": {
6161
"@svgr/core": "^8.1.0",

0 commit comments

Comments
 (0)