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 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.1"
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
@@ -103,7 +103,7 @@ export function setFeatures() {
103
103
  // CSS processor for Open Props
104
104
  postcss: {
105
105
  plugins: {
106
- 'elrh-postcss-jit-props': OpenProps,
106
+ 'postcss-jit-props': OpenProps,
107
107
  },
108
108
  },
109
109
  }, nuxtConfig)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-ignis",
3
- "version": "0.2.1",
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.3.1",
54
+ "nuxt-neon": "0.4.0",
56
55
  "nuxt-security": "2.1.5",
57
- "nuxt-spec": "0.0.3",
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"