Skip to content

Commit a27dcfc

Browse files
authored
Merge pull request #17 from qoretechnologies/bugfix/exports-log
Forgot to export the new log component
2 parents 72f4dd8 + 919a6fd commit a27dcfc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qoretechnologies/reqraft",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "ReQraft is a collection of React components and hooks that are used across Qore Technologies' products made using the ReQore component library from Qore.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from './components/form';
2+
export * from './components/log/Log';
23
export {
34
IReqraftMenuItem,
45
IReqraftMenuProps,

0 commit comments

Comments
 (0)