diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index ad9b0a27..9488cf0b 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -4,8 +4,32 @@ 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.5.0](https://github.com/opengovsg/design-system/compare/v1.4.0...v1.5.0) + +- feat: add Breadcrumb component, correct standalone Link sizing [`#458`](https://github.com/opengovsg/design-system/pull/458) +- fix(searchbar): clear controlled searchbar [`#448`](https://github.com/opengovsg/design-system/pull/448) +- chore: merge v1.4.0 back to main [`#431`](https://github.com/opengovsg/design-system/pull/431) +- chore(deps-dev): bump vite from 4.4.7 to 4.4.8 in /react [`#456`](https://github.com/opengovsg/design-system/pull/456) +- fix(deps): bump react-virtuoso from 4.4.1 to 4.4.2 in /react [`#451`](https://github.com/opengovsg/design-system/pull/451) +- chore(deps-dev): bump vite from 4.4.6 to 4.4.7 in /react [`#450`](https://github.com/opengovsg/design-system/pull/450) +- chore(deps-dev): bump @types/react from 18.2.7 to 18.2.17 in /react [`#449`](https://github.com/opengovsg/design-system/pull/449) +- chore(deps-dev): bump esbuild from 0.18.11 to 0.18.16 in /react [`#445`](https://github.com/opengovsg/design-system/pull/445) +- fix(deps): bump react-virtuoso from 4.4.0 to 4.4.1 in /react [`#444`](https://github.com/opengovsg/design-system/pull/444) +- chore(deps-dev): bump vite from 4.3.9 to 4.4.6 in /react [`#443`](https://github.com/opengovsg/design-system/pull/443) +- chore(deps-dev): bump tsc-alias from 1.8.6 to 1.8.7 in /react [`#442`](https://github.com/opengovsg/design-system/pull/442) +- chore(deps-dev): bump @typescript-eslint/parser in /react [`#441`](https://github.com/opengovsg/design-system/pull/441) +- fix: label typing tooltip to match chakra [`#437`](https://github.com/opengovsg/design-system/pull/437) +- chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 in /react [`#438`](https://github.com/opengovsg/design-system/pull/438) +- fix(deps): bump @swc/core-linux-x64-gnu from 1.3.62 to 1.3.69 in /react [`#436`](https://github.com/opengovsg/design-system/pull/436) +- fix(deps): bump react-virtuoso from 4.3.11 to 4.4.0 in /react [`#433`](https://github.com/opengovsg/design-system/pull/433) +- fix(deps): bump @fontsource/ibm-plex-mono from 5.0.3 to 5.0.5 in /react [`#434`](https://github.com/opengovsg/design-system/pull/434) +- chore(deps-dev): bump eslint from 8.44.0 to 8.45.0 in /react [`#432`](https://github.com/opengovsg/design-system/pull/432) +- build: release v1.4.0 [`#430`](https://github.com/opengovsg/design-system/pull/430) + #### [v1.4.0](https://github.com/opengovsg/design-system/compare/v1.3.0...v1.4.0) +> 13 July 2023 + - feat: allow overriding of item height in virtual list [`#420`](https://github.com/opengovsg/design-system/pull/420) - feat(checkbox): display relevant checkbox colorschemes in darkmode [`#429`](https://github.com/opengovsg/design-system/pull/429) - feat(ci): finetune when turbosnap for chromatic runs [`#428`](https://github.com/opengovsg/design-system/pull/428) @@ -21,6 +45,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps-dev): bump esbuild from 0.18.8 to 0.18.11 in /react [`#415`](https://github.com/opengovsg/design-system/pull/415) - chore: merge v1.3.0 back into main [`#414`](https://github.com/opengovsg/design-system/pull/414) - build: release v1.3.0 [`#413`](https://github.com/opengovsg/design-system/pull/413) +- build: release v1.4.0 [`6a5ed9d`](https://github.com/opengovsg/design-system/commit/6a5ed9d9da06f1ad756ec094e67089edc3dd6705) #### [v1.3.0](https://github.com/opengovsg/design-system/compare/v1.2.0...v1.3.0) diff --git a/react/package-lock.json b/react/package-lock.json index 76874003..dc8428c4 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/design-system-react", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/design-system-react", - "version": "1.4.0", + "version": "1.5.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 87707164..156d8a4d 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/design-system-react", - "version": "1.4.0", + "version": "1.5.0", "description": "React components", "homepage": "https://github.com/opengovsg/design-system/react#readme", "bugs": "https://github.com/opengovsg/design-system/issues",