@talismn/icons 0.0.0-pr1226-20240111055250 → 0.0.0-pr1227-20240111013150

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 +1 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @talismn/icons
2
2
 
3
- ## 0.0.0-pr1226-20240111055250
3
+ ## 0.0.0-pr1227-20240111013150
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -15,5 +15,4 @@
15
15
  - 91895a1: Add new icon
16
16
  - c4d5967: bump typescript version
17
17
  - 60746a1: feat: added @talismn/icons package
18
- - 620b7eb: Dependency updates
19
18
  - e724c66: Added icons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/icons",
3
- "version": "0.0.0-pr1226-20240111055250",
3
+ "version": "0.0.0-pr1227-20240111013150",
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-pr1226-20240111055250",
32
+ "@talismn/eslint-config": "0.0.0-pr1227-20240111013150",
33
33
  "@talismn/tsconfig": "0.0.2",
34
34
  "@types/jest": "^27.5.1",
35
35
  "@types/react": "18.0.14",