Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to `@escalated-dev/escalated` will be documented in this fil

## [Unreleased]

## [0.7.1] - 2026-04-28

### Changed
- `peerDependencies."@inertiajs/vue3"` widened from `^1.0.0 || ^2.0.0` to `^1.0.0 || ^2.0.0 || ^3.0.0`. Host apps on `@inertiajs/vue3` 3.x no longer trip an `npm install` peer-dep conflict. We use only `Link`, `router`, `useForm`, and `usePage` from this package, all stable across the v1/v2/v3 line.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escalated-dev/escalated",
"version": "0.7.0",
"version": "0.7.1",
"description": "Vue 3 + Inertia.js UI components for Escalated \u00e2\u20ac\u201d the embeddable support ticket system",
"author": "Escalated Dev <hello@escalated.dev>",
"license": "MIT",
Expand Down
Loading