Skip to content

Commit

Permalink
Merge pull request #942 from etn-ccis/feature/6371-package-update
Browse files Browse the repository at this point in the history
Updated package for master release
  • Loading branch information
ektaghag-eaton authored Dec 17, 2024
2 parents 8c02ed2 + 365cacb commit 002baa2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v7.0.0 (Unreleased)
## v7.0.0 (December 17, 2024)

### Changed

Expand Down
4 changes: 2 additions & 2 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brightlayer-ui/react-components",
"version": "7.0.0-alpha.0",
"version": "7.0.0",
"description": "React components for Brightlayer UI applications",
"scripts": {
"test": "jest src --maxWorkers=50%",
Expand All @@ -19,7 +19,7 @@
"devDependencies": {
"@brightlayer-ui/eslint-config": "^3.0.1",
"@brightlayer-ui/prettier-config": "^1.0.3",
"@brightlayer-ui/react-themes": "^8.0.0-alpha.0",
"@brightlayer-ui/react-themes": "^8.0.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^6.1.8",
Expand Down
8 changes: 4 additions & 4 deletions components/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,10 @@
resolved "https://registry.yarnpkg.com/@brightlayer-ui/prettier-config/-/prettier-config-1.0.3.tgz#e40a7ae7435c6fd5118acbf249080e0aa81e93af"
integrity sha512-EYm3+V7Qd+oYEF+8FadsXAZqXryEHHbGnrV1BMp9selhABjceqUqXPVE4Sn3SKWQdBNJ3En2A3EzgrzRbvRTaw==

"@brightlayer-ui/react-themes@^8.0.0-alpha.0":
version "8.0.0-alpha.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-themes/-/react-themes-8.0.0-alpha.0.tgz#683fdef86cb1a9e5248ebacdb1d73b9fc8799d9b"
integrity sha512-aC5IJD5bEnWvZJqxmNnR4PdZGz+fBqhRX/lNU9OTKRoYKRI8SpdhkgWpWibbboLGUjIWE1AB9WZeyqnybUUJGQ==
"@brightlayer-ui/react-themes@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@brightlayer-ui/react-themes/-/react-themes-8.0.0.tgz#91ad70289889dd8986b6524216345444cdf69624"
integrity sha512-kLo1tSLt+IHG5/xywltIeewLefRZiVSzI7XgIic0I13jQ1Lc3P5e5nj5QHcBzw6CQFQ7r7oOHb7aiIibXpVMwQ==
dependencies:
"@brightlayer-ui/colors" "^3.1.1"
"@fontsource/open-sans" "^5.0.3"
Expand Down

0 comments on commit 002baa2

Please sign in to comment.