2 Commits

Author SHA1 Message Date
9bd19ed095 1.0.80 2024-06-26 21:13:49 +02:00
d00fc3f7b8 fix(documentation): Update package description and README for clarity 2024-06-26 21:13:48 +02:00
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## 2024-06-26 - 1.0.80 - fix(documentation)
Update package description and README for clarity
- Updated the README to provide better installation and usage instructions.
- Ensured that all sections contain relevant TypeScript and HTML examples.
- Added styling and advanced interaction examples to README.
## 2024-06-26 - 1.0.79 - fix(core) ## 2024-06-26 - 1.0.79 - fix(core)
Fixed various package metadata issues and improved component interactions Fixed various package metadata issues and improved component interactions

View File

@ -1,6 +1,6 @@
{ {
"name": "@uptime.link/webwidget", "name": "@uptime.link/webwidget",
"version": "1.0.79", "version": "1.0.80",
"private": false, "private": false,
"description": "The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.", "description": "The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.",
"main": "dist_ts_web/index.js", "main": "dist_ts_web/index.js",

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@uptime.link/webwidget', name: '@uptime.link/webwidget',
version: '1.0.79', version: '1.0.80',
description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.' description: 'The web widget for public use of uptimelink, allowing users to monitor uptime status through a user-friendly interface.'
} }