release: 1.0.8

This commit is contained in:
sechan100 2025-12-31 13:54:41 +09:00
parent 4f47f2b64d
commit 91878346eb
5 changed files with 779 additions and 1336 deletions

View file

@ -1,12 +1,12 @@
{
"id": "daily-routine",
"name": "Daily Routine",
"version": "1.0.6",
"minAppVersion": "1.8.0",
"description": "Manage your daily tasks as 'Routine' and organize your everyday life more effectively.",
"author": "sechan100",
"id": "daily-routine",
"name": "Daily Routine",
"version": "1.0.8",
"minAppVersion": "1.8.0",
"description": "Manage your daily tasks as 'Routine' and organize your everyday life more effectively.",
"author": "sechan100",
"repo": "sechan100/daily-routine-2",
"authorUrl": "https://www.linkedin.com/in/sechan-beak-80b3462b0",
"authorUrl": "https://www.linkedin.com/in/sechan-baek-80b3462b0",
"fundingUrl": "https://buymeacoffee.com/sechan100",
"isDesktopOnly": false
"isDesktopOnly": false
}

2087
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "daily-routine-obsidian-plugin",
"version": "1.0.2",
"version": "1.0.8",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js",
"scripts": {
@ -22,7 +22,7 @@
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "^0.24.0",
"esbuild": "^0.27.2",
"eslint-plugin-fsd-import": "^0.0.13",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
@ -44,7 +44,7 @@
"lodash": "^4.17.21",
"mitt": "^3.0.1",
"neverthrow": "^8.1.1",
"npm": "^10.8.3",
"npm": "^11.7.0",
"react": "^18.3.1",
"react-bem-helper": "^1.4.1",
"react-calendar": "^5.0.0",

View file

@ -1,4 +1,4 @@
import BEMHelper, { WordSet } from "react-bem-helper"
import BEMHelper, { WordSet } from "react-bem-helper";
export type DailyRoutineBEM = (element?: string, modifiers?: WordSet, extra?: WordSet) => string;

View file

@ -1,3 +1,3 @@
{
"1.0.6": "1.8.0"
}
"1.0.8": "1.8.0"
}