Skip to content

Commit e8732e1

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-09-28) ### Bug Fixes * **init:** skip config generation if file already exists ([ac5ecc1](ac5ecc1)) ### Features * add `default_pack` option for allowing better design consistency ([09a698e](09a698e)) * add defaultIcon and defaultIconPerSet configs ([9064d60](9064d60)) * add php-icons CLI tool with init and scan commands ([7601070](7601070)) * download, cache and render svg icons using Iconify's API ([5aa4aa5](5aa4aa5)) * use ast visitors to detect icon annotations and functions ([d3713f7](d3713f7))
1 parent 7e6fe69 commit e8732e1

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# 1.0.0 (2024-09-28)
2+
3+
### Bug Fixes
4+
5+
- **init:** skip config generation if file already exists
6+
([ac5ecc1](https://github.com/yassinedoghri/php-icons/commit/ac5ecc155a8bdd6f3e964905705ded3dab4451c1))
7+
8+
### Features
9+
10+
- add `default_pack` option for allowing better design consistency
11+
([09a698e](https://github.com/yassinedoghri/php-icons/commit/09a698ef98e874dd781c73421547a8855f10a41f))
12+
- add defaultIcon and defaultIconPerSet configs
13+
([9064d60](https://github.com/yassinedoghri/php-icons/commit/9064d60f66d031181adf11b4328ff923c5c82288))
14+
- add php-icons CLI tool with init and scan commands
15+
([7601070](https://github.com/yassinedoghri/php-icons/commit/7601070a7d3b927fd1ac3ceb72157bacda09ddbc))
16+
- download, cache and render svg icons using Iconify's API
17+
([5aa4aa5](https://github.com/yassinedoghri/php-icons/commit/5aa4aa5da6ade6aa449238d6e34f0c0efbd8007d))
18+
- use ast visitors to detect icon annotations and functions
19+
([d3713f7](https://github.com/yassinedoghri/php-icons/commit/d3713f7a902997912a309de2d594fb61abb9d351))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-icons",
3-
"version": "0.0.0-development",
3+
"version": "1.0.0",
44
"description": "A PHP library based on iconify's API to download and render svg icons from popular open source icon sets.",
55
"private": true,
66
"author": {

0 commit comments

Comments
 (0)