Skip to content

Commit

Permalink
chore(release): 3.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [3.6.3](v3.6.2...v3.6.3) (2025-02-26)

### Bug Fixes

* ensure `node_modules` is added to Sass load paths ([4c035f1](4c035f1))
* ensure `peerDependencies` are installed ([69c8572](69c8572))
  • Loading branch information
semantic-release-bot committed Feb 26, 2025
1 parent 4c035f1 commit 4d1ccf3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.6.3](https://github.com/ministryofjustice/moj-frontend/compare/v3.6.2...v3.6.3) (2025-02-26)


### Bug Fixes

* ensure `node_modules` is added to Sass load paths ([4c035f1](https://github.com/ministryofjustice/moj-frontend/commit/4c035f14a991429506638db954c4e3dd2de26140))
* ensure `peerDependencies` are installed ([69c8572](https://github.com/ministryofjustice/moj-frontend/commit/69c857272af3f4facd26d95a33dd305e86e3f7ec))

## [3.6.2](https://github.com/ministryofjustice/moj-frontend/compare/v3.6.1...v3.6.2) (2025-02-25)


Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ministryofjustice/frontend",
"description": "The MOJ Frontend contains the code you need to start building user interfaces for UK Ministry of Justice government services.",
"version": "3.6.2",
"version": "3.6.3",
"main": "moj/all.js",
"module": "moj/all.mjs",
"sass": "moj/all.scss",
Expand Down

0 comments on commit 4d1ccf3

Please sign in to comment.