Merge pull request #11 from h-sphere/changeset-release/main

[Release] Next
This commit is contained in:
Kacper Kula 2025-08-14 13:04:26 +02:00 committed by GitHub
commit ae6ef8869e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 13 deletions

View file

@ -1,5 +0,0 @@
---
"sqlseal-charts": patch
---
now every chart can be opened in full screen

View file

@ -1,5 +0,0 @@
---
"sqlseal-charts": minor
---
adding support for global configurations

View file

@ -1,5 +1,15 @@
# 0.2.1 (2025-04-09)
## 0.4.0
### Minor Changes
- 2999246: adding support for global configurations
### Patch Changes
- 22dbb66: now every chart can be opened in full screen
## 0.3.0
### Minor Changes

View file

@ -1,7 +1,7 @@
{
"id": "sqlseal-charts",
"name": "SQLSeal Charts",
"version": "0.3.0",
"version": "0.4.0",
"minAppVersion": "0.15.0",
"isDesktopOnly": false,
"description": "Charts extension for SQLSeal plugin. Generate pie charts, bar charts, line charts and more using data stored in your vault!",

View file

@ -1,6 +1,6 @@
{
"name": "sqlseal-charts",
"version": "0.3.0",
"version": "0.4.0",
"description": "Chart extension for SQLSeal Obsidian plugin",
"main": "main.js",
"scripts": {

View file

@ -3,5 +3,6 @@
"0.1.1": "0.15.0",
"0.2.0": "0.15.0",
"0.2.1": "0.15.0",
"0.3.0": "0.15.0"
"0.3.0": "0.15.0",
"0.4.0": "0.15.0"
}