Skip to content

Commit 317e6d9

Browse files
authored
chore: release (#185)
Signed-off-by: Antonette Caldwell <acald.nebula@gmail.com>
1 parent f15cb78 commit 317e6d9

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

packages/components/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.7.0](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.6.0...@layer5/sistent-components@0.7.0) (2023-10-30)
7+
8+
### Bug Fixes
9+
10+
- correct sx properties for select and popper ([dbd37ee](https://github.com/layer5io/sistent/commit/dbd37ee4a41905f26979022cb6b21e454e2f294f))
11+
12+
### Features
13+
14+
- **customcolumn:** add column visibility ([11cd979](https://github.com/layer5io/sistent/commit/11cd9794f8de9ad5fa1a3075074cf22cc1865fbf))
15+
- **filter:** add custom filter ([0c02847](https://github.com/layer5io/sistent/commit/0c0284794a9f46e1a45efe2a034e7201244d1505))
16+
- incorporate changes to ErrorBoundary ([fcbbe77](https://github.com/layer5io/sistent/commit/fcbbe77e906e31720611e0e7dfcb1fe99bcbcb7f))
17+
- **search-bar:** add custom search bar component ([088e92c](https://github.com/layer5io/sistent/commit/088e92c79eaf84da04de876dada98d198ad55f99))
18+
- **search-bar:** fix issues ([8c0c50b](https://github.com/layer5io/sistent/commit/8c0c50bec00a4da818e8521296d17a9b0e32ddb4))
19+
- **tooltip:** conditional tooltip ([9db1729](https://github.com/layer5io/sistent/commit/9db172934bb2437b150f8dffaca6311643d95be2))
20+
621
# 0.6.0 (2023-10-16)
722

823
### Bug Fixes

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layer5/sistent-components",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Reusable React Components",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/svg/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.10.0 (2023-10-30)
7+
8+
### Bug Fixes
9+
10+
- add missing dependencies as dev ([021e8d1](https://github.com/layer5io/sistent/commit/021e8d1168aa48ffba3430816c6875819df416d3))
11+
- fix search icon typo ([99a0373](https://github.com/layer5io/sistent/commit/99a03737bff9df904040906a603a750dc6a2caaf))
12+
13+
### Features
14+
15+
- **add:** column-icon ([aeb064f](https://github.com/layer5io/sistent/commit/aeb064f2190025ab37c94d4ac86d207a10949361))
16+
- Grouped Fullscreen icons ([cdb3bb8](https://github.com/layer5io/sistent/commit/cdb3bb83bc8962543271d69395a5ae9bffbd4045))
17+
- **search-bar:** add custom search bar component ([088e92c](https://github.com/layer5io/sistent/commit/088e92c79eaf84da04de876dada98d198ad55f99))
18+
619
# 0.9.0 (2023-10-16)
720

821
### Features

packages/svg/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layer5/sistent-svg",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "SVG Icons library",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)