Skip to content

Commit

Permalink
chore: bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lamkeewei committed Jun 2, 2021
1 parent c3f45fc commit c03c63e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,30 @@ 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.7.1](https://github.com/opengovsg/checkfirst/compare/v1.7.0...v1.7.1)

- chore(deps-dev): bump @types/react-dom from 17.0.5 to 17.0.6 [`#641`](https://github.com/opengovsg/checkfirst/pull/641)
- chore(deps): bump aws-sdk from 2.918.0 to 2.919.0 [`#640`](https://github.com/opengovsg/checkfirst/pull/640)
- chore(deps-dev): bump @types/mathjs from 9.3.2 to 9.4.2 [`#639`](https://github.com/opengovsg/checkfirst/pull/639)
- chore(deps-dev): bump @typescript-eslint/parser from 4.25.0 to 4.26.0 [`#638`](https://github.com/opengovsg/checkfirst/pull/638)
- chore(deps): bump @sentry/react from 6.4.1 to 6.5.0 [`#635`](https://github.com/opengovsg/checkfirst/pull/635)
- fix(frontend): parsing of conditional expressions with `and` or `or` [`#633`](https://github.com/opengovsg/checkfirst/pull/633)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin [`#636`](https://github.com/opengovsg/checkfirst/pull/636)
- chore(deps): bump @sentry/node from 6.4.1 to 6.5.0 [`#634`](https://github.com/opengovsg/checkfirst/pull/634)
- fix(expression-input): clear selection on click out of component [`#625`](https://github.com/opengovsg/checkfirst/pull/625)
- fix(form-builder): fix scroll to invalid input behaviour [`#516`](https://github.com/opengovsg/checkfirst/pull/516)
- chore(deps): bump aws-sdk from 2.917.0 to 2.918.0 [`#632`](https://github.com/opengovsg/checkfirst/pull/632)
- chore(deps): bump react-hook-form from 7.6.9 to 7.7.1 [`#631`](https://github.com/opengovsg/checkfirst/pull/631)
- chore(deps): bump dns-packet from 1.3.1 to 1.3.4 [`#629`](https://github.com/opengovsg/checkfirst/pull/629)
- chore(deps): bump react-hook-form from 7.6.7 to 7.6.9 [`#628`](https://github.com/opengovsg/checkfirst/pull/628)
- chore(deps-dev): bump webpack from 5.37.1 to 5.38.1 [`#627`](https://github.com/opengovsg/checkfirst/pull/627)
- chore(deps): bump aws-sdk from 2.916.0 to 2.917.0 [`#626`](https://github.com/opengovsg/checkfirst/pull/626)
- [develop] Release 1.7.0 [`#624`](https://github.com/opengovsg/checkfirst/pull/624)

#### [v1.7.0](https://github.com/opengovsg/checkfirst/compare/v1.6.0...v1.7.0)

> 27 May 2021
- chore(deps): bump aws-sdk from 2.914.0 to 2.916.0 [`#619`](https://github.com/opengovsg/checkfirst/pull/619)
- chore(deps-dev): bump typescript from 4.2.4 to 4.3.2 [`#618`](https://github.com/opengovsg/checkfirst/pull/618)
- chore(deps): bump @chakra-ui/react from 1.6.2 to 1.6.3 [`#617`](https://github.com/opengovsg/checkfirst/pull/617)
Expand Down Expand Up @@ -47,6 +69,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- chore(deps-dev): bump ts-loader from 9.1.2 to 9.2.0 [`#580`](https://github.com/opengovsg/checkfirst/pull/580)
- chore(deps): bump aws-sdk from 2.908.0 to 2.909.0 [`#579`](https://github.com/opengovsg/checkfirst/pull/579)
- chore(deps): bump react-hook-form from 7.6.0 to 7.6.2 [`#577`](https://github.com/opengovsg/checkfirst/pull/577)
- chore: bump version to 1.7.0 [`4b15ab3`](https://github.com/opengovsg/checkfirst/commit/4b15ab379498181a5d9632ee364706c70ede2580)

#### [v1.6.0](https://github.com/opengovsg/checkfirst/compare/v1.5.0...v1.6.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": "@opengovsg/checkfirst",
"version": "1.7.0",
"version": "1.7.1",
"description": "Calculators and eligibility checkers for Singapore Government policies",
"main": "build/server/index.js",
"homepage": "https://checkfirst.gov.sg",
Expand Down

0 comments on commit c03c63e

Please sign in to comment.