Skip to content

Commit 4e0f779

Browse files
committed
Publish
- @layer5/sistent-components@0.5.0 - @layer5/rtk-query-codegen@0.2.0 - @layer5/sistent-svg@0.8.0
1 parent 2d1bfdd commit 4e0f779

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed

packages/components/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.5.0 (2023-10-08)
7+
8+
### Bug Fixes
9+
10+
- added type def package mui-datatables ([#149](https://github.com/layer5io/sistent/issues/149)) ([756b363](https://github.com/layer5io/sistent/commit/756b363959fe3413a31adcba5ef9d60095ddb207))
11+
- Moved deps to devDeps, and allow them to be peers ([704c432](https://github.com/layer5io/sistent/commit/704c4323afe4710cb54b5aac6b9c079c3e0fbe89))
12+
- update Button to use MUI props ([7331fb8](https://github.com/layer5io/sistent/commit/7331fb88d336722c5993d6c5f2cbc99c6386c48d))
13+
14+
### Features
15+
16+
- add remaining MUI components ([a9ba156](https://github.com/layer5io/sistent/commit/a9ba1568289a65a0b7f666fed6a0c372c99fe4ac))
17+
- Attempt to clean up ([fe8df9d](https://github.com/layer5io/sistent/commit/fe8df9da768c243583b93027e96f706a5fc7ef5a))
18+
- **components:** added ClickAwayListener ([#124](https://github.com/layer5io/sistent/issues/124)) ([db1a133](https://github.com/layer5io/sistent/commit/db1a133cf95bbce5c1d5aee060771697d09ca060)), closes [#123](https://github.com/layer5io/sistent/issues/123)
19+
- **data-tables:** add tables package ([711cd98](https://github.com/layer5io/sistent/commit/711cd98453d85d25442a1cbe4a5bb4d4152a19e6))
20+
- Update react-error-boundary and define type definitions ([d75c0e4](https://github.com/layer5io/sistent/commit/d75c0e44af6aa68598d632d45eac6422d0ffdab5))
21+
- Updated Button to allow a label and also take in children ([0c25592](https://github.com/layer5io/sistent/commit/0c25592611f22789fd1695acf92985ff9e86d910))
22+
623
# 0.4.0 (2023-10-08)
724

825
### 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.4.0",
3+
"version": "0.5.0",
44
"description": "Reusable React Components",
55
"main": "dist/index.umd.js",
66
"module": "dist/index.mjs",

packages/rtk-query-codegen/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
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# 0.2.0 (2023-10-08)
7+
8+
### Features
9+
10+
- (wip) update rtk-query-codegen for reference ([19f2267](https://github.com/layer5io/sistent/commit/19f226748409ffea6354055e02650ff4ef4266c4))
11+
- Attempt to clean up ([fe8df9d](https://github.com/layer5io/sistent/commit/fe8df9da768c243583b93027e96f706a5fc7ef5a))
12+
613
# 0.1.0 (2023-10-08)
714

815
### Features

packages/rtk-query-codegen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@layer5/rtk-query-codegen",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Codegen to create rtk-query api from openapi schema",
55
"license": "ISC",
66
"author": "",

packages/svg/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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 (2023-10-08)
7+
8+
### Features
9+
10+
- Grouped Fullscreen icons ([cdb3bb8](https://github.com/layer5io/sistent/commit/cdb3bb83bc8962543271d69395a5ae9bffbd4045))
11+
612
# 0.7.0 (2023-10-08)
713

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

0 commit comments

Comments
 (0)