Skip to content

Commit

Permalink
Merge pull request #186 from etn-ccis/feature/BLUI-6371-publish-package
Browse files Browse the repository at this point in the history
BLUI 6371 publish package for showcase demo
  • Loading branch information
shubham-eaton authored Dec 20, 2024
2 parents b64d7a1 + b863a94 commit 933325e
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 143 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v3.0.0

### Changed

- Updated to latest version of MUI 6, components and themes

## v2.0.0

### Changed
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-showcase-demo",
"version": "2.0.0",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@brightlayer-ui/colors": "^3.1.1",
"@brightlayer-ui/icons-mui": "^3.6.0",
"@brightlayer-ui/react-components": "^6.1.2",
"@brightlayer-ui/react-components": "^7.0.0",
"@brightlayer-ui/react-progress-icons": "^2.1.1",
"@brightlayer-ui/react-themes": "^8.0.0-alpha.0",
"@brightlayer-ui/react-themes": "^8.0.0",
"@date-io/date-fns": "^2.13.1",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.10.6",
Expand Down
Loading

0 comments on commit 933325e

Please sign in to comment.