Skip to content

Commit 96c9f43

Browse files
committed
chore(release): 2.0.0
1 parent fe8d4c2 commit 96c9f43

3 files changed

Lines changed: 36 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.0.0](https://github.com/lenneTech/nuxt-base-starter/compare/v1.2.0...v2.0.0) (2026-01-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Local auth, upload, and utility files replaced by package
11+
12+
Migration to @lenne.tech/nuxt-extensions v1.0.1:
13+
- Remove local composables (use-better-auth, use-tus-upload, use-file, use-share, use-tw)
14+
- Remove local lib files (auth-client, auth-state)
15+
- Remove local plugins (auth-interceptor.client)
16+
- Remove local utils (crypto)
17+
- Remove local interfaces (upload.interface)
18+
- Remove local Transition components (now provided by package as Lt* prefix)
19+
- Simplify user.interface.ts to re-export LtUser from package
20+
- Update all imports to use auto-imported composables (useLtAuth, useLtTusUpload, etc.)
21+
- Update package.json to use npm package instead of yalc
22+
23+
All authentication features now provided by the package:
24+
- Cookie/JWT dual-mode authentication
25+
- Passkey/WebAuthn support
26+
- 2FA/TOTP support
27+
- Auto-logout on 401
28+
29+
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
30+
31+
### Bug Fixes
32+
33+
* use exact version 1.0.1 for [@lenne](https://github.com/lenne).tech/nuxt-extensions ([fe8d4c2](https://github.com/lenneTech/nuxt-base-starter/commit/fe8d4c21575977bd093a304adc2e18c7edc61110))
34+
35+
36+
* migrate to [@lenne](https://github.com/lenne).tech/nuxt-extensions package ([4c8b732](https://github.com/lenneTech/nuxt-base-starter/commit/4c8b732b9d017a0ff7fb21ef09136dcd7fff81f0))
37+
538
## [1.2.0](https://github.com/lenneTech/nuxt-base-starter/compare/v1.1.2...v1.2.0) (2026-01-22)
639

740

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-nuxt-base",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Starter to generate a configured environment with VueJS, Nuxt, Tailwind, Eslint, Unit Tests, Playwright etc.",
55
"license": "MIT",
66
"author": "lenne.Tech GmbH",

0 commit comments

Comments
 (0)