Skip to content

Commit ec77ccb

Browse files
v9.2.0
1 parent 98740ab commit ec77ccb

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: Export `analytics-client`
3+
hash: e90c487d11cb7c06f8bb69fb80214f0387d9a9bb
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: myarmolinsky
9+
version: 9.2.0
10+
title: ""
11+
date: 2024-10-11T09:23:42.907Z
112
- commits:
213
- subject: Fix Map existence checks for latitude and longitude
314
hash: d9f04e3e5f5661117d9347f7a7cb36c6bdb0dcbe

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+
# v9.2.0
8+
## (2024-10-11)
9+
10+
* Export `analytics-client` [myarmolinsky]
11+
712
# v9.1.2
813
## (2024-10-07)
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": "9.1.2",
3+
"version": "9.2.0",
44
"main": "./dist/index.js",
55
"sideEffects": false,
66
"files": [
@@ -110,6 +110,6 @@
110110
},
111111
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
112112
"versionist": {
113-
"publishedAt": "2024-10-07T09:18:55.938Z"
113+
"publishedAt": "2024-10-11T09:23:43.048Z"
114114
}
115115
}

0 commit comments

Comments
 (0)