diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index 7ce09f6e..61100401 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -4,8 +4,11 @@ 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) +#### [v1.12.0](https://github.com/opengovsg/design-system/compare/v1.10.0...v1.12.0) +- chore: merge v1.11.0 back to main [`#568`](https://github.com/opengovsg/design-system/pull/568) +- fix: date picker mobile custom input [`#569`](https://github.com/opengovsg/design-system/pull/569) +- build: release v1.11.0 [`#567`](https://github.com/opengovsg/design-system/pull/567) - 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) diff --git a/react/package-lock.json b/react/package-lock.json index 8b20ee11..606ce480 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/design-system-react", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/design-system-react", - "version": "1.11.0", + "version": "1.12.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 bb1ede87..c93718ce 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/design-system-react", - "version": "1.11.0", + "version": "1.12.0", "description": "React components", "homepage": "https://github.com/opengovsg/design-system/react#readme", "bugs": "https://github.com/opengovsg/design-system/issues",