From 10955ed7bbac0fcb7872ab0b49be43ba3dd3acb5 Mon Sep 17 00:00:00 2001 From: tshuli Date: Thu, 23 Nov 2023 17:35:47 +0800 Subject: [PATCH 1/2] Revert "fix: refine regex to handle newlines after indentation groups" This reverts commit e050bd645d06915338b2bad2b6189991da009702. --- .../components/MarkdownText/MarkdownText.tsx | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/frontend/src/components/MarkdownText/MarkdownText.tsx b/frontend/src/components/MarkdownText/MarkdownText.tsx index b228ac0d07..c0e5919805 100644 --- a/frontend/src/components/MarkdownText/MarkdownText.tsx +++ b/frontend/src/components/MarkdownText/MarkdownText.tsx @@ -23,25 +23,7 @@ export const MarkdownText = ({ const processedRawString = useMemo(() => { // Create new line nodes for every new line in raw string so new lines gets rendered. if (multilineBreaks) { - /** - * Matching new lines that are not preceded by a token that indents. - * - * (? Date: Thu, 23 Nov 2023 17:36:42 +0800 Subject: [PATCH 2/2] chore: bump version to 6.91.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3582422fa..75f0b56cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ 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.91.1](https://github.com/opengovsg/FormSG/compare/v6.91.0...v6.91.1) + +- build: release v6.91.0 [`#6918`](https://github.com/opengovsg/FormSG/pull/6918) +- Revert "fix: refine regex to handle newlines after indentation groups" [`10955ed`](https://github.com/opengovsg/FormSG/commit/10955ed7bbac0fcb7872ab0b49be43ba3dd3acb5) + #### [v6.91.0](https://github.com/opengovsg/FormSG/compare/v6.90.0...v6.91.0) +> 21 November 2023 + - fix(markdown): refine regex to handle newlines after indentation groups [`#6917`](https://github.com/opengovsg/FormSG/pull/6917) - fix: omit isVisible property from webhook response [`#6907`](https://github.com/opengovsg/FormSG/pull/6907) - feat: charts [`#6790`](https://github.com/opengovsg/FormSG/pull/6790) - build: merge release 6.90.0 to develop [`#6914`](https://github.com/opengovsg/FormSG/pull/6914) - build: release v6.90.0 [`#6913`](https://github.com/opengovsg/FormSG/pull/6913) +- chore: bump version to v6.91.0 [`b5a2144`](https://github.com/opengovsg/FormSG/commit/b5a2144403deb886e681499e09a8aca7aaa3baa6) #### [v6.90.0](https://github.com/opengovsg/FormSG/compare/v6.89.2...v6.90.0) diff --git a/package-lock.json b/package-lock.json index 643c7526dc..c94581e347 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "FormSG", - "version": "6.91.0", + "version": "6.91.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "FormSG", - "version": "6.91.0", + "version": "6.91.1", "hasInstallScript": true, "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.347.1", diff --git a/package.json b/package.json index 1f460eecf2..a7bd7f13f3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "FormSG", "description": "Form Manager for Government", - "version": "6.91.0", + "version": "6.91.1", "homepage": "https://form.gov.sg", "authors": [ "FormSG "