Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Feb 28, 2024
1 parent 6e858bb commit a6ae888
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
11 changes: 11 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
- commits:
- subject: Add missing IconButtonWithTracking export
hash: f96c1cbd6f6981a1fc01600dc3ceb2471d372e96
body: ""
footer:
Change-type: patch
change-type: patch
author: Andrea Rosci
version: 3.4.1
title: ""
date: 2024-02-28T12:56:15.253Z
- commits:
- subject: Add SurroundingOverlay component
hash: 65fb0de2c5f814b1d648197fa21d7eef7a39f6e8
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

# v3.4.1
## (2024-02-28)

* Add missing IconButtonWithTracking export [Andrea Rosci]

# v3.4.0
## (2024-02-27)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/ui-shared-components",
"version": "3.4.0",
"version": "3.4.1",
"main": "./dist/index.js",
"sideEffects": false,
"files": [
Expand Down Expand Up @@ -110,6 +110,6 @@
},
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
"versionist": {
"publishedAt": "2024-02-27T12:58:14.978Z"
"publishedAt": "2024-02-28T12:56:15.344Z"
}
}

0 comments on commit a6ae888

Please sign in to comment.