Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
[hazel] diesel -> hazel
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentRPS committed Feb 12, 2024
1 parent c4e5426 commit 9b4096b
Show file tree
Hide file tree
Showing 30 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

This is the first addition to this changelog. This PR forces every single change in any PR afterwards to be logged in a pull request, moving away from commits to the `master` branch.

### [core/diesel] [#15](https://github.com/derailedapp/derailed/issues/15): Rename Vanguard
### [core/hazel] [#15](https://github.com/derailedapp/derailed/issues/15): Rename Vanguard

Renames Vanguard to Diesel to prevent confusion with Riot Games' Anti-Cheat Vanguard.
Renames Vanguard to Hazel to prevent confusion with Riot Games' Anti-Cheat Vanguard.

### Etcetera

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Commits have a lot of guidelines to follow:
- `api`
- `gateway`
- `app`
- `diesel`
- `hazel`
- `docs`
- `core`
- `style`
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion diesel/package.json → hazel/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "diesel",
"name": "hazel",
"version": "0.1.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packages:
- "app"
- "diesel"
- "hazel"
- "shared/**"

0 comments on commit 9b4096b

Please sign in to comment.