Skip to content

Commit

Permalink
chore(main): release 5.2.1 (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
graasper authored Oct 1, 2024
1 parent e997e82 commit f7be5b4
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 242 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [5.2.1](https://github.com/graasp/graasp-ui/compare/v5.2.0...v5.2.1) (2024-10-01)


### Bug Fixes

* **deps:** update dependency react-rnd to v10.4.13 ([#1059](https://github.com/graasp/graasp-ui/issues/1059)) ([baa0e4e](https://github.com/graasp/graasp-ui/commit/baa0e4ef664523a524b03ef76a58c5a3649bd86a))
* pass classname to dense card ([#1062](https://github.com/graasp/graasp-ui/issues/1062)) ([d581f2f](https://github.com/graasp/graasp-ui/commit/d581f2fd08fdeebb2c86987cf650482e13c0f3b2))
* remove usage of `false` in component return ([#1066](https://github.com/graasp/graasp-ui/issues/1066)) ([609ea8c](https://github.com/graasp/graasp-ui/commit/609ea8cf4f00bee631da4a3abcdecc55377f821f))
* update ThemeProvider children type to be used with conditional rendering ([#1067](https://github.com/graasp/graasp-ui/issues/1067)) ([5794e9e](https://github.com/graasp/graasp-ui/commit/5794e9e3dd275130db3914c31199d1cfb86f26ae))

## [5.2.0](https://github.com/graasp/graasp-ui/compare/v5.1.0...v5.2.0) (2024-09-23)


Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graasp/ui",
"version": "5.2.0",
"version": "5.2.1",
"description": "React components for the Graasp ecosystem.",
"author": "Graasp",
"contributors": [
Expand Down Expand Up @@ -77,7 +77,7 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-quill": "2.0.0",
"react-rnd": "10.4.13",
"react-rnd": "10.4.12",
"uuid": "10.0.0"
},
"peerDependencies": {
Expand Down Expand Up @@ -113,15 +113,15 @@
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@storybook/addon-a11y": "8.3.4",
"@storybook/addon-actions": "8.3.4",
"@storybook/addon-a11y": "8.3.2",
"@storybook/addon-actions": "8.3.2",
"@storybook/addon-coverage": "1.0.4",
"@storybook/addon-docs": "8.3.4",
"@storybook/addon-essentials": "8.3.4",
"@storybook/addon-interactions": "8.3.4",
"@storybook/addon-links": "8.3.4",
"@storybook/react": "8.3.4",
"@storybook/react-vite": "8.3.4",
"@storybook/addon-docs": "8.3.2",
"@storybook/addon-essentials": "8.3.2",
"@storybook/addon-interactions": "8.3.2",
"@storybook/addon-links": "8.3.2",
"@storybook/react": "8.3.2",
"@storybook/react-vite": "8.3.2",
"@storybook/test-runner": "0.19.1",
"@storybook/testing-library": "0.2.2",
"@tanstack/react-query": "4.36.1",
Expand All @@ -130,8 +130,8 @@
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/katex": "^0.16.7",
"@types/lodash.truncate": "4.4.9",
"@types/node": "20.16.10",
"@types/react": "18.3.10",
"@types/node": "20.16.5",
"@types/react": "18.3.8",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"@types/react-text-mask": "5.4.14",
Expand All @@ -153,7 +153,7 @@
"globals": "15.10.0",
"http-server": "14.1.1",
"husky": "9.1.6",
"jsdom": "25.0.1",
"jsdom": "25.0.0",
"katex": "0.16.11",
"lucide-react": "0.446.0",
"playwright": "1.47.2",
Expand All @@ -163,13 +163,13 @@
"react-i18next": "15.0.2",
"react-router-dom": "6.26.2",
"react-test-renderer": "18.3.1",
"sass": "1.79.4",
"storybook": "8.3.4",
"sass": "1.79.2",
"storybook": "8.3.2",
"stylis": "^4.3.4",
"tsc-alias": "1.8.10",
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-plugin-dts": "4.2.3",
"vite": "5.4.6",
"vite-plugin-dts": "4.2.1",
"vite-plugin-istanbul": "6.0.2",
"vitest": "2.1.1",
"wait-on": "8.0.1"
Expand Down
Loading

0 comments on commit f7be5b4

Please sign in to comment.