Skip to content

Commit 08826c5

Browse files
Update repo url
1 parent b9f57a3 commit 08826c5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
## v18.0.0 (2024-07-10)
8080

8181
#### :boom: Breaking Change
82-
* [#2243](https://github.com/shepherd-pro/angular-shepherd/pull/2243) update angular 18 ([@bastienmoulia](https://github.com/bastienmoulia))
83-
* [#2113](https://github.com/shepherd-pro/angular-shepherd/pull/2113) [feature] increase to angular 17 ([@phhbr](https://github.com/phhbr))
82+
* [#2243](https://github.com/shipshapecode/angular-shepherd/pull/2243) update angular 18 ([@bastienmoulia](https://github.com/bastienmoulia))
83+
* [#2113](https://github.com/shipshapecode/angular-shepherd/pull/2113) [feature] increase to angular 17 ([@phhbr](https://github.com/phhbr))
8484

8585
#### :memo: Documentation
86-
* [#2245](https://github.com/shepherd-pro/angular-shepherd/pull/2245) Update README.md with latest doc links ([@sardul3](https://github.com/sardul3))
86+
* [#2245](https://github.com/shipshapecode/angular-shepherd/pull/2245) Update README.md with latest doc links ([@sardul3](https://github.com/sardul3))
8787

8888
#### :house: Internal
89-
* [#2248](https://github.com/shepherd-pro/angular-shepherd/pull/2248) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
90-
* [#1962](https://github.com/shepherd-pro/angular-shepherd/pull/1962) Update package lock ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
89+
* [#2248](https://github.com/shipshapecode/angular-shepherd/pull/2248) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions))
90+
* [#1962](https://github.com/shipshapecode/angular-shepherd/pull/1962) Update package lock ([@RobbieTheWagner](https://github.com/RobbieTheWagner))
9191

9292
#### Committers: 5
9393
- Bastien ([@bastienmoulia](https://github.com/bastienmoulia))

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ When reviewing merged PR's the labels to be used are:
2424

2525
## Release
2626

27-
Once the prep work is completed, the actual release is straight forward: you just need to merge the open [Plan Release](https://github.com/shepherd-pro/angular-shepherd/pulls?q=is%3Apr+is%3Aopen+%22Prepare+Release%22+in%3Atitle) PR
27+
Once the prep work is completed, the actual release is straight forward: you just need to merge the open [Plan Release](https://github.com/shipshapecode/angular-shepherd/pulls?q=is%3Apr+is%3Aopen+%22Prepare+Release%22+in%3Atitle) PR

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"repository": {
88
"type": "git",
9-
"url": "[email protected]:shepherd-pro/angular-shepherd.git"
9+
"url": "git+ssh://git@github.com/shipshapecode/angular-shepherd.git"
1010
},
1111
"scripts": {
1212
"build": "ng build",
@@ -87,4 +87,4 @@
8787
},
8888
"npm": false
8989
}
90-
}
90+
}

0 commit comments

Comments
 (0)