Releases: verseles/xpm
Releases · verseles/xpm
v0.83.0
v0.82.1
fix: Remove Flutter from publish job to avoid Dart SDK conflict The publish job was using flutter-actions/setup-flutter which installed Dart SDK 3.9.2, conflicting with the project's requirement of >=3.9.4. This caused the publish step to fail with version solving errors. Solution: Replaced the external publish workflow with a custom publish job using only dart-lang/setup-dart@v1 with sdk: '3.9.4'. Changes: - Removed: uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 - Added: Custom publish job with dart-lang/setup-dart@v1 + sdk: '3.9.4' - Added: dart pub publish --dry-run for validation This ensures consistent Dart SDK version across all jobs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
v0.82.0
better pacman support - order
v0.81.0
better pacman support
v0.80.0
fix: pacman now in xpm style
v0.79.1
fix: pacman now in xpm style
v0.79.0
feat: native package manager ArchLinux/pacman/yay/paru
v0.76.0
feat: native package manager
v0.75.0
update to latest dart stable version
v0.74.0
lock update