Skip to content

Commit

Permalink
feat: use a prettier logo (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
skypesky committed Apr 7, 2024
1 parent fb87f5f commit 7b24393
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.4 (2024-4-7)

- feat: use a prettier logo

## 0.1.3 (2024-4-7)

- feat: change blocklet did
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ yarn dev

## Get help

If you want to learn more about the development of DID Spaces, You can also refer to [DID Spaces development documentation] (https://www.arcblock.io/docs/did-spaces/en/did-spaces-how-to-guides). No matter what you encounter a problem, we welcome you in our official BBS (https://community.arcblock.io/) initiated discussions.
If you want to learn more about the development of DID Spaces, You can also refer to [DID Spaces development documentation](https://www.arcblock.io/docs/did-spaces/en/did-spaces-how-to-guides). No matter what you encounter a problem, we welcome you in our [Official BBS](https://community.arcblock.io/) initiated discussions.
2 changes: 1 addition & 1 deletion blocklet.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ yarn dev

## Get help

If you want to learn more about the development of DID Spaces, You can also refer to [DID Spaces development documentation] (https://www.arcblock.io/docs/did-spaces/en/did-spaces-how-to-guides). No matter what you encounter a problem, we welcome you in our official BBS (https://community.arcblock.io/) initiated discussions.
If you want to learn more about the development of DID Spaces, You can also refer to [DID Spaces development documentation](https://www.arcblock.io/docs/did-spaces/en/did-spaces-how-to-guides). No matter what you encounter a problem, we welcome you in our [Official BBS](https://community.arcblock.io/) initiated discussions.
8 changes: 4 additions & 4 deletions blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: z2qZxf2VrwCM35aotK62w9NRDs2hmVDrMML8C
title: todo list
title: Todo List
description: A sample Todo List application built on React + Typescript + DID Spaces
keywords:
- blocklet
Expand All @@ -14,10 +14,10 @@ repository:
type: git
url: git+https://github.com/blocklet/create-blocklet.git
specVersion: 1.2.8
version: 0.1.3
logo: logo.png
version: 0.1.4
logo: logo.svg
files:
- logo.png
- logo.svg
- screenshots
interfaces:
- type: web
Expand Down
Binary file removed logo.png
Binary file not shown.
1 change: 1 addition & 0 deletions logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todo-list-example",
"version": "0.1.3",
"version": "0.1.4",
"scripts": {
"dev": "blocklet dev",
"lint": "tsc --noEmit && eslint src api/src --ext .mjs,.js,.jsx,.ts,.tsx",
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4

0 comments on commit 7b24393

Please sign in to comment.