Skip to content

Commit 718623a

Browse files
v14.0.1
1 parent 8deb808 commit 718623a

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- commits:
2+
- subject: Align `orderbyBuilder` with Pine orderby format
3+
hash: 94f02dfd4444b885a5a12e35a2bc0baf058a6702
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Andrea Rosci
9+
version: 14.0.1
10+
title: ""
11+
date: 2025-09-05T09:59:45.128Z
112
- commits:
213
- subject: Remove Announcement component
314
hash: c55a3354b337b349f4cd13392d0a10da32df8ce4

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v14.0.1
8+
## (2025-09-05)
9+
10+
* Align `orderbyBuilder` with Pine orderby format [Andrea Rosci]
11+
712
# v14.0.0
813
## (2025-07-28)
914

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/ui-shared-components",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -132,7 +132,7 @@
132132
},
133133
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
134134
"versionist": {
135-
"publishedAt": "2025-07-28T13:03:37.169Z"
135+
"publishedAt": "2025-09-05T09:59:45.251Z"
136136
},
137137
"overrides": {
138138
"storybook": "$storybook"

0 commit comments

Comments
 (0)