2 Commits

Author SHA1 Message Date
83b94dc2c6 v1.0.2 2025-12-24 11:55:42 +00:00
c1eb38a18c fix(gitignore): ignore distribution/build output directories (dist*) 2025-12-24 11:55:42 +00:00
7 changed files with 9 additions and 243789 deletions

3
.gitignore vendored
View File

@@ -1 +1,2 @@
node_modules/
node_modules/
dist*/

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-12-24 - 1.0.2 - fix(gitignore)
ignore distribution/build output directories (dist*)
- Added 'dist*/' to .gitignore to prevent committing build artifacts and local distribution folders
## 2025-12-24 - 1.0.1 - fix(release)
no changes detected

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,29 +0,0 @@
<!--gitzone element-->
<!-- made by Task Venture Capital GmbH -->
<!-- checkout https://maintainedby.lossless.com for awesome OpenSource projects -->
<html lang="en">
<head>
<!--Lets set some basic meta tags-->
<meta
name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height"
/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!--Lets load standard fonts-->
<link rel="preconnect" href="https://assetbroker.lossless.one/" crossorigin>
<link rel="preload" href="https://assetbroker.lossless.one/fonts/geist-sans/geistvf.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="https://assetbroker.lossless.one/fonts/fonts.css">
<style>
body {
margin: 0px;
background: #222222;
}
</style>
<script type="module" src="/bundle.js"></script>
</head>
<body>
</body>
</html>

View File

@@ -1,6 +1,6 @@
{
"name": "@uptime.link/statuspage-admin",
"version": "1.0.1",
"version": "1.0.2",
"private": false,
"description": "Admin components for managing UptimeLink status pages, monitors, and incidents.",
"main": "dist_ts_web/index.js",

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link/statuspage-admin',
version: '1.0.1',
version: '1.0.2',
description: 'Admin components for managing UptimeLink status pages, monitors, and incidents.'
}