From d305005a93182d0a6832b39ffff6efe871afc68a Mon Sep 17 00:00:00 2001 From: Kar Rui Lau Date: Tue, 29 Aug 2023 14:10:08 +0800 Subject: [PATCH] build: release v1.6.0 --- react/CHANGELOG.md | 11 +++++++++++ react/package-lock.json | 4 ++-- react/package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 9488cf0b..3fce48b6 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -4,8 +4,18 @@ 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.6.0](https://github.com/opengovsg/design-system/compare/v1.5.0...v1.6.0) + +- chore: merge v1.6.0 back to main [`#468`](https://github.com/opengovsg/design-system/pull/468) +- chore(deps-dev): bump eslint-plugin-testing-library in /react [`#466`](https://github.com/opengovsg/design-system/pull/466) +- feat: add success variant for infobox component [`#464`](https://github.com/opengovsg/design-system/pull/464) +- chore(deps-dev): bump eslint-config-prettier in /react [`#455`](https://github.com/opengovsg/design-system/pull/455) +- build: release v1.5.0 [`#459`](https://github.com/opengovsg/design-system/pull/459) + #### [v1.5.0](https://github.com/opengovsg/design-system/compare/v1.4.0...v1.5.0) +> 11 August 2023 + - 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) @@ -25,6 +35,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - 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) +- build: bump package to v1.5.0 [`d636d76`](https://github.com/opengovsg/design-system/commit/d636d7661008d1e1a0e6219627d040ac1c092c04) #### [v1.4.0](https://github.com/opengovsg/design-system/compare/v1.3.0...v1.4.0) diff --git a/react/package-lock.json b/react/package-lock.json index dc8428c4..d129b3a3 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/design-system-react", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/design-system-react", - "version": "1.5.0", + "version": "1.6.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 156d8a4d..6145c7d0 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/design-system-react", - "version": "1.5.0", + "version": "1.6.0", "description": "React components", "homepage": "https://github.com/opengovsg/design-system/react#readme", "bugs": "https://github.com/opengovsg/design-system/issues",