Skip to content

Commit

Permalink
chore(release): 1.19.0
Browse files Browse the repository at this point in the history
# [1.19.0](v1.18.0...v1.19.0) (2020-09-09)

### Bug Fixes

* clean up linting errors + start new section ([fa314b9](fa314b9))
* fix font sizes for firefox ([6805150](6805150))
* lint fixes ([5244bcc](5244bcc))
* linting fixes ([0f48633](0f48633))
* more linting fixes ([f3b5bf6](f3b5bf6))

### Features

* add final engagement section ([ee6f797](ee6f797))
* add in agenda section and table ([01b327d](01b327d))
* add in markup and styles for nerd days ([491d74c](491d74c))
* add markup and styles for tracks section ([172f1be](172f1be))
* add the rest of the responsive styles for the agenda ([12fdec1](12fdec1))
* automatically determine the track ([10e5a1a](10e5a1a))
* create an Agenda component to list sessions ([0d1cf9e](0d1cf9e))
* responsive styles for nerd days page ([725b6f9](725b6f9))
* shadow feather icon set to append additional needed icons ([56d4038](56d4038))
  • Loading branch information
nr-opensource-bot committed Sep 9, 2020
1 parent f86d6fd commit bfdd523
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [1.19.0](https://github.com/newrelic/developer-website/compare/v1.18.0...v1.19.0) (2020-09-09)


### Bug Fixes

* clean up linting errors + start new section ([fa314b9](https://github.com/newrelic/developer-website/commit/fa314b9ca50a83fa5ad5c50226d2012f1944c962))
* fix font sizes for firefox ([6805150](https://github.com/newrelic/developer-website/commit/6805150dea3c9e6b918278d02754bd5f766eee2d))
* lint fixes ([5244bcc](https://github.com/newrelic/developer-website/commit/5244bcc1036173e4ff078718dd9ca9808af87be8))
* linting fixes ([0f48633](https://github.com/newrelic/developer-website/commit/0f48633dea8e472c0085edd1e8903f7131cd113a))
* more linting fixes ([f3b5bf6](https://github.com/newrelic/developer-website/commit/f3b5bf691a6fa10f587c0d2d5539a5a71611fa28))


### Features

* add final engagement section ([ee6f797](https://github.com/newrelic/developer-website/commit/ee6f797fdf8ca1ca5c60db517f42d2359064d090))
* add in agenda section and table ([01b327d](https://github.com/newrelic/developer-website/commit/01b327ddd7806158ede76755047b58c2a84c2aa9))
* add in markup and styles for nerd days ([491d74c](https://github.com/newrelic/developer-website/commit/491d74c8359ba44c189cdeaa9ecf7e7c35f2fa2b))
* add markup and styles for tracks section ([172f1be](https://github.com/newrelic/developer-website/commit/172f1bebd245043c7dcecd3b9dceb3e5324ab15c))
* add the rest of the responsive styles for the agenda ([12fdec1](https://github.com/newrelic/developer-website/commit/12fdec13fff382bd4cfe8197a8bdbe43783d3c66))
* automatically determine the track ([10e5a1a](https://github.com/newrelic/developer-website/commit/10e5a1a4319e0b7eff3e1b417be3f31c4507b9da))
* create an Agenda component to list sessions ([0d1cf9e](https://github.com/newrelic/developer-website/commit/0d1cf9e4a0b91cd774499c3cc99cb2703ae17b19))
* responsive styles for nerd days page ([725b6f9](https://github.com/newrelic/developer-website/commit/725b6f9daffb0f9d429c7620acab4a0ae2b001de))
* shadow feather icon set to append additional needed icons ([56d4038](https://github.com/newrelic/developer-website/commit/56d403810dae27adfa5e7a72f6fc7ed19f95ce82))

# [1.18.0](https://github.com/newrelic/developer-website/compare/v1.17.1...v1.18.0) (2020-09-09)


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.18.0",
"version": "1.19.0",
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
Expand Down

0 comments on commit bfdd523

Please sign in to comment.