@talismn/icons 0.0.0-pr1316-20240220083635 → 0.0.0-pr1316-20240220085741

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-pr1316-20240220083635
3
+ ## 0.0.0-pr1316-20240220085741
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -18,5 +18,6 @@
18
18
  - 60746a1: feat: added @talismn/icons package
19
19
  - 70bb357: Added new custom icon
20
20
  - 620b7eb: Dependency updates
21
+ - 1049ca5: qr code icon
21
22
  - 4a56632: feat: added stars icon
22
23
  - e724c66: Added icons
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@talismn/icons",
3
- "version": "0.0.0-pr1316-20240220083635",
3
+ "version": "0.0.0-pr1316-20240220085741",
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-pr1316-20240220083635",
32
+ "@talismn/eslint-config": "0.0.0-pr1316-20240220085741",
33
33
  "@talismn/tsconfig": "0.0.2",
34
34
  "@types/jest": "^27.5.1",
35
35
  "@types/react": "18.0.14",