Skip to content

Commit

Permalink
Merge pull request #365 from virtualidentityag/VIC-FixVersion
Browse files Browse the repository at this point in the history
chore: added versioning and raised version
  • Loading branch information
web-mi authored Mar 20, 2024
2 parents 38fb61c + 3c8a209 commit 977c35e
Show file tree
Hide file tree
Showing 2 changed files with 593 additions and 21 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adminpanel",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"homepage": "http://tenant1.onlineberatung.local/admin",
"dependencies": {
Expand Down Expand Up @@ -48,6 +48,7 @@
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"release": "standard-version",
"test": "vite test",
"lint": "yarn run lint:css && yarn run lint:js && yarn run lint:formatting",
"lint:css": "stylelint --fix \"src/**/*.(s(c|a)ss|css|less)\"",
Expand Down Expand Up @@ -108,6 +109,7 @@
"prettier": "^2.5.1",
"react-error-overlay": "6.0.10",
"sass": "^1.56.1",
"standard-version": "^9.5.0",
"stylelint": "^14.4.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^9.0.3",
Expand Down
Loading

0 comments on commit 977c35e

Please sign in to comment.