Skip to content

Commit

Permalink
chore(release): 1.10.2
Browse files Browse the repository at this point in the history
## [1.10.2](v1.10.1...v1.10.2) (2020-08-10)

### Bug Fixes

* allow mobile views on developer champion page to have single column layout before applying 2 and 3 columns grid layouts ([2f5cc23](2f5cc23))
* ensure two column layout only applies to wide viewports on podcast page. limit size of podcast logo to avoid very large logo size on wider viewports ([6c28f6d](6c28f6d))
  • Loading branch information
nr-opensource-bot committed Aug 10, 2020
1 parent 1e302b3 commit c68ed6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.10.2](https://github.com/newrelic/developer-website/compare/v1.10.1...v1.10.2) (2020-08-10)


### Bug Fixes

* allow mobile views on developer champion page to have single column layout before applying 2 and 3 columns grid layouts ([2f5cc23](https://github.com/newrelic/developer-website/commit/2f5cc23d183d34c386174763a0731d4b7abcd103))
* ensure two column layout only applies to wide viewports on podcast page. limit size of podcast logo to avoid very large logo size on wider viewports ([6c28f6d](https://github.com/newrelic/developer-website/commit/6c28f6db7d9da494908c7a7279d3a49408d44810))

## [1.10.1](https://github.com/newrelic/developer-website/compare/v1.10.0...v1.10.1) (2020-08-07)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "developer-website",
"private": true,
"version": "1.10.1",
"version": "1.10.2",
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
Expand Down

0 comments on commit c68ed6a

Please sign in to comment.