diff --git a/.gitignore b/.gitignore index 9514a7c..7ce3760 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ lerna-debug.log* node_modules dist dist-ssr -publish +release *.local # Editor directories and files diff --git a/theme-terminal/package.json b/theme-terminal/package.json index 589b08e..b1bc941 100644 --- a/theme-terminal/package.json +++ b/theme-terminal/package.json @@ -1,14 +1,14 @@ { "name": "theme-terminal", "private": true, - "version": "1.1.1", + "version": "1.1.2", "description": "A terminal like theme for Halo.", "scripts": { "dev": "vite build --watch", "build": "tsc && vite build", "lint": "eslint ./src --ext .js,.cjs,.mjs,.ts,.cts,.mts --ignore-path .gitignore", "prettier": "prettier --write './src/**/*.{js,ts,css,json,ml,yaml,html}' './templates/**/*.html'", - "publish": "cp -r theme.yaml settings.yaml templates publish/ && zip -r theme-terminal.zip publish" + "release": "mkdir -p release && cp -r theme.yaml settings.yaml templates release && zip -r theme-terminal.zip release && rm -rf release" }, "keywords": [ "halo", diff --git a/theme-terminal/theme.yaml b/theme-terminal/theme.yaml index 1c8029c..8ace952 100644 --- a/theme-terminal/theme.yaml +++ b/theme-terminal/theme.yaml @@ -13,5 +13,5 @@ spec: repo: https://git.dev.cm/theme-terminal settingName: "theme-terminal-setting" configMapName: "theme-terminal-configMap" - version: 1.1.1 + version: 1.1.2 require: ">=2.20.0"