From d047ebbe3480fbbefa351666865fd7cac0aedcdd Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Mon, 22 Jul 2024 13:23:16 -0300 Subject: [PATCH] chore(release): v0.8.1 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6eb85..c71b1b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog +## v0.8.1 + +[compare changes](https://github.com/datalogix/v-activities/compare/v0.8.0...v0.8.1) + +### 🩹 Fixes + +- Shadow ([6676383](https://github.com/datalogix/v-activities/commit/6676383)) +- Radio index ([4d8ec1c](https://github.com/datalogix/v-activities/commit/4d8ec1c)) +- Line element ([cc0fb7b](https://github.com/datalogix/v-activities/commit/cc0fb7b)) + +### ❤️ Contributors + +- Ricardo Gobbo De Souza ([@ricardogobbosouza](http://github.com/ricardogobbosouza)) + ## v0.8.0 [compare changes](https://github.com/datalogix/v-activities/compare/v0.7.1...v0.8.0) diff --git a/package.json b/package.json index 3b0baa4..485a0ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "v-activities", - "version": "0.8.0", + "version": "0.8.1", "description": "Activities for Vue 3", "repository": "datalogix/v-activities", "license": "MIT",