Skip to content

Commit

Permalink
Merge pull request #468 from opengovsg/latest
Browse files Browse the repository at this point in the history
chore: merge v1.6.0 back to main
  • Loading branch information
karrui authored Aug 29, 2023
2 parents 5a2838c + 6603c76 commit fbb9526
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions react/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 react/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit fbb9526

Please sign in to comment.