create-nuxt-base 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  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.
4
4
 
5
+ ### [2.2.1](https://github.com/lenneTech/nuxt-base-starter/compare/v2.2.0...v2.2.1) (2026-02-04)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * bundle lucide loader-circle icon to prevent runtime loading failure ([afc7ae7](https://github.com/lenneTech/nuxt-base-starter/commit/afc7ae79d70db283fe4b2042c624feaf6b6e65cc))
11
+
5
12
  ## [2.2.0](https://github.com/lenneTech/nuxt-base-starter/compare/v2.1.4...v2.2.0) (2026-02-04)
6
13
 
7
14
 
@@ -67,7 +67,7 @@ export default defineNuxtConfig({
67
67
  icon: {
68
68
  // Ensure dynamically rendered icons (e.g., inside v-for) are included in the bundle
69
69
  clientBundle: {
70
- icons: ['lucide:trash', 'lucide:key', 'lucide:copy'],
70
+ icons: ['lucide:trash', 'lucide:key', 'lucide:copy', 'lucide:loader-circle'],
71
71
  },
72
72
  },
73
73
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nuxt-base",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Starter to generate a configured environment with VueJS, Nuxt, Tailwind, Eslint, Unit Tests, Playwright etc.",
5
5
  "license": "MIT",
6
6
  "author": "lenne.Tech GmbH",