Compare commits

..

2 Commits

Author SHA1 Message Date
Alex Dunmow
0e5e704813 bump to 1.0.1 2026-07-06 00:00:53 +08:00
Alex Dunmow
8d932e9d86 chore: bump block/core to v0.20.2 (fleet standard, check-safety 2c)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 00:00:45 +08:00
3 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -2,7 +2,7 @@ module git.dev.alexdunmow.com/block/smartblock
go 1.26.4
require git.dev.alexdunmow.com/block/core v0.18.2
require git.dev.alexdunmow.com/block/core v0.20.2
require (
connectrpc.com/connect v1.20.0 // indirect

4
go.sum
View File

@ -1,7 +1,7 @@
connectrpc.com/connect v1.20.0 h1:6TNDAB+WeNd2uolWNlYczB5E0KNNaVMNUEx8JEUsPmQ=
connectrpc.com/connect v1.20.0/go.mod h1:A2ygJrukXwWy32vkCAAHNVguZrqZ+jeZ9rGRnGR4dN4=
git.dev.alexdunmow.com/block/core v0.18.2 h1:+3OfZ424yoc1k1CucXYARk8TBkh8Z693HRkhf5Ci2wU=
git.dev.alexdunmow.com/block/core v0.18.2/go.mod h1:GGuUu826AoJepC/hKLGJ7BX3PQaDss9ueCT0se6Ao2w=
git.dev.alexdunmow.com/block/core v0.20.2 h1:OVh5J7sYsjMDq6UBUpm/6FoUcfeuTr+YUPp0rQiYDuo=
git.dev.alexdunmow.com/block/core v0.20.2/go.mod h1:n/0y+8g/zabjwRNseNjme3w5J8thKqdjkIE9YJCzGow=
github.com/BurntSushi/toml v1.6.0 h1:dRaEfpa2VI55EwlIW72hMRHdWouJeRF7TPYhI+AUQjk=
github.com/BurntSushi/toml v1.6.0/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=

View File

@ -2,7 +2,7 @@
name = "smartblock"
display_name = "Smart Block"
scope = "@ninja"
version = "1.0.0"
version = "1.0.1"
description = "AI-powered block that generates custom content structures from natural-language prompts and renders them by substituting {{field}} placeholders."
kind = "plugin"
categories = ["developer"]