Skip to content

Commit

Permalink
Merge pull request #602 from commons-stack/v_0_12_0
Browse files Browse the repository at this point in the history
v0.12.0
  • Loading branch information
kristoferlund authored Sep 26, 2022
2 parents ce87188 + cc1323d commit 2d26815
Show file tree
Hide file tree
Showing 21 changed files with 47 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- run: echo "${{secrets.DISCORDBOT_ENV_TESTING }}" > packages/discord-bot/.env
- run: echo "${{secrets.FRONTEND_ENV_TESTING }}" > packages/frontend/.env
- run: yarn mongodb:start
- run: yarn workspace api test
- run: yarn workspace api test
4 changes: 2 additions & 2 deletions .github/workflows/discord-bot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: discord-bot
name: Discord-Bot
on:
workflow_dispatch:
pull_request:
Expand All @@ -17,4 +17,4 @@ jobs:
- run: yarn install
- run: yarn workspace api build
- run: yarn workspace discord-bot lint
- run: yarn workspace discord-bot build
- run: yarn workspace discord-bot build
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: frontend
name: Frontend
on:
workflow_dispatch:
pull_request:
Expand All @@ -17,4 +17,4 @@ jobs:
- run: yarn install
- run: yarn workspace api build
- run: yarn workspace frontend lint
- run: yarn workspace frontend build
- run: yarn workspace frontend build
2 changes: 1 addition & 1 deletion .github/workflows/package-dev-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development - Create and publish api Docker image
name: Api/Development - Create and publish Docker image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-dev-discord-bot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development - Create and publish discord-bot Docker image
name: Discord-Bot/Development - Create and publish Docker image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-dev-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development - Create and publish frontend Docker image
name: Frontend/Development - Create and publish Docker image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-dev-setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Development - Create and publish setup Docker image
name: Setup/Development - Create and publish Docker image

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-release-api.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release - Create and publish api Docker image
name: Api/Release - Create and publish Docker image

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-release-discord-bot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release - Create and publish discord-bot Docker image
name: Discord-Bot/Release - Create and publish Docker image

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-release-frontend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release - Create and publish frontend Docker image
name: Frontend/Release - Create and publish Docker image

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-release-setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release - Create and publish setup Docker image
name: Setup/Release - Create and publish Docker image

on:
release:
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [0.12.0] - 2022-09-26

### Added

- **API:** Custom praise exports using transformation maps that can perform calculations on Praise data #549 #532
- **Frontend:** New items on the main navigation #596 #430
- Give us feedback
- Latest changes
- Docs

### Fixed

- **API:** Fix/evenly assign quantifiers prevent overlap #573 #535
- **Frontend:** Custom emojis get the wrong size when displayed in Praise dashboard #592
- **API:** Settings are now allowed to have empty values #597
- **Frontend:** Update Search Input in dark mode #594
- **Frontend:** Add a `replace` option to NavItem to better handle subpage navigation and backlink clicks #579
- **Frontend:** Fix quantifier dark mode and correct onclick behaviour #588
- **Frontend:** Better darkmode looks for analytics #570
- **Frontend:** Show placeholder while loading avatar image #574

### Removed

- **Frontend:** Removed the FAQ page #586

## [0.11.1] - 2022-08-24

Hotfix resolving an issue with building Docker images for production.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "praise",
"version": "0.11.2",
"version": "0.12.0",
"license": "GPL-3.0-or-later",
"description": "Praise community contributions to build a culture of giving and gratitude.",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.11.2",
"version": "0.12.0",
"license": "GPL-3.0-or-later",
"description": "The Praise REST API running on Node/Express, using MongoDB for storage.",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/discord-bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discord-bot",
"version": "0.11.2",
"version": "0.12.0",
"license": "GPL-3.0-or-later",
"description": "The Praise Discord bot is the main way for users to interact with the Praise system.",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "0.11.2",
"version": "0.12.0",
"license": "GPL-3.0-or-later",
"description": "The Praise dashboard built on React/Recoil/Tailwind CSS.",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/model/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ interface PraiseAppVersion {

export const usePraiseAppVersion = (): PraiseAppVersion => {
const appVersion: PraiseAppVersion = {
current: '0.11.2', //TODO: get this from package.json
current: '0.12.0', //TODO: get this from package.json
latest: undefined,
newVersionAvailable: false,
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Chart } from 'react-chartjs-2';
import { Chart as ChartJS, ChartData, ChartOptions } from 'chart.js';
import {
TreemapController,
TreemapElement,
TreemapDataPoint,
TreemapElement,
} from 'chartjs-chart-treemap';

ChartJS.register(TreemapController, TreemapElement);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Bar } from 'react-chartjs-2';
import {
Chart as ChartJS,
CategoryScale,
Expand All @@ -10,6 +9,7 @@ import {
ChartData,
ChartOptions,
} from 'chart.js';
import { Bar } from 'react-chartjs-2';

ChartJS.register(
CategoryScale,
Expand Down
2 changes: 1 addition & 1 deletion packages/mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongodb",
"version": "0.11.2",
"version": "0.12.0",
"license": "GPL-3.0-or-later",
"description": "The Prasie data is stored in a MongoDb database."
}
2 changes: 1 addition & 1 deletion packages/setup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup",
"version": "0.11.2",
"version": "0.12.0",
"license": "GPL-3.0-or-later",
"type": "commonjs",
"description": "Praise ENV setup scripts.",
Expand Down

0 comments on commit 2d26815

Please sign in to comment.