Skip to content

Commit e8ffca6

Browse files
committed
Update version to 0.0.2 and modify changelog to reflect the initial release details.
1 parent 6df8312 commit e8ffca6

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/astro-iconset/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# astro-iconset Changelog
22

3-
## 0.0.1
3+
## 0.0.2
44

55
### Initial release
66

@@ -15,3 +15,7 @@
1515
- `title` and `desc` props for accessible labelled icons
1616
- `size`, `width`, and `height` props for responsive scaling
1717
- `is:inline` escape-hatch to bypass sprite deduplication per-instance
18+
19+
## 0.0.1
20+
21+
Placeholder release

packages/astro-iconset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-iconset",
33
"description": "SVG icon integration for Astro — local icons, Iconify sets, sprite deduplication, and zero browser runtime.",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"exports": {

0 commit comments

Comments
 (0)