Skip to content

Commit 9376851

Browse files
authored
update version to 1.0.14 (#388)
1 parent 10cb972 commit 9376851

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

docs/pages/guides/local-playground.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ npm i && npm run playground
2222
1. **`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
3231
2. **`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)

docs/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/theme.config.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

examples/react-dapp/src/ui/molecules/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

examples/react-demo/src/ui/molecules/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)