@talismn/icons 0.0.0-pr1224-20240111054028 → 0.0.0-pr1226-20240110081410

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 +9 -10
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,19 +1,18 @@
1
1
  # @talismn/icons
2
2
 
3
- ## 0.0.0-pr1224-20240111054028
3
+ ## 0.0.0-pr1226-20240110081410
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 123647e: - Additional currencies support for token rate
7
+ - 123647e3: - Additional currencies support for token rate
8
8
  - New Dollar sign icon
9
- - f154121: feat: user sign in icon
10
- - d7ddb22: feat: add history icon
9
+ - f1541219: feat: user sign in icon
10
+ - d7ddb222: feat: add history icon
11
11
 
12
12
  ### Patch Changes
13
13
 
14
- - b575ca5: feat: hide dust (small token balances)
15
- - 91895a1: Add new icon
16
- - c4d5967: bump typescript version
17
- - 60746a1: feat: added @talismn/icons package
18
- - 620b7eb: Dependency updates
19
- - e724c66: Added icons
14
+ - b575ca5e: feat: hide dust (small token balances)
15
+ - 91895a1e: Add new icon
16
+ - c4d59671: bump typescript version
17
+ - 60746a1e: feat: added @talismn/icons package
18
+ - e724c668: Added icons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/icons",
3
- "version": "0.0.0-pr1224-20240111054028",
3
+ "version": "0.0.0-pr1226-20240110081410",
4
4
  "author": "Talisman",
5
5
  "homepage": "https://talisman.xyz",
6
6
  "license": "GPL-3.0-or-later",
@@ -26,17 +26,17 @@
26
26
  "clean": "rm -rf dist && rm -rf .turbo rm -rf node_modules"
27
27
  },
28
28
  "dependencies": {
29
- "react-icons": "^4.12.0"
29
+ "react-icons": "^4.10.1"
30
30
  },
31
31
  "devDependencies": {
32
- "@talismn/eslint-config": "0.0.0-pr1224-20240111054028",
32
+ "@talismn/eslint-config": "0.0.0-pr1226-20240110081410",
33
33
  "@talismn/tsconfig": "0.0.2",
34
34
  "@types/jest": "^27.5.1",
35
35
  "@types/react": "18.0.14",
36
36
  "eslint": "^8.52.0",
37
- "jest": "^29.7.0",
37
+ "jest": "^28.1.0",
38
38
  "react": "18.2.0",
39
- "ts-jest": "^29.1.1",
39
+ "ts-jest": "^28.0.2",
40
40
  "typescript": "^5.2.2"
41
41
  },
42
42
  "peerDependencies": {