From bca443f2c9474996cd11bbe2bb43bb7ed20271c5 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 28 Nov 2025 11:50:49 +0000 Subject: [PATCH] fix(smartdata): Bump @push.rocks/smartdata to ^7.0.13 in deno.json --- changelog.md | 31 +++++++++++++++++++++++++++++++ deno.json | 2 +- deno.lock | 10 +++++----- ts/00_commitinfo_data.ts | 8 ++++++++ 4 files changed, 45 insertions(+), 6 deletions(-) create mode 100644 changelog.md create mode 100644 ts/00_commitinfo_data.ts diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..3611de8 --- /dev/null +++ b/changelog.md @@ -0,0 +1,31 @@ +# Changelog + +## 2025-11-28 - 1.0.1 - fix(smartdata) +Bump @push.rocks/smartdata to ^7.0.13 in deno.json + +- Updated deno.json imports mapping for @push.rocks/smartdata from ^7.0.9 to ^7.0.13 + +## 2025-11-28 - 1.0.0 - Initial release +Release with core features, UI, and project scaffolding. + +- Implemented account settings and API tokens management. + - SettingsComponent: user profile management (display name updates, password change). + - TokensComponent: create and revoke API tokens. +- Application layout and navigation: + - LayoutComponent for consistent layout, navigation, and user session display. + - Main entry points added (index.html, main.ts). +- UI and styling: + - Integrated Tailwind CSS for responsive design and styling. + - UI updates and refinements. + - Integrated toast notifications for user feedback. +- Code quality and tooling: + - Refactored code structure for improved readability and maintainability. + - Configured TypeScript with strict type checking and module resolution. + - Dependency updates and fixes. + +## 2025-11-27 - 2025-11-28 - unknown -> 1.0.0 - housekeeping / duplicate commits +Minor housekeeping and duplicate commits consolidated into the 1.0.0 release. + +- Added initial README with project overview, features, and setup instructions. +- Consolidated a duplicate "feat: add account settings and API tokens management" commit (unknown version) into the 1.0.0 release. +- Miscellaneous UI tweaks and dependency updates. \ No newline at end of file diff --git a/deno.json b/deno.json index 5514d2e..b79a930 100644 --- a/deno.json +++ b/deno.json @@ -11,7 +11,7 @@ }, "imports": { "@push.rocks/smartregistry": "npm:@push.rocks/smartregistry@^2.5.0", - "@push.rocks/smartdata": "npm:@push.rocks/smartdata@^7.0.9", + "@push.rocks/smartdata": "npm:@push.rocks/smartdata@^7.0.13", "@push.rocks/smartbucket": "npm:@push.rocks/smartbucket@^4.3.0", "@push.rocks/smartlog": "npm:@push.rocks/smartlog@^3.1.0", "@push.rocks/smartenv": "npm:@push.rocks/smartenv@^6.0.0", diff --git a/deno.lock b/deno.lock index 1af371d..d3533e4 100644 --- a/deno.lock +++ b/deno.lock @@ -18,7 +18,7 @@ "npm:@push.rocks/smartbucket@^4.3.0": "4.3.0", "npm:@push.rocks/smartcli@4": "4.0.19", "npm:@push.rocks/smartcrypto@2": "2.0.4", - "npm:@push.rocks/smartdata@^7.0.9": "7.0.9", + "npm:@push.rocks/smartdata@^7.0.13": "7.0.13", "npm:@push.rocks/smartdelay@3": "3.0.5", "npm:@push.rocks/smartenv@6": "6.0.0", "npm:@push.rocks/smartjwt@^2.2.0": "2.2.1", @@ -931,8 +931,8 @@ ], "tarball": "https://verdaccio.lossless.digital/@push.rocks/smartdata/-/smartdata-5.16.7.tgz" }, - "@push.rocks/smartdata@7.0.9": { - "integrity": "sha512-50U4qVwqdWtfImH3KueJ4Kk1ZgXJI2MRe1yMbe41NwOeYsriJOfpu9LnpXFzCTx1750jAsDV/7W+JjKcKSHVFA==", + "@push.rocks/smartdata@7.0.13": { + "integrity": "sha512-IfkCG8kdxjWZ1kcISGbkSEX/xTnC+3GtHgN4IdP/BetW6JHRmoNKoNSkHeiVybv+LnI+QTENX8lDLltN0+q/SQ==", "dependencies": [ "@push.rocks/lik", "@push.rocks/smartdelay", @@ -947,7 +947,7 @@ "@tsclass/tsclass@9.3.0", "mongodb@7.0.0" ], - "tarball": "https://verdaccio.lossless.digital/@push.rocks/smartdata/-/smartdata-7.0.9.tgz" + "tarball": "https://verdaccio.lossless.digital/@push.rocks/smartdata/-/smartdata-7.0.13.tgz" }, "@push.rocks/smartdelay@3.0.5": { "integrity": "sha512-mUuI7kj2f7ztjpic96FvRIlf2RsKBa5arw81AHNsndbxO6asRcxuWL8dTVxouEIK8YsBUlj0AsrCkHhMbLQdHw==", @@ -3930,7 +3930,7 @@ "npm:@push.rocks/smartbucket@^4.3.0", "npm:@push.rocks/smartcli@4", "npm:@push.rocks/smartcrypto@2", - "npm:@push.rocks/smartdata@^7.0.9", + "npm:@push.rocks/smartdata@^7.0.13", "npm:@push.rocks/smartdelay@3", "npm:@push.rocks/smartenv@6", "npm:@push.rocks/smartjwt@^2.2.0", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts new file mode 100644 index 0000000..b2a1257 --- /dev/null +++ b/ts/00_commitinfo_data.ts @@ -0,0 +1,8 @@ +/** + * autocreated commitinfo by @push.rocks/commitinfo + */ +export const commitinfo = { + name: '@stack.gallery/registry', + version: '1.0.1', + description: 'Enterprise-grade multi-protocol package registry' +}