|
1 | 1 | {
|
2 |
| - "packages": { |
3 |
| - ".": { |
4 |
| - "release-type": "node", |
5 |
| - "changelog-sections": [ |
6 |
| - { |
7 |
| - "type": "feat", |
8 |
| - "section": "🚀 New Features", |
9 |
| - "hidden": false |
10 |
| - }, |
11 |
| - { |
12 |
| - "type": "feature", |
13 |
| - "section": "🚀 New Features", |
14 |
| - "hidden": false |
15 |
| - }, |
16 |
| - { |
17 |
| - "type": "enhance", |
18 |
| - "section": "💅 Enhancements", |
19 |
| - "hidden": false |
20 |
| - }, |
21 |
| - { |
22 |
| - "type": "fix", |
23 |
| - "section": "🔥 Bug Fixes", |
24 |
| - "hidden": false |
25 |
| - }, |
26 |
| - { |
27 |
| - "type": "perf", |
28 |
| - "section": "🏃 Performance Improvements", |
29 |
| - "hidden": false |
30 |
| - }, |
31 |
| - { |
32 |
| - "type": "revert", |
33 |
| - "section": "↩️ Reverts", |
34 |
| - "hidden": true |
35 |
| - }, |
36 |
| - { |
37 |
| - "type": "docs", |
38 |
| - "section": "📚 Documentation", |
39 |
| - "hidden": false |
40 |
| - }, |
41 |
| - { |
42 |
| - "type": "style", |
43 |
| - "section": "🎨 Code Style", |
44 |
| - "hidden": false |
45 |
| - }, |
46 |
| - { |
47 |
| - "type": "chore", |
48 |
| - "section": "⚙️ Chores", |
49 |
| - "hidden": false |
50 |
| - }, |
51 |
| - { |
52 |
| - "type": "refactor", |
53 |
| - "section": "⌨️ Code Refactoring", |
54 |
| - "hidden": false |
55 |
| - }, |
56 |
| - { |
57 |
| - "type": "test", |
58 |
| - "section": "🧪 Automated Testing", |
59 |
| - "hidden": false |
60 |
| - }, |
61 |
| - { |
62 |
| - "type": "build", |
63 |
| - "section": "🛠️ Build System", |
64 |
| - "hidden": false |
65 |
| - }, |
66 |
| - { |
67 |
| - "type": "ci", |
68 |
| - "section": "📦 CI Improvements", |
69 |
| - "hidden": false |
70 |
| - } |
71 |
| - ] |
| 2 | + "changelog-sections": [ |
| 3 | + { |
| 4 | + "type": "feat", |
| 5 | + "section": "🚀 New Features", |
| 6 | + "hidden": false |
| 7 | + }, |
| 8 | + { |
| 9 | + "type": "feature", |
| 10 | + "section": "🚀 New Features", |
| 11 | + "hidden": false |
| 12 | + }, |
| 13 | + { |
| 14 | + "type": "enhance", |
| 15 | + "section": "💅 Enhancements", |
| 16 | + "hidden": false |
| 17 | + }, |
| 18 | + { |
| 19 | + "type": "fix", |
| 20 | + "section": "🔥 Bug Fixes", |
| 21 | + "hidden": false |
| 22 | + }, |
| 23 | + { |
| 24 | + "type": "perf", |
| 25 | + "section": "🏃 Performance Improvements", |
| 26 | + "hidden": false |
| 27 | + }, |
| 28 | + { |
| 29 | + "type": "revert", |
| 30 | + "section": "↩️ Reverts", |
| 31 | + "hidden": true |
| 32 | + }, |
| 33 | + { |
| 34 | + "type": "docs", |
| 35 | + "section": "📚 Documentation", |
| 36 | + "hidden": false |
| 37 | + }, |
| 38 | + { |
| 39 | + "type": "style", |
| 40 | + "section": "🎨 Code Style", |
| 41 | + "hidden": false |
| 42 | + }, |
| 43 | + { |
| 44 | + "type": "chore", |
| 45 | + "section": "⚙️ Chores", |
| 46 | + "hidden": false |
| 47 | + }, |
| 48 | + { |
| 49 | + "type": "refactor", |
| 50 | + "section": "⌨️ Code Refactoring", |
| 51 | + "hidden": false |
| 52 | + }, |
| 53 | + { |
| 54 | + "type": "test", |
| 55 | + "section": "🧪 Automated Testing", |
| 56 | + "hidden": false |
| 57 | + }, |
| 58 | + { |
| 59 | + "type": "build", |
| 60 | + "section": "🛠️ Build System", |
| 61 | + "hidden": false |
| 62 | + }, |
| 63 | + { |
| 64 | + "type": "ci", |
| 65 | + "section": "📦 CI Improvements", |
| 66 | + "hidden": false |
72 | 67 | }
|
| 68 | + ], |
| 69 | + "packages": { |
| 70 | + "./apps/expo": { |
| 71 | + "release-type": "expo" |
| 72 | + }, |
| 73 | + "./apps/nextjs": { |
| 74 | + "release-type": "node" |
| 75 | + }, |
| 76 | + "./packages/api": {}, |
| 77 | + "./packages/ui": {}, |
| 78 | + "./packages/db": {}, |
| 79 | + "./packages/convex": {}, |
| 80 | + "./packages/auth": {} |
73 | 81 | }
|
74 | 82 | }
|
0 commit comments