From aaed7ba1a6a8602e1cd96b5ea01c0aa9f43db71e Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:01:11 +0000 Subject: [PATCH] v7.0.2 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5f0153e..6ac9232 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Update UI shared components + hash: 51f98ab86122d875e369f7ac1f9279beccf07d09 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + version: 7.0.2 + title: "" + date: 2024-12-09T17:01:09.334Z - commits: - subject: Fix tags columns and show checkbox only if necessary hash: f7c12d0037b99ba9069829ffc625b7b94f281602 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d31063..efaaeaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v7.0.2 +## (2024-12-09) + +* Update UI shared components [myarmolinsky] + # v7.0.1 ## (2024-12-09) diff --git a/package.json b/package.json index e55fdf9..2ffce3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/autoui", - "version": "7.0.1", + "version": "7.0.2", "description": "", "main": "./dist/index.js", "sideEffects": false, @@ -90,6 +90,6 @@ ] }, "versionist": { - "publishedAt": "2024-12-09T10:43:51.371Z" + "publishedAt": "2024-12-09T17:01:09.496Z" } }