Skip to content

Commit a575c6c

Browse files
author
MRBadri
committed
chore: release version 0.0.2 for examples and @iconsync/core; update dependencies and enhance documentation
1 parent 9428217 commit a575c6c

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

examples/next/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# examples
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @iconsync/core@0.0.2
9+
310
## 0.0.1
411

512
### Patch Changes

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"private": true,
55
"scripts": {
66
"build": "next build",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @iconsync/core
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- update documentation and configuration for IconSync; enhance package.json scripts and improve README with usage examples and configuration options
8+
39
## 0.0.1
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iconsync/core",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"sideEffects": false,
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)