Skip to content

Commit

Permalink
feat(select): export components
Browse files Browse the repository at this point in the history
  • Loading branch information
oyo authored Aug 28, 2024
2 parents a6117b2 + 506dc70 commit 6c071d1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
21 changes: 9 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,23 @@

## [3.3.0](https://github.com/eclipse-tractusx/portal-shared-components/compare/v3.2.0...v3.3.0) (2024-08-23)


### Features

* **stepper:** new rounded stepper component ([89fb4a0](https://github.com/eclipse-tractusx/portal-shared-components/commit/89fb4a0a5781e4800401ea4aedf09c9706e6b2e0))
* **stepper:** new rounded stepper component ([befe2c6](https://github.com/eclipse-tractusx/portal-shared-components/commit/befe2c6b9a09501bc1d16734fe04560de61a4e78))

- **stepper:** new rounded stepper component ([89fb4a0](https://github.com/eclipse-tractusx/portal-shared-components/commit/89fb4a0a5781e4800401ea4aedf09c9706e6b2e0))
- **stepper:** new rounded stepper component ([befe2c6](https://github.com/eclipse-tractusx/portal-shared-components/commit/befe2c6b9a09501bc1d16734fe04560de61a4e78))

### Bug Fixes

* pretty file format ([70a4708](https://github.com/eclipse-tractusx/portal-shared-components/commit/70a470802f10de2d1fc381a0ee535676e377562b))
* **stepper:** fix sonal cloud issue ([3c41a43](https://github.com/eclipse-tractusx/portal-shared-components/commit/3c41a43fd447fea8485a4445cf8ad877e8b3f286))
* **stepper:** remove package.json and changelog content updates. update bg color logic ([868e43c](https://github.com/eclipse-tractusx/portal-shared-components/commit/868e43cb89ad5e99a095bb0aefe79822c6e4f311))
* **table:** extend table error property to support null value ([290535f](https://github.com/eclipse-tractusx/portal-shared-components/commit/290535f7e01e11e558049a5a22edf9e6d0d8d902))
* **table:** extend table error property to support null value ([e97fa5d](https://github.com/eclipse-tractusx/portal-shared-components/commit/e97fa5d1e24d8e29d18c07ab1b964b1922242c72))
* **table:** remove package and changelog updates ([953df75](https://github.com/eclipse-tractusx/portal-shared-components/commit/953df7541b416a5d1cb1a9f97f05c58dca28731b))

- pretty file format ([70a4708](https://github.com/eclipse-tractusx/portal-shared-components/commit/70a470802f10de2d1fc381a0ee535676e377562b))
- **stepper:** fix sonal cloud issue ([3c41a43](https://github.com/eclipse-tractusx/portal-shared-components/commit/3c41a43fd447fea8485a4445cf8ad877e8b3f286))
- **stepper:** remove package.json and changelog content updates. update bg color logic ([868e43c](https://github.com/eclipse-tractusx/portal-shared-components/commit/868e43cb89ad5e99a095bb0aefe79822c6e4f311))
- **table:** extend table error property to support null value ([290535f](https://github.com/eclipse-tractusx/portal-shared-components/commit/290535f7e01e11e558049a5a22edf9e6d0d8d902))
- **table:** extend table error property to support null value ([e97fa5d](https://github.com/eclipse-tractusx/portal-shared-components/commit/e97fa5d1e24d8e29d18c07ab1b964b1922242c72))
- **table:** remove package and changelog updates ([953df75](https://github.com/eclipse-tractusx/portal-shared-components/commit/953df7541b416a5d1cb1a9f97f05c58dca28731b))

### Miscellaneous Chores

* release 3.3.0 ([4f89cd5](https://github.com/eclipse-tractusx/portal-shared-components/commit/4f89cd5738033581929ea1b56ba8c71bdb972f08))
- release 3.3.0 ([4f89cd5](https://github.com/eclipse-tractusx/portal-shared-components/commit/4f89cd5738033581929ea1b56ba8c71bdb972f08))

## [3.2.0](https://github.com/eclipse-tractusx/portal-shared-components/compare/v3.1.2...v3.2.0) (2024-08-19)

Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ npm/npmjs/@mui/material/5.15.21, MIT AND CC-BY-3.0, approved, #13175
npm/npmjs/@mui/private-theming/5.16.6, MIT, approved, #15717
npm/npmjs/@mui/styled-engine/5.16.6, MIT, approved, #15718
npm/npmjs/@mui/system/5.16.7, MIT, approved, #15715
npm/npmjs/@mui/types/7.2.15, MIT, approved, clearlydefined
npm/npmjs/@mui/types/7.2.15, MIT, approved, #16017
npm/npmjs/@mui/utils/5.16.6, MIT, approved, #15716
npm/npmjs/@mui/x-data-grid/6.19.11, MIT, approved, #14027
npm/npmjs/@mui/x-date-pickers/6.19.12, MIT, approved, #14025
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catena-x/portal-shared-components",
"version": "3.3.0",
"version": "3.4.0",
"description": "Catena-X Portal Shared Components",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ export { ErrorBar } from './basic/ErrorBar/ErrorBar'
export { NewSubNavigation } from './basic/NewSubNavigation'
export { QuickLinks } from './basic/QuickLinks'
export { Hyperlink } from './basic/Hyperlink'
export { SelectInput } from './basic/MultiSelectList/Components/SelectInput'
export { SelectOptions } from './basic/MultiSelectList/Components/SelectOptions'

export type { TableProps } from './basic/Table'
export type {
Expand Down

0 comments on commit 6c071d1

Please sign in to comment.