nuxt-ignis 0.2.1 → 0.2.2
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 +4 -0
- package/README.md +1 -1
- package/features.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.2 (2025-02-25)
|
|
4
|
+
- build: bump `nuxt-spec` and `nuxt-neon`
|
|
5
|
+
- build: return `postcss-jit-props` dependency after a [bug gets fixed](https://github.com/GoogleChromeLabs/postcss-jit-props/commit/0c98b5367935b9c048a547400ee8346cb6c07b00)
|
|
6
|
+
|
|
3
7
|
## 0.2.1 (2025-02-17)
|
|
4
8
|
- feat: `@nuxt/fonts` included into built-in dependencies
|
|
5
9
|
- fix: added default content.config.ts to avoid warning on startup
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ Aside from being "forked", `nuxt-ignis` is also available as [NPM package](https
|
|
|
20
20
|
|
|
21
21
|
1) Add following dependency into your `package.json`:
|
|
22
22
|
```
|
|
23
|
-
"nuxt-ignis": "0.2.
|
|
23
|
+
"nuxt-ignis": "0.2.2"
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
2) Add following section into your `nuxt.config.ts`:
|
package/features.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nuxt-ignis",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "Enhanced and customizable Nuxt application starter pack",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"nuxt",
|
|
@@ -50,14 +50,14 @@
|
|
|
50
50
|
"@vueuse/nuxt": "12.5.0",
|
|
51
51
|
"consola": "3.4.0",
|
|
52
52
|
"defu": "6.1.4",
|
|
53
|
-
"elrh-postcss-jit-props": "1.0.1",
|
|
54
53
|
"elrh-pslo": "1.1.6",
|
|
55
|
-
"nuxt-neon": "0.
|
|
54
|
+
"nuxt-neon": "0.4.0",
|
|
56
55
|
"nuxt-security": "2.1.5",
|
|
57
|
-
"nuxt-spec": "0.0.
|
|
56
|
+
"nuxt-spec": "0.0.4",
|
|
58
57
|
"nuxt-time": "1.0.3",
|
|
59
58
|
"open-props": "1.7.12",
|
|
60
59
|
"pinia": "2.3.1",
|
|
60
|
+
"postcss-jit-props": "1.0.16",
|
|
61
61
|
"typescript": "latest",
|
|
62
62
|
"vue": "latest",
|
|
63
63
|
"vue-router": "latest"
|