From 870a28368c81f6907a5b085a333d98a310a87ee8 Mon Sep 17 00:00:00 2001 From: Kar Rui Lau Date: Thu, 25 May 2023 15:09:14 +0800 Subject: [PATCH] build: release v0.1.0 --- react/CHANGELOG.md | 8 ++++++++ react/package-lock.json | 4 ++-- react/package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/react/CHANGELOG.md b/react/CHANGELOG.md index e479d4c7a..39abade8a 100644 --- a/react/CHANGELOG.md +++ b/react/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v0.1.0](https://github.com/opengovsg/design-system/compare/v0.1.0-alpha.12...v0.1.0) + +- build: release v0.1.0-alpha.12 (also release candidate, try 2) [`#354`](https://github.com/opengovsg/design-system/pull/354) +- build: release v0.1.0-alpha.12 (also release candidate) [`#353`](https://github.com/opengovsg/design-system/pull/353) + #### [v0.1.0-alpha.12](https://github.com/opengovsg/design-system/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) +> 11 May 2023 + - fix: export Sidebar components to package [`#355`](https://github.com/opengovsg/design-system/pull/355) - chore: merge v0.1.0-alpha.11 back to main [`#352`](https://github.com/opengovsg/design-system/pull/352) - feat: add Sidebar component [`#351`](https://github.com/opengovsg/design-system/pull/351) @@ -40,6 +47,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - chore(deps-dev): bump @storybook/react-vite in /react [`#323`](https://github.com/opengovsg/design-system/pull/323) - chore(deps-dev): bump @storybook/client-api in /react [`#320`](https://github.com/opengovsg/design-system/pull/320) - build: release v0.1.0-alpha.11 [`#317`](https://github.com/opengovsg/design-system/pull/317) +- build: release v0.1.0-alpha.12 [`cee93f4`](https://github.com/opengovsg/design-system/commit/cee93f4dd0ee4a45b108a431100f8d61b7535ad0) - docs(token-gen): fix link rendering to design-tokens repo [`3ee4f6b`](https://github.com/opengovsg/design-system/commit/3ee4f6bf5e4280e8af9985eb04ca73b3acfd9abe) #### [v0.1.0-alpha.11](https://github.com/opengovsg/design-system/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) diff --git a/react/package-lock.json b/react/package-lock.json index 02d85979f..c69e80bec 100644 --- a/react/package-lock.json +++ b/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@opengovsg/design-system-react", - "version": "0.1.0-alpha.12", + "version": "0.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@opengovsg/design-system-react", - "version": "0.1.0-alpha.12", + "version": "0.1.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 686087b2f..05456f075 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "@opengovsg/design-system-react", - "version": "0.1.0-alpha.12", + "version": "0.1.0", "description": "React components", "homepage": "https://github.com/opengovsg/design-system/react#readme", "bugs": "https://github.com/opengovsg/design-system/issues",