Skip to content

Commit e890bd3

Browse files
author
Kenneth
committed
build: update version 1.6.1
1 parent be5ab07 commit e890bd3

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.6.1]
9+
10+
### Added
11+
12+
- Add getAliasToken helper function.
13+
- Add SplitScreen template.
14+
15+
### Changed
16+
17+
-
18+
19+
### Fixed
20+
21+
- Fix unnecessary rerender for Table.
22+
- Fix UploadDragger to Upload.Dragger
23+
24+
### Deprecated
25+
26+
- Deprecate getComponentOrGlobalToken helper function.
27+
28+
### Removed
29+
30+
- Remove secondary, tertiary, quaternary color.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "1byte-react-design",
3-
"version": "1.5.11-1",
4-
"main": "dist/index.js",
3+
"version": "1.6.1",
4+
"main": "src/index.tsx",
55
"license": "MIT",
66
"scripts": {
77
"build": "webpack --config webpack.config.js",

0 commit comments

Comments
 (0)