diff --git a/.release-plan.json b/.release-plan.json index 1da0a7515..796985fb7 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -1,8 +1,4 @@ { - "solution": { - "packages": { - "angular-shepherd": "projects/shepherd" - } - }, + "solution": {}, "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" } diff --git a/package.json b/package.json index 96ff235b8..0439fba63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "angular-shepherd", "private": true, + "workspaces": [ + "projects/shepherd" + ], "repository": { "type": "git", "url": "git@github.com:shepherd-pro/angular-shepherd.git" @@ -68,10 +71,6 @@ "volta": { "node": "22.17.0" }, - "publishConfig": { - "registry": "https://registry.npmjs.org", - "directory": "dist/angular-shepherd" - }, "release-it": { "plugins": { "@release-it/bumper": { diff --git a/projects/shepherd/package.json b/projects/shepherd/package.json index 899e68029..aed8c2f44 100644 --- a/projects/shepherd/package.json +++ b/projects/shepherd/package.json @@ -25,5 +25,9 @@ "peerDependencies": { "@angular/common": "^21.0.0", "@angular/core": "^21.0.0" + }, + "publishConfig": { + "registry": "https://registry.npmjs.org", + "directory": "../../dist/angular-shepherd" } }