Skip to content

Commit

Permalink
chore: polish blocklet screenshots (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
FireTable authored Nov 1, 2024
1 parent e4515bd commit 5909fdf
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions blocklets/image-bin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.11.54 (November 01, 2024)

- chore: polish blocklet screenshots

## 0.11.53 (October 31, 2024)

- chore: update @blocklet/sdk
Expand Down
5 changes: 3 additions & 2 deletions blocklets/image-bin/blocklet.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: image-bin
version: 0.11.53
version: 0.11.54
title: Media Kit
description: A simple media assets upload and hosting blocklet
keywords:
Expand Down Expand Up @@ -88,7 +88,8 @@ capabilities:
component: true
navigation: true
screenshots:
- upload.png
- 1955571c0f0124a68fac73ec3783d756.png
- 3166e6cd07521ea0fb4c9fa8273c9bae.png
components: []
navigation:
- title:
Expand Down
5 changes: 3 additions & 2 deletions blocklets/image-bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "image-bin",
"version": "0.11.53",
"version": "0.11.54",
"private": true,
"scripts": {
"dev": "blocklet dev",
Expand All @@ -13,7 +13,8 @@
"bundle:api": "npm run clean && blocklet bundle --compact --create-release --source-map --no-minify",
"deploy": "npm run bundle && blocklet deploy .blocklet/bundle",
"upload": "npm run bundle && blocklet upload .blocklet/release/blocklet.json",
"update:deps": "npx taze -n '/arcblock|ocap|abtnode|blocklet|did-connect|did-comment|nedb/' -w && pnpm i && pnpm dedupe"
"update:deps": "npx taze -n '/arcblock|ocap|abtnode|blocklet|did-connect|did-comment|nedb/' -w && pnpm i && pnpm dedupe",
"studio": "COMPONENT_STORE_URL=https://test.store.blocklet.dev blocklet dev studio"
},
"lint-staged": {
"*.{mjs,js,jsx,ts,tsx}": [
Expand Down
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed blocklets/image-bin/screenshots/upload.png
Binary file not shown.
2 changes: 1 addition & 1 deletion blocklets/image-bin/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.53
0.11.54

0 comments on commit 5909fdf

Please sign in to comment.