-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.20.0](v1.19.0...v1.20.0) (2021-11-30) ### Bug Fixes * enable/disable branch protection ([8097c76](8097c76)) * include required_status_checks for branch protection ([90f42e5](90f42e5)) * update branch protection api calls ([1db8b82](1db8b82)) ### Features * update header css to handle redesign ([5fb112d](5fb112d)) * update theme to pull in new header ([15dd462](15dd462))
- Loading branch information
1 parent
f41205e
commit 9d60db1
Showing
2 changed files
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "opensource-website", | ||
"private": true, | ||
"description": "Data, code, and automation for opensource.newrelic.com", | ||
"version": "1.19.0", | ||
"version": "1.20.0", | ||
"author": "Open Source Team at New Relic <[email protected]>", | ||
"dependencies": { | ||
"@emotion/react": "^11.1.5", | ||
|