-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.release-plan.json
63 lines (63 loc) · 2.72 KB
/
.release-plan.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"solution": {
"ember-apply": {
"impact": "minor",
"oldVersion": "2.14.0",
"newVersion": "2.15.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./ember-apply/package.json"
},
"@ember-apply/embroider": {
"oldVersion": "1.2.0"
},
"@ember-apply/tailwind": {
"oldVersion": "2.3.0"
},
"@ember-apply/tailwind-webpack": {
"oldVersion": "1.2.0"
},
"@ember-apply/tailwind3-vite": {
"impact": "major",
"oldVersion": "1.0.0",
"newVersion": "2.0.0",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
},
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/ember/tailwind3-vite/package.json"
},
"@ember-apply/tailwind4-vite": {
"impact": "minor",
"oldVersion": "1.0.0",
"newVersion": "1.1.0",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
}
],
"pkgJSONPath": "./packages/ember/tailwind4-vite/package.json"
},
"@ember-apply/typescript": {
"oldVersion": "1.4.0"
},
"@ember-apply/unstable-embroider": {
"oldVersion": "1.1.0"
},
"@ember-apply/volta": {
"oldVersion": "2.0.6"
}
},
"description": "## Release (2025-01-29)\n\nember-apply 2.15.0 (minor)\n@ember-apply/tailwind3-vite 2.0.0 (major)\n@ember-apply/tailwind4-vite 1.1.0 (minor)\n\n#### :boom: Breaking Change\n* `@ember-apply/tailwind3-vite`\n * [#590](https://github.com/NullVoxPopuli/ember-apply/pull/590) feat: Rename tailwind-vite to tailwind3-vite ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### :rocket: Enhancement\n* `ember-apply`, `@ember-apply/tailwind4-vite`\n * [#591](https://github.com/NullVoxPopuli/ember-apply/pull/591) tailwind4-vite ([@MichalBryxi](https://github.com/MichalBryxi))\n* Other\n * [#579](https://github.com/NullVoxPopuli/ember-apply/pull/579) feat: Basic tailwind-vite applyable ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### :bug: Bug Fix\n* `@ember-apply/tailwind3-vite`\n * [#594](https://github.com/NullVoxPopuli/ember-apply/pull/594) fix: tailwind3-vite works ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### :memo: Documentation\n* [#592](https://github.com/NullVoxPopuli/ember-apply/pull/592) docs: tailwind3-vite reference ([@MichalBryxi](https://github.com/MichalBryxi))\n\n#### Committers: 1\n- Michal Bryxí ([@MichalBryxi](https://github.com/MichalBryxi))\n"
}