Skip to content

Commit 2e09229

Browse files
committed
chore: update blocklet.yml
1 parent a058818 commit 2e09229

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.23 (September 28, 2023)
2+
3+
- chore: update blocklet.yml
4+
15
## 0.1.22 (October 21, 2022)
26

37
- chore: update react to 18

blocklet.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: react-demo
2-
version: 0.1.22
2+
version: 0.1.23
33
homepage: https://github.com/blocklet/react-demo
44
files:
55
- blocklet.md
@@ -16,12 +16,14 @@ group: static
1616
main: build
1717
author:
1818
name: ArcBlock
19+
20+
url: https://github.com/blocklet
1921
scripts:
2022
dev: npm run start
21-
specVersion: 1.2.7
23+
specVersion: 1.2.8
2224
did: z8iZvpvLdpfxkvTFdawCF3s5UJdUSkP2NXqPC
23-
community: ''
24-
documentation: ''
25+
community: https://community.arcblock.io
26+
documentation: https://developer.blocklet.io
2527
license: ''
2628
interfaces:
2729
- type: web
@@ -44,4 +46,5 @@ payment:
4446
capabilities:
4547
clusterMode: false
4648
component: true
49+
navigation: true
4750
components: []

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-demo",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"private": true,
55
"homepage": ".",
66
"dependencies": {

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.22
1+
0.1.23

0 commit comments

Comments
 (0)