Skip to content

Commit e87893c

Browse files
v14.0.0
1 parent 391d189 commit e87893c

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Remove Announcement component
3+
hash: c55a3354b337b349f4cd13392d0a10da32df8ce4
4+
body: |
5+
Replacing our homemade component with a third-party provider
6+
footer:
7+
Change-type: major
8+
change-type: major
9+
author: Jonathan Berger
10+
version: 14.0.0
11+
title: ""
12+
date: 2025-07-28T13:03:36.975Z
113
- commits:
214
- subject: Rename `rjstGetModelForCollection2` to `rjstGetModelForCollection`
315
hash: 2bb56b8a880523b4dd7360527677e99efcd1991e

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.0
8+
## (2025-07-28)
9+
10+
* Remove Announcement component [Jonathan Berger]
11+
712
# v13.0.0
813
## (2025-07-23)
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": "13.0.0",
3+
"version": "14.0.0",
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-23T15:51:05.778Z"
135+
"publishedAt": "2025-07-28T13:03:37.169Z"
136136
},
137137
"overrides": {
138138
"storybook": "$storybook"

0 commit comments

Comments
 (0)