@ng-icons/ionicons 22.1.0 → 22.2.0

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ Got suggestions for additional iconsets? Create an issue and we can consider add
36
36
  | 13.x.x | 13.x.x - 17.x.x |
37
37
  | 14.x.x | 17.x.x - 22.x.x |
38
38
 
39
- > Note: Ng Icons relies on modern browser features and is designed to work on evergreen browsers. We do not support older browsers such as IE11.
39
+ > **Note**: Ng Icons relies on modern browser features and is designed to work on evergreen browsers. We do not support older browsers such as IE11.
40
40
 
41
41
  ## Installation
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-icons/ionicons",
3
- "version": "22.1.0",
3
+ "version": "22.2.0",
4
4
  "dependencies": {
5
5
  "tslib": "^2.2.0"
6
6
  },