Skip to content

Commit

Permalink
Merge pull request #7738 from opengovsg/release-v6.149.3
Browse files Browse the repository at this point in the history
fix: logic active step padding (#7737)
  • Loading branch information
kevin9foong authored Oct 1, 2024
2 parents 0d4280f + f427462 commit 1971eba
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ 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).

#### [v6.149.3](https://github.com/opengovsg/FormSG/compare/v6.149.2...v6.149.3)

- fix: logic active step padding [`#7737`](https://github.com/opengovsg/FormSG/pull/7737)
- build: release 6.149.2 [`#7734`](https://github.com/opengovsg/FormSG/pull/7734)

#### [v6.149.2](https://github.com/opengovsg/FormSG/compare/v6.149.1...v6.149.2)

> 27 September 2024

- fix: ses default configset [`#7733`](https://github.com/opengovsg/FormSG/pull/7733)
- build: release 6.149.1 [`#7729`](https://github.com/opengovsg/FormSG/pull/7729)
- feat: explicitly specify configset [`f4c78cb`](https://github.com/opengovsg/FormSG/commit/f4c78cb0d342bb1c6241602910dc711ee6703815)
- chore: bump version to 6.149.2 [`e865ad8`](https://github.com/opengovsg/FormSG/commit/e865ad89c862f441b4097b10f9a966033a72f1ce)

#### [v6.149.1](https://github.com/opengovsg/FormSG/compare/v6.149.0...v6.149.1)

Expand Down
4 changes: 2 additions & 2 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-frontend",
"version": "6.149.2",
"version": "6.149.3",
"homepage": ".",
"private": true,
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const EditConditionWrapper = forwardRef<
ref={ref}
borderRadius="4px"
bg="white"
py="1.5rem"
border="1px solid"
borderColor="primary.500"
boxShadow="0 0 0 1px var(--chakra-colors-primary-500)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const EditLogicBlock = ({
<Stack
divider={<EditConditionBlockDivider />}
direction="column"
py="1.5rem"
pb="1.5rem"
px={{ base: '1.5rem', md: '2rem' }}
>
{logicConditionBlocks.map((block, index) => {
Expand Down
4 changes: 2 additions & 2 deletions 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,7 +1,7 @@
{
"name": "FormSG",
"description": "Form Manager for Government",
"version": "6.149.2",
"version": "6.149.3",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down

0 comments on commit 1971eba

Please sign in to comment.