Skip to content

Commit 281764b

Browse files
authored
Merge pull request #144 from peelar/changeset-release/main
chore: release
2 parents 496e720 + 6d20b82 commit 281764b

7 files changed

Lines changed: 11 additions & 26 deletions

File tree

.changeset/fast-lands-mix.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fix-default-border-radius.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/mobile-empty-state-sidebar.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/restore-change-screenshot.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sour-rabbits-hear.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/app/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# dopeshot
22

3+
## 0.10.1
4+
5+
### Patch Changes
6+
7+
- 92e9eb6: Hide Design button on mobile when there's nothing to customize (e.g., Peak Left/Right layouts with no text fields)
8+
- e8915f8: Fix default border radius from 16px to 8px and clear brand settings on logout so logged-out users get default styling
9+
- 4f8ce67: Improve the mobile empty state layout, hide action controls until a format is chosen, and update the sidebar drawer styling.
10+
- 5f6c77e: Restore the logged-out top-nav `Change screenshot` action so the secondary CTA and refresh icon resurface for demo visitors.
11+
- d5385af: Apply brand logos automatically for testimonial layouts when auto-apply is enabled, not only screenshot layouts. Update the brand panel copy to reflect that the setting applies across assets, and add regression coverage for testimonial auto-apply behavior.
12+
313
## 0.10.0
414

515
### Minor Changes

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dopeshot-app",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"private": true,
55
"scripts": {
66
"postinstall": "prisma generate",

0 commit comments

Comments
 (0)