Skip to content

Commit

Permalink
Merge branch 'main' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarDev committed Oct 15, 2023
2 parents 0f4e71e + acee9f2 commit efaef01
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/react-mui-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

_NOTE: This is an automatically generated file. Do not modify contents of this file manually._

## [0.2.0] - 2023-09-26
### Added
- useDataGrid hook

## [0.1.0] - 2023-09-20
### Added
Expand Down
Empty file.
4 changes: 2 additions & 2 deletions packages/react-mui-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enterwell/react-mui-hooks",
"version": "0.1.0",
"version": "0.2.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -48,4 +48,4 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
}
7 changes: 7 additions & 0 deletions packages/react-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_NOTE: This is an automatically generated file. Do not modify contents of this file manually._

## [0.4.0] - 2023-09-29
### Added
- ConfirmButton component
- DatePicker component
- Select component
- SplitButton component

## [0.3.0] - 2023-09-15
### Added
- TimeInput component
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion packages/react-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@enterwell/react-ui",
"description": "Enterwell's React UI component library.",
"version": "0.3.0",
"version": "0.4.0",
"type": "module",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit efaef01

Please sign in to comment.