-
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.24.1](v1.24.0...v1.24.1) (2023-02-28) ### Bug Fixes * consolidate on using devex token ([a5d04dd](a5d04dd)) * use single token for running GH action ([1e4d066](1e4d066)) * use specific token ([3ff0721](3ff0721))
- Loading branch information
1 parent
c370be1
commit 7e0fe52
Showing
2 changed files
with
10 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.24.0", | ||
"version": "1.24.1", | ||
"author": "Open Source Team at New Relic <[email protected]>", | ||
"dependencies": { | ||
"@emotion/react": "^11.1.5", | ||
|