Skip to content

Commit

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

### Bug Fixes

* ensure Dart Sass `file://` sources use relative paths ([11db6df](11db6df))

### Features

* add source map support ([3c14da6](3c14da6))
  • Loading branch information
semantic-release-bot committed Feb 26, 2025
1 parent 11db6df commit 9edd13f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.7.0](https://github.com/ministryofjustice/moj-frontend/compare/v3.6.3...v3.7.0) (2025-02-26)


### Bug Fixes

* ensure Dart Sass `file://` sources use relative paths ([11db6df](https://github.com/ministryofjustice/moj-frontend/commit/11db6dfe2fd145d09b798e69bb5b88909727653a))


### Features

* add source map support ([3c14da6](https://github.com/ministryofjustice/moj-frontend/commit/3c14da640de4f1e865c3d73cda8987a577631463))

## [3.6.3](https://github.com/ministryofjustice/moj-frontend/compare/v3.6.2...v3.6.3) (2025-02-26)


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.3",
"version": "3.7.0",
"main": "moj/all.js",
"module": "moj/all.mjs",
"sass": "moj/all.scss",
Expand Down

0 comments on commit 9edd13f

Please sign in to comment.