Bump version to 2.3.1

This commit is contained in:
murashit 2026-05-28 14:27:41 +09:00
parent cffdb6d6fc
commit 069d6efff9
5 changed files with 10 additions and 5 deletions

4
.github/release-notes/2.3.1.md vendored Normal file
View file

@ -0,0 +1,4 @@
## Changes
- Adjusted the bundled React runtime to avoid dynamic script creation patterns flagged by Obsidian Community plugin review.
- Kept the React-backed panel UI behavior unchanged while preserving compatibility with Obsidian's review checks.

View file

@ -1,7 +1,7 @@
{
"id": "codex-panel",
"name": "Codex Panel",
"version": "2.3.0",
"version": "2.3.1",
"minAppVersion": "1.12.0",
"description": "Codex in your sidebar.",
"author": "murashit",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "codex-panel",
"version": "2.3.0",
"version": "2.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "codex-panel",
"version": "2.3.0",
"version": "2.3.1",
"license": "Apache-2.0",
"dependencies": {
"react": "^18.3.1",

View file

@ -1,6 +1,6 @@
{
"name": "codex-panel",
"version": "2.3.0",
"version": "2.3.1",
"description": "Codex in your Obsidian sidebar.",
"main": "main.js",
"author": "murashit",

View file

@ -30,5 +30,6 @@
"2.2.0": "1.12.0",
"2.2.1": "1.12.0",
"2.2.2": "1.12.0",
"2.3.0": "1.12.0"
"2.3.0": "1.12.0",
"2.3.1": "1.12.0"
}