From 68e5bb55bda82ef8c871c713282ea37e752afd39 Mon Sep 17 00:00:00 2001 From: untuned Date: Mon, 13 Sep 2021 13:55:42 -0400 Subject: [PATCH] bump version & update deps --- .gitignore | 23 ++++++++++++++++++----- ClearVision_v6.theme.css | 2 +- main.scss | 2 +- package-lock.json | 8 ++++---- package.json | 4 ++-- powercord_manifest.json | 2 +- 6 files changed, 27 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 0ec31fbca..ee41aaf5e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* +.pnpm-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json @@ -35,15 +36,14 @@ bower_components .lock-wscript # Compiled binary addons (https://nodejs.org/api/addons.html) -build/ -test/ +build/Release # Dependency directories node_modules/ jspm_packages/ -# TypeScript v1 declaration files -typings/ +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ # TypeScript cache *.tsbuildinfo @@ -72,12 +72,15 @@ typings/ # dotenv environment variables file .env .env.test +.env.production # parcel-bundler cache (https://parceljs.org/) .cache +.parcel-cache # Next.js build output .next +out # Nuxt.js build / generate output .nuxt @@ -85,7 +88,7 @@ dist # Gatsby files .cache/ -# Comment in the public line in if your project uses Gatsby and *not* Next.js +# Comment in the public line in if your project uses Gatsby and not Next.js # https://nextjs.org/blog/next-9-1#public-directory-support # public @@ -104,6 +107,16 @@ dist # TernJS port file .tern-port +# Stores VSCode versions used for testing VSCode extensions +.vscode-test + +# yarn v2 +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.* + # ClearVision build & test files public/ test/ diff --git a/ClearVision_v6.theme.css b/ClearVision_v6.theme.css index 2c9d213b9..a395bc839 100644 --- a/ClearVision_v6.theme.css +++ b/ClearVision_v6.theme.css @@ -1,7 +1,7 @@ /** * @name ClearVision * @author ClearVision Team - * @version 6.1.1 + * @version 6.1.2 * @description Highly customizable theme for BetterDiscord. * @source https://github.com/ClearVision/ClearVision-v6 * @website https://clearvision.gitlab.io diff --git a/main.scss b/main.scss index 1591aa2bf..124cc0672 100644 --- a/main.scss +++ b/main.scss @@ -1,4 +1,4 @@ -$version: "6.1.1"; +$version: "6.1.2"; /*! ClearVision v#{$version} by the CV team */ diff --git a/package-lock.json b/package-lock.json index f307f1dc0..4cb74d429 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "clearvision", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -974,9 +974,9 @@ } }, "sass": { - "version": "1.35.1", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.35.1.tgz", - "integrity": "sha512-oCisuQJstxMcacOPmxLNiLlj4cUyN2+8xJnG7VanRoh2GOLr9RqkvI4AxA4a6LHVg/rsu+PmxXeGhrdSF9jCiQ==", + "version": "1.39.2", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.39.2.tgz", + "integrity": "sha512-4/6Vn2RPc+qNwSclUSKvssh7dqK1Ih3FfHBW16I/GfH47b3scbYeOw65UIrYG7PkweFiKbpJjgkf5CV8EMmvzw==", "dev": true, "requires": { "chokidar": ">=3.0.0 <4.0.0" diff --git a/package.json b/package.json index b875c695e..ed302b3a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clearvision", - "version": "6.1.1", + "version": "6.1.2", "description": "Highly customizable theme for BetterDiscord.", "private": true, "scripts": { @@ -24,7 +24,7 @@ "autoprefixer": "^9.8.6", "postcss-cli": "^7.1.2", "rimraf": "^3.0.2", - "sass": "^1.35.1" + "sass": "^1.39.2" }, "dependencies": {} } diff --git a/powercord_manifest.json b/powercord_manifest.json index 462981e21..eef848d85 100644 --- a/powercord_manifest.json +++ b/powercord_manifest.json @@ -1,7 +1,7 @@ { "name": "ClearVision", "description": "A highly customizable theme for BetterDiscord and Powercord.", - "version": "6.1.0", + "version": "6.1.2", "author": "Zerthox#1999", "theme": "ClearVision_v6.theme.css", "license": "Apache-2.0"