Skip to content

Commit

Permalink
Merge pull request #23 from eea/develop
Browse files Browse the repository at this point in the history
feat: remove language dropdown
  • Loading branch information
rexalex authored Mar 23, 2023
2 parents 2e20432 + 89d0e90 commit 8095d23
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

### [0.14.0](https://github.com/eea/advisory-board-frontend/compare/0.13.0...0.14.0) - 22 March 2023
### [0.15.0](https://github.com/eea/advisory-board-frontend/compare/0.14.0...0.15.0) - 23 March 2023

#### :rocket: Dependency updates
#### :rocket: New Features

- Release @eeacms/volto-climate-advisory-board-policy@0.1.10 [EEA Jenkins - [`0e8e1a6`](https://github.com/eea/advisory-board-frontend/commit/0e8e1a6204cf49cdf28e7b6b0fc37fa845be2017)]
- feat: remove language dropdown [ana-oprea - [`a43a93c`](https://github.com/eea/advisory-board-frontend/commit/a43a93c653699cd540768f321b03be0191775452)]

### [0.14.0](https://github.com/eea/advisory-board-frontend/compare/0.13.0...0.14.0) - 22 March 2023

### [0.13.0](https://github.com/eea/advisory-board-frontend/compare/0.12.0...0.13.0) - 22 March 2023

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Release](https://img.shields.io/github/v/release/eea/advisory-board-frontend?sort=semver)](https://github.com/eea/advisory-board-frontend/releases)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fadvisory-board-frontend%2Fmaster&subject=master)](https://ci.eionet.europa.eu/view/Github/job/volto/job/advisory-board-frontend/job/master/lastBuild/display/redirect)
[![Pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fadvisory-board-frontend%2Fdevelop&subject=develop)](https://ci.eionet.europa.eu/view/Github/job/volto/job/advisory-board-frontend/job/develop/lastBuild/display/redirect)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fadvisory-board-frontend%2F0.14.0&build=last&subject=release%20v0.14.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/advisory-board-frontend/job/0.14.0/lastBuild/display/redirect/)
[![Release pipeline](https://ci.eionet.europa.eu/buildStatus/icon?job=volto%2Fadvisory-board-frontend%2F0.15.0&build=last&subject=release%20v0.15.0%20pipeline)](https://ci.eionet.europa.eu/view/Github/job/volto/job/advisory-board-frontend/job/0.15.0/lastBuild/display/redirect/)


## Documentation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "advisory-board-frontend",
"description": "A Volto-powered Plone frontend",
"license": "MIT",
"version": "0.14.0",
"version": "0.15.0",
"scripts": {
"start": "razzle start",
"postinstall": "make omelette && make patches",
Expand Down
4 changes: 2 additions & 2 deletions src/customizations/components/theme/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const EEAHeader = ({ pathname, token, items, history, subsite }) => {
className="right-menu"
floated="right"
>
<div className="language-column mobile hidden tablet hidden">
{/* <div className="language-column mobile hidden tablet hidden">
<Dropdown
id={'language-switcher'}
className={'item header-top-item'}
Expand Down Expand Up @@ -349,7 +349,7 @@ const EEAHeader = ({ pathname, token, items, history, subsite }) => {
</ul>
</Dropdown.Menu>
</Dropdown>
</div>
</div> */}
<div className="search-ab">
<SearchWidget pathname={pathname} />
</div>
Expand Down

0 comments on commit 8095d23

Please sign in to comment.