Skip to content

Commit

Permalink
chore(main): release web 0.4.2 (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 21, 2023
1 parent 78e4c6c commit 8cbf63f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "0.4.1",
".": "0.4.2",
"utils/deltares_datasuite": "0.4.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.4.2](https://github.com/Deltares-research/data-management-suite/compare/web-v0.4.1...web-v0.4.2) (2023-11-21)


### :package: Testing & CI/CD

* fix tag trigger ([a78bf7b](https://github.com/Deltares-research/data-management-suite/commit/a78bf7b84148bac579156d2a0a6b99bdc67a34e9))
* persist image name to GH action env ([78e4c6c](https://github.com/Deltares-research/data-management-suite/commit/78e4c6c7e6922dbbd63b70262d7199ed620e53ac))

## [0.4.1](https://github.com/Deltares-research/data-management-suite/compare/web-v0.4.0...web-v0.4.1) (2023-11-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "data-management-suite",
"private": true,
"sideEffects": false,
"version": "0.4.1",
"version": "0.4.2",
"scripts": {
"build": "remix build",
"format": "prettier --write .",
Expand Down

0 comments on commit 8cbf63f

Please sign in to comment.