Skip to content

Commit 1f59492

Browse files
Update release-plan config (#2873)
1 parent 11afce4 commit 1f59492

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.release-plan.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
{
2-
"solution": {
3-
"packages": {
4-
"angular-shepherd": "projects/shepherd"
5-
}
6-
},
2+
"solution": {},
73
"description": "## Release (2024-07-10)\n\n\n\n#### :boom: Breaking Change\n* `angular-shepherd`\n * [#2243](https://github.com/shepherd-pro/angular-shepherd/pull/2243) update angular 18 ([@bastienmoulia](https://github.com/bastienmoulia))\n * [#2113](https://github.com/shepherd-pro/angular-shepherd/pull/2113) [feature] increase to angular 17 ([@phhbr](https://github.com/phhbr))\n\n#### :memo: Documentation\n* `angular-shepherd`\n * [#2245](https://github.com/shepherd-pro/angular-shepherd/pull/2245) Update README.md with latest doc links ([@sardul3](https://github.com/sardul3))\n\n#### :house: Internal\n* `angular-shepherd`\n * [#1962](https://github.com/shepherd-pro/angular-shepherd/pull/1962) Update package lock ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n\n#### Committers: 4\n- Bastien ([@bastienmoulia](https://github.com/bastienmoulia))\n- Phhbr ([@phhbr](https://github.com/phhbr))\n- Robbie Wagner ([@RobbieTheWagner](https://github.com/RobbieTheWagner))\n- Sagar Poudel ([@sardul3](https://github.com/sardul3))\n"
84
}

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "angular-shepherd",
33
"private": true,
4+
"workspaces": [
5+
"projects/shepherd"
6+
],
47
"repository": {
58
"type": "git",
69
"url": "[email protected]:shepherd-pro/angular-shepherd.git"
@@ -68,10 +71,6 @@
6871
"volta": {
6972
"node": "22.17.0"
7073
},
71-
"publishConfig": {
72-
"registry": "https://registry.npmjs.org",
73-
"directory": "dist/angular-shepherd"
74-
},
7574
"release-it": {
7675
"plugins": {
7776
"@release-it/bumper": {

projects/shepherd/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
"peerDependencies": {
2626
"@angular/common": "^21.0.0",
2727
"@angular/core": "^21.0.0"
28+
},
29+
"publishConfig": {
30+
"registry": "https://registry.npmjs.org",
31+
"directory": "../../dist/angular-shepherd"
2832
}
2933
}

0 commit comments

Comments
 (0)