File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- ## v0.1.2
1
+ ## v0.1.3
2
2
3
3
- Add ` signature?: string ` prop to ` Session `
4
4
5
+ ## v0.1.2
6
+
7
+ - ~~ Add ` signature?: string ` prop to ` Session ` ~~
8
+
5
9
## v0.1.1
6
10
7
11
- Remove "experimental" label from README
Original file line number Diff line number Diff line change 28
28
"url" : " https://github.com/talkjs/talkjs-react/issues"
29
29
},
30
30
"homepage" : " https://talkjs.com" ,
31
- "version" : " 0.1.2 " ,
31
+ "version" : " 0.1.3 " ,
32
32
"type" : " module" ,
33
33
"files" : [
34
34
" dist"
48
48
"build" : " tsc && vite build" ,
49
49
"lint" : " eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0" ,
50
50
"preview" : " vite preview" ,
51
- "fmt" : " prettier --write lib/ example/"
51
+ "fmt" : " prettier --write lib/ example/" ,
52
+ "prepublishOnly" : " npm run build"
52
53
},
53
54
"dependencies" : {
54
55
"fast-deep-equal" : " ^3.1.3"
You can’t perform that action at this time.
0 commit comments