Skip to content

Commit 25fd7ee

Browse files
committed
chore(release): publish 1.0.1
1 parent bb26976 commit 25fd7ee

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

315
This was a version bump only, there were no code changes.

react-kit/package.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -12,5 +12,24 @@
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
}

0 commit comments

Comments
 (0)