izen-react-starter 2.7.28 → 2.7.29

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  A modern React component library built with Vite, TypeScript, and best practices.
4
4
 
5
+ GitHub repo: https://github.com/hasan-e7san/react-starter-example
5
6
  GitHub repo: https://github.com/hasan-e7san/react-starter-example
6
7
 
7
8
  ## Changelog
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "izen-react-starter",
3
- "version": "2.7.28",
3
+ "version": "2.7.29",
4
4
  "description": "A React component library with UI components, layout context, and data fetching",
5
5
  "type": "module",
6
6
  "main": "./dist/react-starter.umd.cjs",