chore: release 1.0.1

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

View file

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

View file

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

View file

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

View file

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