Skip to content

Commit d9fd772

Browse files
committed
Merge branch 'main' into develop
2 parents c08aeb2 + 01faddb commit d9fd772

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).
55

6+
## [10.4.0](https://github.com/silinternational/ui-components/compare/v10.3.0...v10.4.0) (2023-09-15)
7+
8+
9+
### Added
10+
11+
* **DataTable:** add lowContrast prop to DataRowItem ([bf1bbef](https://github.com/silinternational/ui-components/commit/bf1bbef33a7514b5300440d2e142474e3ed40eae))
12+
613
## [10.3.0](https://github.com/silinternational/ui-components/compare/v10.2.0...v10.3.0) (2023-08-30)
714

815
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silintl/ui-components",
3-
"version": "10.3.0",
3+
"version": "10.4.0",
44
"description": "Reusable Svelte components for some internal applications",
55
"main": "index.mjs",
66
"module": "index.mjs",

0 commit comments

Comments
 (0)