Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 10, 2024
1 parent bfb1b8c commit 46a7dce
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: "MUI Grid: Set the default value for `spacing` to be 2"
hash: d02381f707fbc16cccfae3e508714295c62de954
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
version: 1.1.1
title: ""
date: 2024-01-10T14:06:55.123Z
- commits:
- subject: Export OrderedListItem
hash: 3fc7be548b1bd7afcfd8cd1f9b87962025f48a2c
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/).

# v1.1.1
## (2024-01-10)

* MUI Grid: Set the default value for `spacing` to be 2 [myarmolinsky]

# v1.1.0
## (2024-01-09)

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": "1.1.0",
"version": "1.1.1",
"main": "./dist/index.js",
"module": "./dist_esm5/index.js",
"sideEffects": false,
Expand Down Expand Up @@ -112,6 +112,6 @@
},
"homepage": "https://github.com/balena-io/ui-shared-components#readme",
"versionist": {
"publishedAt": "2024-01-09T18:12:37.869Z"
"publishedAt": "2024-01-10T14:06:55.197Z"
}
}

0 comments on commit 46a7dce

Please sign in to comment.