Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[develop] Release 1.53.0 #1376

Merged
merged 1 commit into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,25 @@ 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).

#### [v1.53.0](https://github.com/opengovsg/GoGovSG/compare/v1.52.0...v1.53.0)

- fix(assets): apply one final round of changes [`#1373`](https://github.com/opengovsg/GoGovSG/pull/1373)
- build(deps): bump y18n from 4.0.0 to 4.0.1 [`#1364`](https://github.com/opengovsg/GoGovSG/pull/1364)
- feat(assets): reskin frontend for for.edu.sg [`#1365`](https://github.com/opengovsg/GoGovSG/pull/1365)
- build(deps-dev): bump husky from 4.3.5 to 5.2.0 [`#1334`](https://github.com/opengovsg/GoGovSG/pull/1334)
- build(deps): bump sequelize from 6.5.0 to 6.6.2 [`#1349`](https://github.com/opengovsg/GoGovSG/pull/1349)
- build(deps): bump react-i18next from 11.8.8 to 11.8.11 [`#1348`](https://github.com/opengovsg/GoGovSG/pull/1348)
- [develop] Release 1.52.0 [`#1350`](https://github.com/opengovsg/GoGovSG/pull/1350)
- fix(featured-sliver): shift columns const within export function [`#1355`](https://github.com/opengovsg/GoGovSG/pull/1355)
- feat(maildev): log OTP in console through maildev in dev mode [`#1347`](https://github.com/opengovsg/GoGovSG/pull/1347)
- chore(assets): change assets for for.edu.sg [`d255240`](https://github.com/opengovsg/GoGovSG/commit/d25524073380a0b4bc9764b1fad3a49ca3d9738d)
- build(deps): update dependencies [`170e798`](https://github.com/opengovsg/GoGovSG/commit/170e798f4c927570e6966e600e0506981d27c7e0)
- refactor(theme): parameterise colors to theme, add edu variant [`00c8d00`](https://github.com/opengovsg/GoGovSG/commit/00c8d00c47ad17ce8233f7ce2c2318814b9c9687)

#### [v1.52.0](https://github.com/opengovsg/GoGovSG/compare/v1.51.0...v1.52.0)

> 24 March 2021

- build(deps): bump dependencies [`#1345`](https://github.com/opengovsg/GoGovSG/pull/1345)
- build(deps): bump dependencies [`#1330`](https://github.com/opengovsg/GoGovSG/pull/1330)
- refactor(redux-actions): refactor redux types to use generics [`#1337`](https://github.com/opengovsg/GoGovSG/pull/1337)
Expand All @@ -32,7 +49,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(qr-fonts): implement ibm plex sans for qrcode url [`#433`](https://github.com/opengovsg/GoGovSG/issues/433)
- build(deps-dev): bump dependencies [`52b160c`](https://github.com/opengovsg/GoGovSG/commit/52b160c5f27b6872743ae1627b5a271b31c7c6ea)
- build(github-ci): added build pipeline for edu [`8dc57f5`](https://github.com/opengovsg/GoGovSG/commit/8dc57f5ddebc1e160bed91d5579fb5c9d1151aef)
- build(edu-pipeline): implement build args for asset variant [`2abd47a`](https://github.com/opengovsg/GoGovSG/commit/2abd47a839e34750461dfe978068843d095e93ae)
- chore(release): version bump [`b6f3668`](https://github.com/opengovsg/GoGovSG/commit/b6f366878d554fe23770518be1e044af9767116e)

#### [v1.51.0](https://github.com/opengovsg/GoGovSG/compare/v1.49.0...v1.51.0)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GoGovSG",
"version": "1.52.0",
"version": "1.53.0",
"description": "Link shortener for Singapore government.",
"main": "src/server/index.js",
"scripts": {
Expand Down