Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge release v1.25.0 back to main #773

Merged
merged 2 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@ 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.25.0](https://github.com/opengovsg/design-system/compare/v1.24.0...v1.25.0)

- feat: use @chakra-ui/react imports over specialised imports [`#770`](https://github.com/opengovsg/design-system/pull/770)
- feat: add script to copy generated themes to storybook theme folder [`#769`](https://github.com/opengovsg/design-system/pull/769)
- feat: add Armoury theme [`#768`](https://github.com/opengovsg/design-system/pull/768)
- chore: merge release v1.24.0 back to main [`#756`](https://github.com/opengovsg/design-system/pull/756)
- fix(deps): bump rollup from 3.29.4 to 3.29.5 in /react [`#764`](https://github.com/opengovsg/design-system/pull/764)
- chore(deps-dev): bump vite from 4.5.3 to 4.5.5 in /react [`#759`](https://github.com/opengovsg/design-system/pull/759)
- build: release v1.24.0 [`#755`](https://github.com/opengovsg/design-system/pull/755)

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

> 16 September 2024

- feat: fix Input prefill style regression, add `isPrefilled` prop to Datepicker and Select [`#754`](https://github.com/opengovsg/design-system/pull/754)
- chore: merge v1.23.0 back to main [`#747`](https://github.com/opengovsg/design-system/pull/747)
- build: release v1.23.0 [`#746`](https://github.com/opengovsg/design-system/pull/746)
- build: release v1.24.0 [`06e23c9`](https://github.com/opengovsg/design-system/commit/06e23c916f9ccf47da599034fce4b96a315535e1)

#### [v1.23.0](https://github.com/opengovsg/design-system/compare/v1.22.0...v1.23.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.24.0",
"version": "1.25.0",
"description": "React components",
"homepage": "https://github.com/opengovsg/design-system/react#readme",
"bugs": "https://github.com/opengovsg/design-system/issues",
Expand Down
Loading