Skip to content

Commit

Permalink
bump version & update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
untuned committed Sep 13, 2021
1 parent 6c4e9ce commit 68e5bb5
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 14 deletions.
23 changes: 18 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -72,20 +72,23 @@ 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
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

Expand All @@ -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/
2 changes: 1 addition & 1 deletion ClearVision_v6.theme.css
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$version: "6.1.1";
$version: "6.1.2";

/*! ClearVision v#{$version} by the CV team */

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clearvision",
"version": "6.1.1",
"version": "6.1.2",
"description": "Highly customizable theme for BetterDiscord.",
"private": true,
"scripts": {
Expand All @@ -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": {}
}
2 changes: 1 addition & 1 deletion powercord_manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 68e5bb5

Please sign in to comment.