File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed
react-dapp/src/ui/molecules
react-demo/src/ui/molecules Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ npm i && npm run playground
22221 . ** ` Dapp ` (react-dapp)**
2323 Built for signer developers, this application provides a web-based interface to visually explore
2424 the API documentation for IdentityKit standards.
25-
2625 - ** Port:** ` 3001 `
2726 - ** Dev Environment:**
2827 [ https://rawyr-oqaaa-aaaal-ajlxa-cai.icp0.io/standards ] ( https://rawyr-oqaaa-aaaal-ajlxa-cai.icp0.io/standards )
@@ -32,7 +31,6 @@ npm i && npm run playground
32312 . ** ` Demo ` (react-demo)**
3332 Designed for application developers, this is a simple frontend application integrated with
3433 IdentityKit. It allows users to sign in with IdentityKit and make canister calls.
35-
3634 - ** Port:** ` 3002 `
3735 - ** Dev Environment:**
3836 [ https://rawyr-oqaaa-aaaal-ajlxa-cai.icp0.io/demo ] ( https://rawyr-oqaaa-aaaal-ajlxa-cai.icp0.io/demo )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: "The complete guide to NFID IdentityKit"
44
55## Package status
66
7- ![ Static Badge] ( https://img.shields.io/badge/version-1.0.13 -blue )
7+ ![ Static Badge] ( https://img.shields.io/badge/version-1.0.14 -blue )
88
99![ Static Badge] ( https://img.shields.io/badge/build-passing-brightgreen )
1010
Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ const theme = {
4747 light : 38 ,
4848 } ,
4949 banner : {
50- key : "1.0.13 -release" ,
50+ key : "1.0.14 -release" ,
5151 content : (
5252 < a href = "https://www.npmjs.com/package/@nfid/identitykit" target = "_blank" >
53- 🎉 @nfid/
[email protected] .
13 is released.
53+ 🎉 @nfid/
[email protected] .
14 is released.
5454 </ a >
5555 ) ,
5656 } ,
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const Header = () => {
4141 href = "https://www.npmjs.com/package/@nfid/identitykit"
4242 className = "absolute text-[10px] text-primary dark:text-teal-500 text-right right-0 bottom-0 mb-[-10px] me-[-10px]"
4343 >
44- v1.0.13
44+ v1.0.14
4545 </ a >
4646 </ div >
4747 < div className = "flex items-center space-x-2 sm:space-x-4" >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export const Header = () => {
3838 href = "https://www.npmjs.com/package/@nfid/identitykit"
3939 className = "absolute text-[10px] text-primary dark:text-teal-500 text-right right-0 bottom-0 mb-[-10px] me-[-10px]"
4040 >
41- v1.0.13
41+ v1.0.14
4242 </ a >
4343 </ div >
4444 < div className = "flex items-center space-x-2 sm:space-x-4" >
You can’t perform that action at this time.
0 commit comments