chore: restore version to 1.0.0

This commit is contained in:
waaraawa 2026-05-29 14:43:14 +09:00 committed by waaraawa
parent 2f1c36294f
commit 32d30a6446
5 changed files with 6 additions and 7 deletions

View file

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

View file

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