@teispace/next-maker 0.1.1-beta.20251201094658 → 0.2.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.0](https://github.com/teispace/npm-packages/compare/next-maker-v0.1.1...next-maker-v0.2.0) (2025-12-01)
4
+
5
+
6
+ ### Features
7
+
8
+ * initial monorepo setup with multi-package release workflows ([70c369b](https://github.com/teispace/npm-packages/commit/70c369b6694fedd68485167f8f5c252bb59d2354))
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **next-maker:** remove test subproject reference ([fe549f9](https://github.com/teispace/npm-packages/commit/fe549f956fa21ce9b859c2a94e5dab1565405949))
14
+ * **next-maker:** revert typing changes and allow any in eslint ([315e2f3](https://github.com/teispace/npm-packages/commit/315e2f3e7bc2f80cf0816d3c71432c1cfbd73798))
15
+ * **release:** merge alpha into beta ([cd53b76](https://github.com/teispace/npm-packages/commit/cd53b76fa53f97af31e5e88b733dd81743bda94c))
16
+
3
17
  ## [0.1.1](https://github.com/teispace/npm-packages/compare/next-maker-v0.1.0...next-maker-v0.1.1) (2025-11-27)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teispace/next-maker",
3
- "version": "0.1.1-beta.20251201094658",
3
+ "version": "0.2.0",
4
4
  "description": "Create a new Teispace Next.js application with interactive setup.",
5
5
  "keywords": [
6
6
  "nextjs",