-
Notifications
You must be signed in to change notification settings - Fork 2
/
.release-plan.json
46 lines (46 loc) · 1.38 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
{
"solution": {
"@theemo/build": {
"impact": "patch",
"oldVersion": "0.2.3",
"newVersion": "0.2.4",
"constraints": [
{
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./packages/@theemo/build/package.json"
},
"moana": {},
"moana-color-schemes": {},
"@theemo/cli": {
"impact": "patch",
"oldVersion": "0.2.3",
"newVersion": "0.2.4",
"constraints": [
{
"impact": "patch",
"reason": "Has dependency `workspace:*` on @theemo/build"
}
],
"pkgJSONPath": "./packages/@theemo/cli/package.json"
},
"@theemo/core": {
"oldVersion": "0.0.2"
},
"@theemo/figma": {
"oldVersion": "0.2.3"
},
"@theemo/style-dictionary": {
"oldVersion": "0.2.3"
},
"@theemo/sync": {
"oldVersion": "0.2.3"
},
"@theemo/tokens": {
"oldVersion": "0.2.3"
}
},
"description": "## Release (2024-08-04)\n\n@theemo/build 0.2.4 (patch)\n@theemo/cli 0.2.4 (patch)\n\n#### :bug: Bug Fix\n* `@theemo/build`, `playground-theme`\n * [#1022](https://github.com/theemo-tokens/theemo/pull/1022) Fix value duplication in `package.json` for `theemo build` ([@gossi](https://github.com/gossi))\n\n#### Committers: 1\n- Thomas Gossmann ([@gossi](https://github.com/gossi))\n"
}