mirror of
https://github.com/yazanammar/obsidian-theme-engine.git
synced 2026-07-22 06:44:37 +00:00
chore(release): bump to v2.1.0 and update min app version
This commit is contained in:
parent
e7958ffb15
commit
71aac0dee3
8 changed files with 10 additions and 10 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"id": "theme-engine",
|
||||
"name": "Theme Engine",
|
||||
"version": "2.0.0",
|
||||
"minAppVersion": "1.8.7",
|
||||
"version": "2.1.0",
|
||||
"minAppVersion": "1.11.0",
|
||||
"description": "Take full control of your workspace with dynamic theme profiles, live overrides, and a powerful customization engine built for complete visual freedom.",
|
||||
"author": "Yazan Ammar",
|
||||
"authorUrl": "https://github.com/YazanAmmar",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-theme-engine",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-theme-engine",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"sortablejs": "^1.15.7",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "theme-engine",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"description": "Take full control of your workspace with dynamic theme profiles, live overrides, and a powerful customization engine built for complete visual freedom.",
|
||||
"main": "main.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
plugin: {
|
||||
name: 'متحكم الألوان - v2.0.0',
|
||||
name: 'متحكم الألوان - v2.1.0',
|
||||
ribbonTooltip: 'إعدادات Theme Engine',
|
||||
},
|
||||
buttons: {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
plugin: {
|
||||
name: 'Theme engine - v2.0.0',
|
||||
name: 'Theme engine - v2.1.0',
|
||||
ribbonTooltip: 'Theme engine settings',
|
||||
},
|
||||
buttons: {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
plugin: {
|
||||
name: 'استاد رنگ - v2.0.0',
|
||||
name: 'استاد رنگ - v2.1.0',
|
||||
ribbonTooltip: 'تنظیمات استاد رنگ',
|
||||
},
|
||||
buttons: {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
export default {
|
||||
plugin: {
|
||||
name: 'Maître des Couleurs - v2.0.0',
|
||||
name: 'Maître des Couleurs - v2.1.0',
|
||||
ribbonTooltip: 'Paramètres de Theme Engine',
|
||||
},
|
||||
buttons: {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* Theme Engine - Obsidian Plugin
|
||||
* Version: 2.0.0
|
||||
* Version: 2.1.0
|
||||
* Author: Yazan Ammar (GitHub : https://github.com/YazanAmmar )
|
||||
* Description: Provides a comprehensive UI to control all Obsidian CSS variables directly,
|
||||
* removing the need for Force Mode and expanding customization options.
|
||||
|
|
|
|||
Loading…
Reference in a new issue