Skip to content

Commit

Permalink
build: release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karrui committed Jun 27, 2023
1 parent 88ca90a commit ca2e07c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,34 @@ 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.3.0](https://github.com/opengovsg/design-system/compare/v1.2.0...v1.3.0)

- feat(calender/datepicker): allow fixed height and mobile UX improvements [`#412`](https://github.com/opengovsg/design-system/pull/412)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin in /react [`#410`](https://github.com/opengovsg/design-system/pull/410)
- chore(deps-dev): bump esbuild from 0.18.4 to 0.18.8 in /react [`#409`](https://github.com/opengovsg/design-system/pull/409)
- fix(deps): bump react-textarea-autosize from 8.4.1 to 8.5.0 in /react [`#408`](https://github.com/opengovsg/design-system/pull/408)
- chore(deps-dev): bump @typescript-eslint/parser in /react [`#407`](https://github.com/opengovsg/design-system/pull/407)
- fix(deps): bump @fontsource/ibm-plex-mono from 4.5.13 to 5.0.3 in /react [`#391`](https://github.com/opengovsg/design-system/pull/391)
- feat(design-token): update Vault tokens, add PinPoint tokens [`#406`](https://github.com/opengovsg/design-system/pull/406)
- fix(deps): bump react-textarea-autosize from 8.4.0 to 8.4.1 in /react [`#405`](https://github.com/opengovsg/design-system/pull/405)
- chore(deps-dev): bump esbuild from 0.17.19 to 0.18.4 in /react [`#404`](https://github.com/opengovsg/design-system/pull/404)
- chore(deps-dev): bump @typescript-eslint/parser in /react [`#403`](https://github.com/opengovsg/design-system/pull/403)
- chore(deps-dev): bump eslint from 8.42.0 to 8.43.0 in /react [`#402`](https://github.com/opengovsg/design-system/pull/402)
- fix: custom close button for banner [`#399`](https://github.com/opengovsg/design-system/pull/399)
- chore: merge release v1.2.0 back to main [`#395`](https://github.com/opengovsg/design-system/pull/395)
- build: release v1.2.0 [`#394`](https://github.com/opengovsg/design-system/pull/394)

#### [v1.2.0](https://github.com/opengovsg/design-system/compare/v1.1.0...v1.2.0)

> 13 June 2023
- fix: respect size defaultProps in MultiSelect, SingleSelect component [`#393`](https://github.com/opengovsg/design-system/pull/393)
- feat: allow ChakraProps to be used in Sidebar components [`#387`](https://github.com/opengovsg/design-system/pull/387)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin in /react [`#390`](https://github.com/opengovsg/design-system/pull/390)
- chore(deps-dev): bump eslint from 8.39.0 to 8.42.0 in /react [`#389`](https://github.com/opengovsg/design-system/pull/389)
- chore: merge v1.1.0 back to main [`#386`](https://github.com/opengovsg/design-system/pull/386)
- build: release v1.1.0 [`#385`](https://github.com/opengovsg/design-system/pull/385)
- build: release v1.2.0 [`e9080df`](https://github.com/opengovsg/design-system/commit/e9080df2931a755e8188d1e9cde2f16313236399)

#### [v1.1.0](https://github.com/opengovsg/design-system/compare/v1.0.0...v1.1.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.2.0",
"version": "1.3.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 ca2e07c

Please sign in to comment.