From 98e313033b00107c9eb608cb433709f4a8f6b4c0 Mon Sep 17 00:00:00 2001 From: Kar Rui Lau Date: Wed, 22 Nov 2023 17:34:41 +0800 Subject: [PATCH] build: release v1.11.0 --- react/CHANGELOG.md | 9 +++++++++ react/package-lock.json | 4 ++-- react/package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 61b3bdc5..7ce09f6e 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -4,8 +4,16 @@ 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.11.0](https://github.com/opengovsg/design-system/compare/v1.10.0...v1.11.0) + +- fix: downgrade to nanoid@3 to retain cjs compatbility [`#566`](https://github.com/opengovsg/design-system/pull/566) +- chore: merge v1.10.0 back to main [`#565`](https://github.com/opengovsg/design-system/pull/565) +- build: release v1.10.0 [`#564`](https://github.com/opengovsg/design-system/pull/564) + #### [v1.10.0](https://github.com/opengovsg/design-system/compare/v1.9.0...v1.10.0) +> 22 November 2023 + - fix(storybook): remove unnecessary imports [`#563`](https://github.com/opengovsg/design-system/pull/563) - feat: allow custom input element override for DatePicker [`#562`](https://github.com/opengovsg/design-system/pull/562) - fix: set standard banner padding regardless of viewport, add sm size [`#559`](https://github.com/opengovsg/design-system/pull/559) @@ -24,6 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps-dev): bump eslint-plugin-testing-library in /react [`#547`](https://github.com/opengovsg/design-system/pull/547) - merge v1.9.0 back to main [`#545`](https://github.com/opengovsg/design-system/pull/545) - build: release v1.9.0 [`#544`](https://github.com/opengovsg/design-system/pull/544) +- build: release v1.10.0 [`1614ee1`](https://github.com/opengovsg/design-system/commit/1614ee15abe84b6e150eeaca314e04f05eb35560) #### [v1.9.0](https://github.com/opengovsg/design-system/compare/v1.8.0...v1.9.0) diff --git a/react/package-lock.json b/react/package-lock.json index a08698de..8b20ee11 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/design-system-react", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/design-system-react", - "version": "1.10.0", + "version": "1.11.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 6b321b50..bb1ede87 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/design-system-react", - "version": "1.10.0", + "version": "1.11.0", "description": "React components", "homepage": "https://github.com/opengovsg/design-system/react#readme", "bugs": "https://github.com/opengovsg/design-system/issues",