Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangshijun committed Aug 26, 2023
1 parent 7a6e10a commit 0cfce0f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.5.0 (August 26, 2023)

- chore: add more test case
- chore: upgrade deps

## 1.4.5 (October 31, 2022)

- [skip ci] upgrade deps
Expand Down
9 changes: 5 additions & 4 deletions blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: kitchen-sink-blocklet
title: Kitchen Sink
version: 1.4.5
version: 1.5.0
description: Demo blocklet that showing how blocklet works in ABT node
files:
- app
- migration
- "!app/ignored.js"
- '!app/ignored.js'
repository:
type: git
url: git+https://github.com/blocklet/kitchen-sink-demo.git
Expand Down Expand Up @@ -51,7 +51,7 @@ environments:
default: 'no'
secure: false
shared: true
specVersion: 1.2.7
specVersion: 1.2.8
did: z8ia22AX1PovjTi1YQw8ChgsbeVExYsX4dPFt
community: ''
documentation: ''
Expand Down Expand Up @@ -79,7 +79,8 @@ timeout:
payment:
price: []
share: []
children: []
capabilities:
clusterMode: false
component: true
navigation: true
components: []
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publishConfig": {
"access": "public"
},
"version": "1.4.5",
"version": "1.5.0",
"description": "Demo blocklet that showing how blocklet works in ABT node",
"files": [
"blocklet.md",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.5
1.5.0

0 comments on commit 0cfce0f

Please sign in to comment.