File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.1 (2024-05-21)
2+
3+
4+ ### 🚀 Features
5+
6+ - ** build:** adds build config ([ 4dfdbca] ( https://github.com/js-smart/react-kit/commit/4dfdbca ) )
7+ - ** build:** adds build config ([ bb26976] ( https://github.com/js-smart/react-kit/commit/bb26976 ) )
8+
9+ ### ❤️ Thank You
10+
11+ - Pavan Kumar Jadda @pavankjadda
12+
113# 2.0.0 (2024-05-21)
214
315This was a version bump only, there were no code changes.
Original file line number Diff line number Diff line change 11{
22 "name" : " @js-smart/react-kit" ,
33 "private" : false ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "main" : " ./index.js" ,
66 "types" : " ./index.d.ts" ,
77 "publishConfig" : {
1212 "import" : " ./index.mjs" ,
1313 "require" : " ./index.js"
1414 }
15+ },
16+ "repository" : {
17+ "type" : " git" ,
18+ "url" : " https://github.com/js-smart/react-kit"
19+ },
20+ "author" : {
21+ "name" : " Pavan Kumar Jadda" ,
22+ "email" : " contactdeveloperpj@gmail.com"
23+ },
24+ "keywords" : [
25+ " react" ,
26+ " react-kit" ,
27+ " react-components" ,
28+ " react-utils" ,
29+ " typescript"
30+ ],
31+ "license" : " MIT" ,
32+ "bugs" : {
33+ "url" : " https://github.com/js-smart/react-kit/issues"
1534 }
1635}
You can’t perform that action at this time.
0 commit comments