Skip to content

Commit 61d3c6c

Browse files
committed
Publish
- @layer5/sistent-components@0.8.0 - @layer5/sistent-svg@0.11.0
1 parent 74c8330 commit 61d3c6c

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

packages/components/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.8.0](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.6.0...@layer5/sistent-components@0.8.0) (2023-10-31)
7+
8+
### Bug Fixes
9+
10+
- **components:** export toolbar ([#186](https://github.com/layer5io/sistent/issues/186)) ([74c8330](https://github.com/layer5io/sistent/commit/74c83301fc9a40d7a0c36a076fb8a91c7e6ad2cc))
11+
- correct sx properties for select and popper ([dbd37ee](https://github.com/layer5io/sistent/commit/dbd37ee4a41905f26979022cb6b21e454e2f294f))
12+
13+
### Features
14+
15+
- **customcolumn:** add column visibility ([11cd979](https://github.com/layer5io/sistent/commit/11cd9794f8de9ad5fa1a3075074cf22cc1865fbf))
16+
- **filter:** add custom filter ([0c02847](https://github.com/layer5io/sistent/commit/0c0284794a9f46e1a45efe2a034e7201244d1505))
17+
- incorporate changes to ErrorBoundary ([fcbbe77](https://github.com/layer5io/sistent/commit/fcbbe77e906e31720611e0e7dfcb1fe99bcbcb7f))
18+
- **search-bar:** add custom search bar component ([088e92c](https://github.com/layer5io/sistent/commit/088e92c79eaf84da04de876dada98d198ad55f99))
19+
- **search-bar:** fix issues ([8c0c50b](https://github.com/layer5io/sistent/commit/8c0c50bec00a4da818e8521296d17a9b0e32ddb4))
20+
- **tooltip:** conditional tooltip ([9db1729](https://github.com/layer5io/sistent/commit/9db172934bb2437b150f8dffaca6311643d95be2))
21+
622
# [0.7.0](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.6.0...@layer5/sistent-components@0.7.0) (2023-10-30)
723

824
### 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.7.0",
3+
"version": "0.8.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.11.0 (2023-10-31)
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.10.0 (2023-10-30)
720

821
### Bug Fixes

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.10.0",
3+
"version": "0.11.0",
44
"description": "SVG Icons library",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)