File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+
4+ ## v0.0.1
5+
6+
7+ ### 🚀 Enhancements
8+
9+ - 🎉 initial commit ([ 15c2888] ( https://github.com/cli-stuff/apr/commit/15c2888 ) )
10+ - ** package.json:** ✨ add ` @biomejs/biome ` to trustedDependencies ([ 52a47d7] ( https://github.com/cli-stuff/apr/commit/52a47d7 ) )
11+ - ✨ add testing and linting setup ([ 6f66882] ( https://github.com/cli-stuff/apr/commit/6f66882 ) )
12+
13+ ### 🩹 Fixes
14+
15+ - ** tests:** Fix failing tests ([ d9a30d5] ( https://github.com/cli-stuff/apr/commit/d9a30d5 ) )
16+ - ** ci:** 🔧 update trigger paths in test workflow ([ 970b374] ( https://github.com/cli-stuff/apr/commit/970b374 ) )
17+ - ** ci:** 🔧 fix trigger paths in test workflow ([ 8aa1649] ( https://github.com/cli-stuff/apr/commit/8aa1649 ) )
18+ - 🔧 fix test workflow trigger paths ([ c7880ea] ( https://github.com/cli-stuff/apr/commit/c7880ea ) )
19+
20+ ### 📖 Documentation
21+
22+ - 📝 add TSDoc comments for components and functions ([ bd04ac3] ( https://github.com/cli-stuff/apr/commit/bd04ac3 ) )
23+ - Add logo in readme ([ 65e68b1] ( https://github.com/cli-stuff/apr/commit/65e68b1 ) )
24+ - Improve readme ([ 9c118bb] ( https://github.com/cli-stuff/apr/commit/9c118bb ) )
25+
26+ ### 🏡 Chore
27+
28+ - Add comment in ` apr.test.tsx ` ([ 65de9f1] ( https://github.com/cli-stuff/apr/commit/65de9f1 ) )
29+ - ➖ remove ` ink-link ` dependency ([ 29b2f49] ( https://github.com/cli-stuff/apr/commit/29b2f49 ) )
30+ - 🔧 update CI trigger paths and fixed README ([ 818edf1] ( https://github.com/cli-stuff/apr/commit/818edf1 ) )
31+
32+ ### ❤️ Contributors
33+
34+ - Okinea Dev ([ @okineadev ] ( http://github.com/okineadev ) )
35+
Original file line number Diff line number Diff line change 11{
22 "name" : " apr" ,
3- "version" : " 0.0.0 " ,
3+ "version" : " 0.0.1 " ,
44 "main" : " src/index.tsx" ,
55 "module" : " src/index.tsx" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments