@talismn/icons 0.0.0-pr1481-20240621072254 → 0.0.0-pr1481-20240624121558

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @talismn/icons
2
2
 
3
- ## 0.0.0-pr1481-20240621072254
3
+ ## 0.0.0-pr1481-20240624121558
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -17,6 +17,7 @@
17
17
  - 91895a1: Add new icon
18
18
  - c4d5967: bump typescript version
19
19
  - 60746a1: feat: added @talismn/icons package
20
+ - f275b1e: feat: nfts
20
21
  - 70bb357: Added new custom icon
21
22
  - 620b7eb: Dependency updates
22
23
  - 87a0474: qr code icon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/icons",
3
- "version": "0.0.0-pr1481-20240621072254",
3
+ "version": "0.0.0-pr1481-20240624121558",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -29,7 +29,7 @@
29
29
  "react-icons": "^4.12.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@talismn/eslint-config": "0.0.0-pr1481-20240621072254",
32
+ "@talismn/eslint-config": "0.0.0-pr1481-20240624121558",
33
33
  "@talismn/tsconfig": "0.0.2",
34
34
  "@types/jest": "^27.5.1",
35
35
  "@types/react": "18.0.14",