chore: release 1.0.1

This commit is contained in:
waaraawa 2026-06-17 10:19:18 +09:00
parent d7f0aaea24
commit 4da8a528db
5 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "bytegrid",
"name": "ByteGrid",
"version": "1.0.0",
"version": "1.0.1",
"minAppVersion": "1.0.0",
"description": "Visualize binary data and C struct memory layouts.",
"author": "waaraawa",

View file

@ -1,6 +1,6 @@
{
"name": "bytegrid",
"version": "1.0.0",
"version": "1.0.1",
"description": "Binary data and C struct memory layout visualization for Obsidian",
"private": true,
"workspaces": [

View file

@ -1,6 +1,6 @@
{
"name": "@bytegrid/core",
"version": "1.0.0",
"version": "1.0.1",
"description": "Core rendering logic for ByteGrid",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View file

@ -1,6 +1,6 @@
{
"name": "@bytegrid/obsidian-plugin",
"version": "1.0.0",
"version": "1.0.1",
"description": "ByteGrid Obsidian plugin",
"main": "main.js",
"scripts": {
@ -15,7 +15,7 @@
"author": "ByteGrid Contributors",
"license": "MIT",
"dependencies": {
"@bytegrid/core": "^1.0.0"
"@bytegrid/core": "^1.0.1"
},
"devDependencies": {
"@types/node": "^20.10.6",

View file

@ -1,3 +1,4 @@
{
"1.0.0": "1.0.0"
"1.0.0": "1.0.0",
"1.0.1": "1.0.0"
}