Skip to content

Commit 0dc692a

Browse files
committed
chore(release): expo-v0.3.0
1 parent 96e23f0 commit 0dc692a

2 files changed

Lines changed: 24 additions & 20 deletions

File tree

packages/expo/CHANGELOG.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,41 @@ All notable changes to `@reprojs/expo` will be documented in this file.
44

55
Generated by [`changelogen`](https://github.com/unjs/changelogen) on each release cut via `bun run release:expo`.
66

7+
## expo-v0.3.0
8+
9+
[compare changes](https://github.com/Ripwords/ReproJs/compare/expo-v0.2.0...expo-v0.3.0)
10+
11+
### 🚀 Enhancements
12+
13+
- **expo:** AssistiveTouch-style edge-snap drag for the launcher ([96e23f0](https://github.com/Ripwords/ReproJs/commit/96e23f0))
14+
15+
### 🩹 Fixes
16+
17+
- **release:** Scope each package's CHANGELOG to its own paths ([b1bb22c](https://github.com/Ripwords/ReproJs/commit/b1bb22c))
18+
19+
### 📖 Documentation
20+
21+
- **expo:** Add expo-document-picker + expo-image-picker to install snippet ([d7aad2e](https://github.com/Ripwords/ReproJs/commit/d7aad2e))
22+
23+
### 🏡 Chore
24+
25+
26+
### ❤️ Contributors
27+
28+
- JJ <teohjjteoh@gmail.com>
29+
730
## expo-v0.2.0
831

932
[compare changes](https://github.com/Ripwords/ReproJs/compare/expo-v0.1.1...expo-v0.2.0)
1033

1134
### 🚀 Enhancements
1235

13-
- **shared:** ReportSummaryDTO.assignees (array); TriagePatchInput.assigneeIds ([572ae66](https://github.com/Ripwords/ReproJs/commit/572ae66))
14-
- **shared:** Add milestone + githubAssigneeLogins to reports DTOs ([4c64078](https://github.com/Ripwords/ReproJs/commit/4c64078))
15-
- **integrations:** PushOnEdit UI toggle for GitHub integration ([dfd32b2](https://github.com/Ripwords/ReproJs/commit/dfd32b2))
16-
- **integration-api:** Expose autoCreateOnIntake toggle ([1574a7d](https://github.com/Ripwords/ReproJs/commit/1574a7d))
17-
- **shared:** Comment DTOs ([2485a18](https://github.com/Ripwords/ReproJs/commit/2485a18))
18-
- **github:** Create custom labels in linked repo from the picker ([18ad810](https://github.com/Ripwords/ReproJs/commit/18ad810))
19-
- **sdk-utils:** Add canonical theme tokens shared by web and expo SDKs ([989d8e3](https://github.com/Ripwords/ReproJs/commit/989d8e3))
20-
- **sdk-utils:** Add Attachment shape and validateAttachments helper ([a6c8159](https://github.com/Ripwords/ReproJs/commit/a6c8159))
21-
- **shared:** Add user-file kind and filename field to AttachmentDTO ([dd715e5](https://github.com/Ripwords/ReproJs/commit/dd715e5))
22-
- **expo:** Add pickFiles wrapper over expo-document-picker ([d664505](https://github.com/Ripwords/ReproJs/commit/d664505))
23-
- **expo:** Add AttachmentList for the mobile wizard ([b2162d3](https://github.com/Ripwords/ReproJs/commit/b2162d3))
24-
- **expo:** Add attachments to the wizard's Details step ([9e64cea](https://github.com/Ripwords/ReproJs/commit/9e64cea))
25-
- **expo:** Submit user-file attachments as attachment[N] multipart parts ([716d4b6](https://github.com/Ripwords/ReproJs/commit/716d4b6))
26-
- **dashboard:** Show clamav scan report on user-file attachments ([368d63b](https://github.com/Ripwords/ReproJs/commit/368d63b))
27-
- **expo:** Pick attachments from Photos / Files / Clipboard ([0cc0bf5](https://github.com/Ripwords/ReproJs/commit/0cc0bf5))
2836

2937
### 🩹 Fixes
3038

31-
- **expo:** Make clipboard paste actually work ([641faad](https://github.com/Ripwords/ReproJs/commit/641faad))
3239

3340
### 💅 Refactors
3441

35-
- **assignees:** Github-only, drop dashboard-user linking ([557d2d6](https://github.com/Ripwords/ReproJs/commit/557d2d6))
36-
- **expo:** Re-export shared theme tokens from sdk-utils ([9ddc528](https://github.com/Ripwords/ReproJs/commit/9ddc528))
3742

3843
### 📖 Documentation
3944

@@ -43,7 +48,6 @@ Generated by [`changelogen`](https://github.com/unjs/changelogen) on each releas
4348

4449
### ✅ Tests
4550

46-
- **shared:** Align ReportSummaryDTO test with new assignees/milestone shape ([9dca620](https://github.com/Ripwords/ReproJs/commit/9dca620))
4751

4852
### 🎨 Styles
4953

packages/expo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reprojs/expo",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Expo SDK for Repro — submit annotated screenshots, logs, and device context to the Repro dashboard.",
55
"keywords": [
66
"bug-report",

0 commit comments

Comments
 (0)