Skip to content

Commit c1ad3c9

Browse files
author
Kenneth
committed
build: change version 1.10.0
1 parent 1f0eb75 commit c1ad3c9

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.8.0]
8+
## [1.10.0]
9+
10+
### Added
11+
12+
- Added `Segmented` component.
13+
- Added `Alert.ErrorBoundary` component.
14+
- Add `fixedSiderBreakpoint` prop for `DashboardTemplateSider`.
15+
16+
## [1.9.0]
917

1018
### Added
1119

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "1byte-react-design",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "A simple React UI library",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)