Skip to content

Commit

Permalink
chore(release): 1.24.3
Browse files Browse the repository at this point in the history
## [1.24.3](v1.24.2...v1.24.3) (2023-03-29)

### Bug Fixes

* add work around for jest ([9ace54d](9ace54d))
* Ignore css prop warnings ([532a760](532a760))
* linting issue, added key attribute to iterated items ([a88d44d](a88d44d))
  • Loading branch information
nr-opensource-bot committed Mar 29, 2023
1 parent 0286ace commit 3e919b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.24.3](https://github.com/newrelic/opensource-website/compare/v1.24.2...v1.24.3) (2023-03-29)


### Bug Fixes

* add work around for jest ([9ace54d](https://github.com/newrelic/opensource-website/commit/9ace54deaf56737ba0b0dc8643b96947524bfe8e))
* Ignore css prop warnings ([532a760](https://github.com/newrelic/opensource-website/commit/532a760df4e93361815652cbe1ad8afbf03a4a97))
* linting issue, added key attribute to iterated items ([a88d44d](https://github.com/newrelic/opensource-website/commit/a88d44da105859f9057433f613d2cbc39583fa31))

## [1.24.2](https://github.com/newrelic/opensource-website/compare/v1.24.1...v1.24.2) (2023-03-28)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "opensource-website",
"private": true,
"description": "Data, code, and automation for opensource.newrelic.com",
"version": "1.24.2",
"version": "1.24.3",
"author": "Open Source Team at New Relic <[email protected]>",
"dependencies": {
"@emotion/react": "^11.1.5",
Expand Down Expand Up @@ -87,4 +87,4 @@
"bugs": {
"url": "https://github.com/newrelic/opensource-website/issues"
}
}
}

0 comments on commit 3e919b9

Please sign in to comment.