@teispace/next-maker 1.15.0 → 1.15.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
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.15.1](https://github.com/teispace/npm-packages/compare/next-maker-v1.15.0...next-maker-v1.15.1) (2026-04-24)
4
+
5
+
6
+ ### Documentation
7
+
8
+ * **next-maker:** react compiler is stable, not experimental ([591392b](https://github.com/teispace/npm-packages/commit/591392bb594478adc44edeb34eea067d774ef105))
9
+
3
10
  ## [1.15.0](https://github.com/teispace/npm-packages/compare/next-maker-v1.14.0...next-maker-v1.15.0) (2026-04-24)
4
11
 
5
12
 
package/README.md CHANGED
@@ -38,7 +38,7 @@ During initialization, you'll be prompted to configure:
38
38
  - **Redux Toolkit** (with redux-persist)
39
39
  - **Internationalization** (next-intl)
40
40
  - **Testing** (Vitest + React Testing Library)
41
- - **React Compiler** (experimental — on by default)
41
+ - **React Compiler** (stable — on by default)
42
42
  - **Bundle Analyzer** (@next/bundle-analyzer — off by default)
43
43
  - **Community Files** (CODE_OF_CONDUCT, CONTRIBUTING, etc.)
44
44
  - **Docker** support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teispace/next-maker",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
4
4
  "description": "Create a new Teispace Next.js application with interactive setup.",
5
5
  "keywords": [
6
6
  "nextjs",