diff --git a/package-lock.json b/package-lock.json index 2cdaf1ae..322922f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14403,7 +14403,7 @@ }, "packages/camp": { "name": "@opengovsg/design-system-react", - "version": "1.25.0", + "version": "1.26.0", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "@chakra-ui/utils": "^2.2.2", diff --git a/packages/camp/CHANGELOG.md b/packages/camp/CHANGELOG.md index e655d8a4..1de77a83 100644 --- a/packages/camp/CHANGELOG.md +++ b/packages/camp/CHANGELOG.md @@ -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) diff --git a/packages/camp/package.json b/packages/camp/package.json index a1a0f443..b52b9c4e 100644 --- a/packages/camp/package.json +++ b/packages/camp/package.json @@ -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",