@talismn/icons 0.0.0-pr1204-20231228054732 → 0.0.0-pr1204-20231228081722
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.
- package/CHANGELOG.md +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# @talismn/icons
|
2
2
|
|
3
|
-
## 0.0.0-pr1204-
|
3
|
+
## 0.0.0-pr1204-20231228081722
|
4
4
|
|
5
5
|
### Minor Changes
|
6
6
|
|
@@ -8,6 +8,7 @@
|
|
8
8
|
- New Dollar sign icon
|
9
9
|
- f1541219: feat: user sign in icon
|
10
10
|
- d7ddb222: feat: add history icon
|
11
|
+
- 9344fdc0: Add signet logo to icons package
|
11
12
|
|
12
13
|
### Patch Changes
|
13
14
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@talismn/icons",
|
3
|
-
"version": "0.0.0-pr1204-
|
3
|
+
"version": "0.0.0-pr1204-20231228081722",
|
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.10.1"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
|
-
"@talismn/eslint-config": "0.0.0-pr1204-
|
32
|
+
"@talismn/eslint-config": "0.0.0-pr1204-20231228081722",
|
33
33
|
"@talismn/tsconfig": "0.0.2",
|
34
34
|
"@types/jest": "^27.5.1",
|
35
35
|
"@types/react": "18.0.14",
|