diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d5dc648..96de4f8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Fix sorting when the target is a nested schema property + hash: c073e3e09e995f34bf7e65f729143d97a4e1e108 + body: "" + footer: + Change-type: patch + change-type: patch + author: Andrea Rosci + version: 7.1.1 + title: "" + date: 2024-12-12T16:05:11.867Z - commits: - subject: "BooleanAsIconWidget: Add support for `JsonTypes.number`" hash: 446b577dca0128c6bb0c3afdfe51e748bfa8e7b0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ef7f6..dff2710 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.1.1 +## (2024-12-12) + +* Fix sorting when the target is a nested schema property [Andrea Rosci] + # v7.1.0 ## (2024-12-12) diff --git a/package.json b/package.json index 9dc5028..0b2b818 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/autoui", - "version": "7.1.0", + "version": "7.1.1", "description": "", "main": "./dist/index.js", "sideEffects": false, @@ -90,6 +90,6 @@ ] }, "versionist": { - "publishedAt": "2024-12-12T15:55:19.745Z" + "publishedAt": "2024-12-12T16:05:12.015Z" } }