Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-12-15)

### Bug Fixes

* add dark underline to text boxes with grey background ([b960278](b960278))
* final cleanup before publishing ([ed75ce3](ed75ce3))
* fix double scroll bars with long tables ([a4f3bd1](a4f3bd1))
* minor structure changes to the settings ([745abb8](745abb8))
* move accountId to external file ([43af11d](43af11d))
* move icons to components, ignore unallowed nerdpack assets ([ff3cf4b](ff3cf4b))
* move logos to scss to fix build errors ([fef30a7](fef30a7))
* regenerate uuid ([a76a3e4](a76a3e4))
* reorganize javascript, start adding comments ([0dee129](0dee129))
* update employee metadata account id ([b85e76f](b85e76f))

### Features

* add ability to add and delete profiles ([259999a](259999a))
* add ability to create and switch profiles in the settings ([50a7cdb](50a7cdb))
* add basic first-time contribution detection ([78fe888](78fe888))
* add filtering to bootstrap table ([ae06fd9](ae06fd9))
* add issue labels to displayed columns ([28f4e63](28f4e63))
* add modal for settings ([e9aa02c](e9aa02c))
* add profile selection menu to homescreen ([1993f76](1993f76))
* add settings modal with NerdVault integration ([69bc0ec](69bc0ec))
* add text box for profile names ([671ec54](671ec54))
* first pass as proof-of-concept implementation ([810b0c2](810b0c2))
* refactor components, add settings UI ([cbc53f9](cbc53f9))
* restructure layout, add stale issue/PR computation ([3ccb3a2](3ccb3a2))
* switch to apollo for graphql queries, remove pagination for now ([3e2753e](3e2753e))
* update dashboard configuration instructutions ([4a50d55](4a50d55))
  • Loading branch information
nr-opensource-bot committed Dec 15, 2020
1 parent 84d7fdc commit c82f6b0
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# 1.0.0 (2020-12-15)


### Bug Fixes

* add dark underline to text boxes with grey background ([b960278](https://github.com/newrelic/nr1-ospo/commit/b960278349c04f39a53d666fe71ce12a5fe7883a))
* final cleanup before publishing ([ed75ce3](https://github.com/newrelic/nr1-ospo/commit/ed75ce36981099d8f0e5530fa1125880eca44ccf))
* fix double scroll bars with long tables ([a4f3bd1](https://github.com/newrelic/nr1-ospo/commit/a4f3bd11f4991c8543297051a5478420d99db0ea))
* minor structure changes to the settings ([745abb8](https://github.com/newrelic/nr1-ospo/commit/745abb885ddce8b6f8c1a260482d30af7437381b))
* move accountId to external file ([43af11d](https://github.com/newrelic/nr1-ospo/commit/43af11d22d76ce954852a5f60f5923d2c88eac60))
* move icons to components, ignore unallowed nerdpack assets ([ff3cf4b](https://github.com/newrelic/nr1-ospo/commit/ff3cf4b9eae3c94e4583e68223b9a699430f9591))
* move logos to scss to fix build errors ([fef30a7](https://github.com/newrelic/nr1-ospo/commit/fef30a7444400a772592a456427ee51311bb51ef))
* regenerate uuid ([a76a3e4](https://github.com/newrelic/nr1-ospo/commit/a76a3e48e32683d56b5e9a6820f31746059e2354))
* reorganize javascript, start adding comments ([0dee129](https://github.com/newrelic/nr1-ospo/commit/0dee129dbf2a8a691181f753ad89fbc62c2fb0ad))
* update employee metadata account id ([b85e76f](https://github.com/newrelic/nr1-ospo/commit/b85e76f4f700206bd5f7b1f89ddaf17b86178701))


### Features

* add ability to add and delete profiles ([259999a](https://github.com/newrelic/nr1-ospo/commit/259999a6745618a444e4f6951c344b80a3b8f9e5))
* add ability to create and switch profiles in the settings ([50a7cdb](https://github.com/newrelic/nr1-ospo/commit/50a7cdb9d5dcfb022e0365ff0624bea381d71170))
* add basic first-time contribution detection ([78fe888](https://github.com/newrelic/nr1-ospo/commit/78fe888dbf43a5036e7b7541c8f2afcacf56a887))
* add filtering to bootstrap table ([ae06fd9](https://github.com/newrelic/nr1-ospo/commit/ae06fd95c89b360e147d5c15da788173069205fe))
* add issue labels to displayed columns ([28f4e63](https://github.com/newrelic/nr1-ospo/commit/28f4e63808c5dab426af9383f2f577fe87a8d59b))
* add modal for settings ([e9aa02c](https://github.com/newrelic/nr1-ospo/commit/e9aa02cd29d263e1c78b795bdbd28a6c2712f157))
* add profile selection menu to homescreen ([1993f76](https://github.com/newrelic/nr1-ospo/commit/1993f767bbe62b8ca5956da1fb22f1287172a8f3))
* add settings modal with NerdVault integration ([69bc0ec](https://github.com/newrelic/nr1-ospo/commit/69bc0ec20f5976a6b80cf8f29686b932fee74f38))
* add text box for profile names ([671ec54](https://github.com/newrelic/nr1-ospo/commit/671ec54efd4e760cec69318878b00b5f36266b55))
* first pass as proof-of-concept implementation ([810b0c2](https://github.com/newrelic/nr1-ospo/commit/810b0c2a38273c8efbfef2df43ce290ee2935dba))
* refactor components, add settings UI ([cbc53f9](https://github.com/newrelic/nr1-ospo/commit/cbc53f90ff06d54a9fab105e94ee263c567461d5))
* restructure layout, add stale issue/PR computation ([3ccb3a2](https://github.com/newrelic/nr1-ospo/commit/3ccb3a21c14f213b8cd795fefd4400bc045a2b16))
* switch to apollo for graphql queries, remove pagination for now ([3e2753e](https://github.com/newrelic/nr1-ospo/commit/3e2753edffc37346365d79c5d0e9c615e6ceeb55))
* update dashboard configuration instructutions ([4a50d55](https://github.com/newrelic/nr1-ospo/commit/4a50d55b33e7a84b516ae56a6047963e467eeba5))

# [1.2.0](https://github.com/newrelic/nr1-ospo/compare/v1.1.3...v1.2.0) (2020-11-18)


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
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "nr1-ospo",
"description": "OSPO dashboard built on New Relic One",
"version": "1.2.0",
"version": "1.0.0",
"scripts": {
"start": "nr1 nerdpack:serve",
"test": "exit 0",
Expand Down

0 comments on commit c82f6b0

Please sign in to comment.