From d98a20c2dec490c876a8f77a47271323e540ca52 Mon Sep 17 00:00:00 2001 From: Kar Rui Lau Date: Thu, 21 Mar 2024 12:41:22 +0800 Subject: [PATCH] build: release v1.19.0 --- react/CHANGELOG.md | 14 ++++++++++++++ react/package-lock.json | 4 ++-- react/package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 84952250..943353cc 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -4,8 +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). +#### [v1.19.0](https://github.com/opengovsg/design-system/compare/v1.18.0...v1.19.0) + +- feat: upgrade to Storybook v8 [`#681`](https://github.com/opengovsg/design-system/pull/681) +- fix(DatePicker): render new value when `value` prop changes [`#687`](https://github.com/opengovsg/design-system/pull/687) +- fix(DateRangePicker): render new value when `value` prop changes outside of component [`#680`](https://github.com/opengovsg/design-system/pull/680) +- fix(deps): bump react-virtuoso from 4.6.2 to 4.7.1 in /react [`#673`](https://github.com/opengovsg/design-system/pull/673) +- feat: add specific CC-BY-4.0 license for imported boxicons [`#672`](https://github.com/opengovsg/design-system/pull/672) +- fix: delete incorrectly committed built tgz file [`#671`](https://github.com/opengovsg/design-system/pull/671) +- chore: merge release v1.18.0 back to `main` [`#670`](https://github.com/opengovsg/design-system/pull/670) +- build: release v1.18.0 [`#668`](https://github.com/opengovsg/design-system/pull/668) + #### [v1.18.0](https://github.com/opengovsg/design-system/compare/v1.17.0...v1.18.0) +> 29 February 2024 + - fix(inputs): regression with ChakraUI v2.8.2 due to new `height` usage [`#667`](https://github.com/opengovsg/design-system/pull/667) - feat: support multiple file upload [`#656`](https://github.com/opengovsg/design-system/pull/656) - feat: loosen description requirements for toggle component [`#662`](https://github.com/opengovsg/design-system/pull/662) @@ -27,6 +40,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - fix(deps): bump libphonenumber-js from 1.10.53 to 1.10.54 in /react [`#646`](https://github.com/opengovsg/design-system/pull/646) - chore(deps-dev): bump esbuild from 0.19.11 to 0.20.0 in /react [`#645`](https://github.com/opengovsg/design-system/pull/645) - build: release v1.17.0 [`#641`](https://github.com/opengovsg/design-system/pull/641) +- build: release v1.18.0 [`b7a0d94`](https://github.com/opengovsg/design-system/commit/b7a0d9464965136c2793f46893371da7cef1fe33) #### [v1.17.0](https://github.com/opengovsg/design-system/compare/v1.16.0...v1.17.0) diff --git a/react/package-lock.json b/react/package-lock.json index 0caec68e..ea6b3691 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/design-system-react", - "version": "1.18.0", + "version": "1.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/design-system-react", - "version": "1.18.0", + "version": "1.19.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@chakra-ui/utils": "^2.0.12", diff --git a/react/package.json b/react/package.json index 169d1b33..dc6a1969 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/design-system-react", - "version": "1.18.0", + "version": "1.19.0", "description": "React components", "homepage": "https://github.com/opengovsg/design-system/react#readme", "bugs": "https://github.com/opengovsg/design-system/issues",