Skip to content

Commit 356e015

Browse files
authored
Merge pull request #69 from webdevhome/v2.1-add-group-color-support
Release v2.1
2 parents 84faed5 + ddf635e commit 356e015

File tree

220 files changed

+617
-334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+617
-334
lines changed

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"parser": "@typescript-eslint/parser",
33
"root": true,
4-
"extends": ["plugin:@typescript-eslint/recommended", "react-app", "prettier"],
5-
"plugins": ["@typescript-eslint"]
4+
"extends": ["react-app", "prettier"]
65
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io",
3-
"version": "2.0.35",
3+
"version": "2.1.0",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

public/simple-icons/1dot1dot1dot1.svg

Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/1panel.svg

Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/2fas.svg

Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/abbvie.svg

Lines changed: 1 addition & 1 deletion
Loading

public/simple-icons/acura.svg

Lines changed: 1 addition & 1 deletion
Loading

public/simple-icons/adidas.svg

Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 0 deletions
Loading

public/simple-icons/airbrake.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)