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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to Parallels DevOps UI are documented here.
Format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.2.3] - 2026-06-11

- feat: update SmartGridLayout item class
- change HostsPanel and VmsPanel variant to flat
- enhance Notification context and service for user-specific storage
- Added dismiss operation to toast
- Cache now displays name as title on the cache panel instead of description
- deps: bump the minor-and-patch group with 10 updates
## [0.2.2] - 2026-06-11

- chore: maintenance release
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3
4 changes: 2 additions & 2 deletions helm/prl-devops-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: prl-devops-ui
description: Parallels DevOps UI
type: application
version: 0.2.2
appVersion: "0.2.2"
version: 0.2.3
appVersion: "0.2.3"
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.parallels.prl-devops-ui",
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parallels-devops-ui"
version = "0.2.2"
version = "0.2.3"
description = "Parallels DevOps UI"
authors = ["Parallels, Inc."]
edition = "2024"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Parallels DevOps UI",
"version": "0.2.2",
"version": "0.2.3",
"identifier": "com.parallels.devops-ui",
"build": {
"beforeDevCommand": "npm run dev",
Expand Down