From 732fc45f39e542b61db244941073d61098e77de2 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 14:43:01 +0000 Subject: [PATCH] v7.3.1 --- .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 04f40f2..2a41edf 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Update `@balena/ui-shared-components` + hash: 970c5ad3b880be484c644ea7b9ed431176171f2e + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + version: 7.3.1 + title: "" + date: 2025-01-07T14:42:59.448Z - commits: - subject: Support both `react-router-dom` v5 `history` and v6 `navigate` hash: 3ce7f124506ba89efe3b660e17c1964256c4d361 diff --git a/CHANGELOG.md b/CHANGELOG.md index f55b075..ae9c688 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.3.1 +## (2025-01-07) + +* Update `@balena/ui-shared-components` [myarmolinsky] + # v7.3.0 ## (2025-01-02) diff --git a/package.json b/package.json index 1f6ab4e..6a7afbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/autoui", - "version": "7.3.0", + "version": "7.3.1", "description": "", "main": "./dist/index.js", "sideEffects": false, @@ -88,6 +88,6 @@ ] }, "versionist": { - "publishedAt": "2025-01-02T14:35:58.488Z" + "publishedAt": "2025-01-07T14:42:59.640Z" } }