From db610823e5c88b1f231aeb9e6df225bd17e63472 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 May 2021 15:10:18 +0000 Subject: [PATCH] chore(release): 11.0.0 [skip ci] # [11.0.0](https://github.com/dictyBase/dicty-components-header-footer/compare/10.2.1...11.0.0) (2021-05-03) ### Bug Fixes * remove extra divs from lists, fixes [#149](https://github.com/dictyBase/dicty-components-header-footer/issues/149) ([9a6c86d](https://github.com/dictyBase/dicty-components-header-footer/commit/9a6c86d115d805b475db73696b5e2260795399eb)) * remove unnecessary margins from footer ([e7ba33e](https://github.com/dictyBase/dicty-components-header-footer/commit/e7ba33ec4f1dcc3aeb4d7e83214d3efdee2469e8)) * update styleguide config to work with typescript ([480ef4d](https://github.com/dictyBase/dicty-components-header-footer/commit/480ef4d46ca3614ebba5ea87bca2d01164a1c24b)) * use consistent alignment in header ([ebdbfb6](https://github.com/dictyBase/dicty-components-header-footer/commit/ebdbfb6920b644ccdd1537fd0f3a37818f070d1e)) ### Code Refactoring * add theme prop to header ([1b65050](https://github.com/dictyBase/dicty-components-header-footer/commit/1b65050bf4f4924015ad88d05c175ce8e21d9c39)) * pass render prop to header ([940e8df](https://github.com/dictyBase/dicty-components-header-footer/commit/940e8dfad086492f320c10743a5cb1788011cd40)) ### Features * add condensed footer demo ([30378cb](https://github.com/dictyBase/dicty-components-header-footer/commit/30378cb940c74f63c3e05d8f4fb02619db3f6fe3)) * add direct link to grant in footer, fixes [#471](https://github.com/dictyBase/dicty-components-header-footer/issues/471) ([27bd733](https://github.com/dictyBase/dicty-components-header-footer/commit/27bd7338e7219a8422329eff79c7d91ff2bce24f)) * add footer example with logo ([817229e](https://github.com/dictyBase/dicty-components-header-footer/commit/817229e24e7f0dedeea61aa3f6527429cf80d454)) * add light footer demo ([70b1e45](https://github.com/dictyBase/dicty-components-header-footer/commit/70b1e4584fec06161085a150b3d7bd92528b9545)) * add links to NIH/NIGMS ([15dd35f](https://github.com/dictyBase/dicty-components-header-footer/commit/15dd35f0a18c207bad2fad1c1dfffa8920eac8d1)) * add new grey color scheme to footer ([1c1f63c](https://github.com/dictyBase/dicty-components-header-footer/commit/1c1f63c820c77b2bf22f2cbd5c0b52e24a58560c)) * add spacing to link separators ([f3ddf3e](https://github.com/dictyBase/dicty-components-header-footer/commit/f3ddf3eb26127591b034a1d2f1d589635914ffbe)) * export site map footer for testing ([5b9951e](https://github.com/dictyBase/dicty-components-header-footer/commit/5b9951e25b540db717f062e0d9e9a4a68019dcd6)) * move footer links into center ([7c6baed](https://github.com/dictyBase/dicty-components-header-footer/commit/7c6baedf395b6c6a81d3c4c2122803f2e958a10b)) * use condensed footer as main, export site map footer separately ([2e93cd9](https://github.com/dictyBase/dicty-components-header-footer/commit/2e93cd9fe7bc91465e45a88b38e50ea809c45a4c)) * use custom theme for footer ([1b3191d](https://github.com/dictyBase/dicty-components-header-footer/commit/1b3191d88775b898d9c633b3ba7839f7c6bd0ba4)) * use smaller typography for footer links ([316f8ab](https://github.com/dictyBase/dicty-components-header-footer/commit/316f8abd5bba3dc9dd61aa50c0ead31df4136c5a)) ### BREAKING CHANGES * Header component now accepts theme prop * Header component now receives render prop * footer now accepts theme prop --- CHANGELOG.md | 39 +++++++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 41 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 601d1eaf..71a1d449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +# [11.0.0](https://github.com/dictyBase/dicty-components-header-footer/compare/10.2.1...11.0.0) (2021-05-03) + + +### Bug Fixes + +* remove extra divs from lists, fixes [#149](https://github.com/dictyBase/dicty-components-header-footer/issues/149) ([9a6c86d](https://github.com/dictyBase/dicty-components-header-footer/commit/9a6c86d115d805b475db73696b5e2260795399eb)) +* remove unnecessary margins from footer ([e7ba33e](https://github.com/dictyBase/dicty-components-header-footer/commit/e7ba33ec4f1dcc3aeb4d7e83214d3efdee2469e8)) +* update styleguide config to work with typescript ([480ef4d](https://github.com/dictyBase/dicty-components-header-footer/commit/480ef4d46ca3614ebba5ea87bca2d01164a1c24b)) +* use consistent alignment in header ([ebdbfb6](https://github.com/dictyBase/dicty-components-header-footer/commit/ebdbfb6920b644ccdd1537fd0f3a37818f070d1e)) + + +### Code Refactoring + +* add theme prop to header ([1b65050](https://github.com/dictyBase/dicty-components-header-footer/commit/1b65050bf4f4924015ad88d05c175ce8e21d9c39)) +* pass render prop to header ([940e8df](https://github.com/dictyBase/dicty-components-header-footer/commit/940e8dfad086492f320c10743a5cb1788011cd40)) + + +### Features + +* add condensed footer demo ([30378cb](https://github.com/dictyBase/dicty-components-header-footer/commit/30378cb940c74f63c3e05d8f4fb02619db3f6fe3)) +* add direct link to grant in footer, fixes [#471](https://github.com/dictyBase/dicty-components-header-footer/issues/471) ([27bd733](https://github.com/dictyBase/dicty-components-header-footer/commit/27bd7338e7219a8422329eff79c7d91ff2bce24f)) +* add footer example with logo ([817229e](https://github.com/dictyBase/dicty-components-header-footer/commit/817229e24e7f0dedeea61aa3f6527429cf80d454)) +* add light footer demo ([70b1e45](https://github.com/dictyBase/dicty-components-header-footer/commit/70b1e4584fec06161085a150b3d7bd92528b9545)) +* add links to NIH/NIGMS ([15dd35f](https://github.com/dictyBase/dicty-components-header-footer/commit/15dd35f0a18c207bad2fad1c1dfffa8920eac8d1)) +* add new grey color scheme to footer ([1c1f63c](https://github.com/dictyBase/dicty-components-header-footer/commit/1c1f63c820c77b2bf22f2cbd5c0b52e24a58560c)) +* add spacing to link separators ([f3ddf3e](https://github.com/dictyBase/dicty-components-header-footer/commit/f3ddf3eb26127591b034a1d2f1d589635914ffbe)) +* export site map footer for testing ([5b9951e](https://github.com/dictyBase/dicty-components-header-footer/commit/5b9951e25b540db717f062e0d9e9a4a68019dcd6)) +* move footer links into center ([7c6baed](https://github.com/dictyBase/dicty-components-header-footer/commit/7c6baedf395b6c6a81d3c4c2122803f2e958a10b)) +* use condensed footer as main, export site map footer separately ([2e93cd9](https://github.com/dictyBase/dicty-components-header-footer/commit/2e93cd9fe7bc91465e45a88b38e50ea809c45a4c)) +* use custom theme for footer ([1b3191d](https://github.com/dictyBase/dicty-components-header-footer/commit/1b3191d88775b898d9c633b3ba7839f7c6bd0ba4)) +* use smaller typography for footer links ([316f8ab](https://github.com/dictyBase/dicty-components-header-footer/commit/316f8abd5bba3dc9dd61aa50c0ead31df4136c5a)) + + +### BREAKING CHANGES + +* Header component now accepts theme prop +* Header component now receives render prop +* footer now accepts theme prop + # Change Log This project adheres to [Semantic Versioning](http://semver.org/). diff --git a/package.json b/package.json index a5601aa3..c664234a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicty-components-header-footer", - "version": "0.0.0-semantically-released", + "version": "11.0.0", "description": "React library for the header and footer of dictyBase web applications", "license": "BSD-2-Clause", "main": "dist/index.js", @@ -82,4 +82,4 @@ "/src/setupTests.ts" ] } -} \ No newline at end of file +}