Skip to content

Commit

Permalink
Merge pull request #18 from lsst-sqre/tickets/DM-30000
Browse files Browse the repository at this point in the history
DM-30000: Release 0.1.4
  • Loading branch information
jonathansick authored May 3, 2021
2 parents 8e41eba + 059cdab commit df5a0ad
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
##########
Change log
##########

0.1.4 (2021-05-03)
==================

- Fix CSS loading for the UserMenu component by adding the babel styled-components plugin.
- Change the UserMenu component to display the username rather than the user's name, as Gafaelfawr does not guarantee the "name" property is available.
- Switch to Font Source for the Source Sans font (from Google Fonts).
- Remove temporary content from the index page.

0.1.3 (2021-04-05)
==================

- Fix hero links for Portal and Notebooks
- Enable links in nav bar
- Enable documentation links

0.1.2 (2021-04-05)
==================

- Fix how the configuration path is computed.

0.1.1 (2021-04-05)
==================

- This release adds next.config.js to the Docker image.

0.1.0 (2021-03-30)
==================

This is the first development release of Squareone! 🎉
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "squareone",
"version": "0.1.0",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
Expand Down
3 changes: 0 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export default function Home({ publicRuntimeConfig }) {
</Head>

<Hero />

<h2>News</h2>
<p>Hello world.</p>
</>
);
}
Expand Down

0 comments on commit df5a0ad

Please sign in to comment.