Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Mar 6, 2024
1 parent 6cc9c31 commit fe65804
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ Stay up to date about all changes we've made to Saas UI Core & Pro.

<!-- CHANGELOG:INSERT -->

## 03-06-2024

`@saas-ui/react@2.6.1`

- Fixed issue where Chakra UI Card sizes would not apply
- Moved all StructuredList styling into theme
- Fixed issue where ref would not be forwarded to StructuredListHeader

**Theme** `v2.3.4`

- Fixed issue where Chakra UI Card sizes would not apply
- Moved all StructuredList styling into theme

**Auth** `v3.0.3`

- Added defaultView prop to Auth

**Core** `v2.4.1`

- Moved all StructuredList styling into theme
- Fixed issue where ref would not be forwarded to StructuredListHeader

**File Upload** `v0.2.6`

- Fixed issue where onFileReject would not be called

## 02-21-2024

`@saas-ui/react@2.6.0`
Expand Down
30 changes: 30 additions & 0 deletions apps/website/src/pages/changelog/03-06-2024.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Mar 6, 2024
date: 'Wed Mar 06 2024 15:13:15 GMT-0300 (Brasilia Standard Time)'
---

## 03-06-2024

`@saas-ui/react@2.6.1`

- Fixed issue where Chakra UI Card sizes would not apply
- Moved all StructuredList styling into theme
- Fixed issue where ref would not be forwarded to StructuredListHeader

**Theme** `v2.3.4`

- Fixed issue where Chakra UI Card sizes would not apply
- Moved all StructuredList styling into theme

**Auth** `v3.0.3`

- Added defaultView prop to Auth

**Core** `v2.4.1`

- Moved all StructuredList styling into theme
- Fixed issue where ref would not be forwarded to StructuredListHeader

**File Upload** `v0.2.6`

- Fixed issue where onFileReject would not be called

0 comments on commit fe65804

Please sign in to comment.