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 v1.27.0 back to main #824

Merged
merged 2 commits into from
Dec 17, 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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 20 additions & 2 deletions packages/camp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ 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)

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

- fix(MultiSelectProvider.tsx): double addition on mobile [`#817`](https://github.com/opengovsg/design-system/pull/817)
- fix(deps): bump @chakra-ui/utils from 2.0.15 to 2.2.2 [`#800`](https://github.com/opengovsg/design-system/pull/800)
- fix: update all Storybook packages to v8.45.0 [`#796`](https://github.com/opengovsg/design-system/pull/796)
- chore(deps-dev): bump rimraf from 5.0.10 to 6.0.1 [`#785`](https://github.com/opengovsg/design-system/pull/785)
- chore(deps-dev): bump @storybook/addon-mdx-gfm from 8.0.0 to 8.4.5 [`#794`](https://github.com/opengovsg/design-system/pull/794)
- chore(deps-dev): bump @storybook/addon-essentials from 8.0.0 to 8.4.5 [`#793`](https://github.com/opengovsg/design-system/pull/793)
- chore(deps-dev): bump @storybook/react-vite from 8.0.0 to 8.4.5 [`#791`](https://github.com/opengovsg/design-system/pull/791)
- chore(deps-dev): bump esbuild from 0.20.2 to 0.24.0 [`#790`](https://github.com/opengovsg/design-system/pull/790)
- chore(deps-dev): bump @storybook/addon-themes from 8.0.0 to 8.4.5 [`#788`](https://github.com/opengovsg/design-system/pull/788)
- chore(deps-dev): bump @storybook/preview-api from 8.0.0 to 8.4.5 [`#789`](https://github.com/opengovsg/design-system/pull/789)
- chore(deps-dev): bump @storybook/addon-a11y from 8.0.0 to 8.4.5 [`#787`](https://github.com/opengovsg/design-system/pull/787)
- chore(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 [`#786`](https://github.com/opengovsg/design-system/pull/786)
- chore: update dependencies and add workspace linting [`#784`](https://github.com/opengovsg/design-system/pull/784)
- feat: convert repo to a turborepo monorepo [`#783`](https://github.com/opengovsg/design-system/pull/783)
- refactor: use explicit import for lodash (to reduce bundling whole lib) [`#774`](https://github.com/opengovsg/design-system/pull/774)
- chore: merge release v1.25.0 back to main [`#773`](https://github.com/opengovsg/design-system/pull/773)
- feat: update design tokens (postman colors) [`#778`](https://github.com/opengovsg/design-system/pull/778)
- build: release v1.25.0 [`#772`](https://github.com/opengovsg/design-system/pull/772)
- 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)
Expand Down
2 changes: 1 addition & 1 deletion packages/camp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengovsg/design-system-react",
"version": "1.25.0",
"version": "1.26.0",
"description": "React components",
"homepage": "https://github.com/opengovsg/design-system/react#readme",
"bugs": "https://github.com/opengovsg/design-system/issues",
Expand Down
Loading