Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #378 from skoleapp/v2.1.1-rc1
Browse files Browse the repository at this point in the history
v2.1.1-rc1
  • Loading branch information
ruohola authored May 6, 2021
2 parents 244cf0e + 9cb2934 commit 2644413
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
This project does NOT strictly adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.1.1] - 2021-05-06

### Fixed

- Fix prod build not working.

## [2.1.0] - 2021-05-03

### Added
Expand Down
2 changes: 1 addition & 1 deletion frontend
Submodule frontend updated 43 files
+16 −10 .eslintrc.json
+1 −1 Dockerfile
+1 −0 README.md
+4 −5 package.json
+2 −2 src/components/dialogs/ResponsiveDialog.tsx
+3 −2 src/components/dialogs/SkoleDialog.tsx
+1 −1 src/components/form-fields/PrimaryEmailField.tsx
+2 −2 src/components/layout/Footer.tsx
+8 −8 src/components/layout/TopNavbar.tsx
+2 −3 src/components/shared/ActionsButton.tsx
+2 −3 src/components/shared/BackButton.tsx
+2 −3 src/components/shared/LanguageButton.tsx
+2 −3 src/components/shared/SettingsButton.tsx
+2 −2 src/components/shared/SettingsList.tsx
+2 −2 src/components/skeletons/SkeletonCommentTableList.tsx
+2 −2 src/components/skeletons/SkeletonThreadTableList.tsx
+3 −2 src/components/tables/CommentTableRow.tsx
+3 −2 src/components/tables/ThreadTableRow.tsx
+3 −2 src/components/templates/ErrorTemplate.tsx
+3 −3 src/components/templates/FormTemplate.tsx
+3 −2 src/components/templates/ListTemplate.tsx
+3 −7 src/components/templates/MainTemplate.tsx
+3 −3 src/components/templates/MarkdownTemplate.tsx
+3 −2 src/components/templates/SettingsTemplate.tsx
+2 −3 src/components/thread/CommentTextField.tsx
+7 −3 src/components/thread/CreateCommentForm.tsx
+2 −1 src/context/darkMode.tsx
+1 −0 src/context/index.ts
+21 −0 src/context/mediaQuery.tsx
+3 −2 src/context/share.tsx
+1 −0 src/hocs/index.ts
+13 −0 src/hocs/withMediaQueries.tsx
+2 −2 src/hooks/useMuiTheme.ts
+2 −2 src/pages/_app.tsx
+3 −2 src/pages/home.tsx
+2 −3 src/pages/index.tsx
+2 −2 src/pages/score.tsx
+3 −3 src/pages/search.tsx
+4 −3 src/pages/threads/[slug].tsx
+5 −4 src/pages/users/[slug].tsx
+0 −17 src/styles.ts
+5 −0 src/types/context.ts
+1,294 −468 yarn.lock

0 comments on commit 2644413

Please sign in to comment.