Skip to content

Commit b680a47

Browse files
chore: bump version and create changelog for v2.37.0 (#3532)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3286569 commit b680a47

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.36.0"
2+
".": "2.37.0"
33
}

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## [2.37.0](https://github.com/statisticsnorway/mimir/compare/v2.36.0...v2.37.0) (2025-11-11)
4+
5+
6+
### Features
7+
8+
* add axis markings for broken y axis on highcharts [MIM-1957] ([#3502](https://github.com/statisticsnorway/mimir/issues/3502)) ([61431a3](https://github.com/statisticsnorway/mimir/commit/61431a3cfad12f24776a146ba25178eb182bfaed))
9+
* Update Popup.tsx with new url [MIM-2457] ([#3530](https://github.com/statisticsnorway/mimir/issues/3530)) ([3286569](https://github.com/statisticsnorway/mimir/commit/32865699b82007183b054a36b6a35d7ad0d60846))
10+
11+
12+
### Bug Fixes
13+
14+
* get latest release from correct variant [MIM-2445] ([#3517](https://github.com/statisticsnorway/mimir/issues/3517)) ([056be77](https://github.com/statisticsnorway/mimir/commit/056be77223744a12488410cc48fbcfdc9081ee78))
15+
* Revert removal of fetchStatisticsWithReleaseToday (function in use) ([#3521](https://github.com/statisticsnorway/mimir/issues/3521)) ([21bcfea](https://github.com/statisticsnorway/mimir/commit/21bcfea30213b864f29cd4f19b967307fe0262cb))
16+
* Revert removal of fetchStatisticsWithReleaseToday. Function in use ([21bcfea](https://github.com/statisticsnorway/mimir/commit/21bcfea30213b864f29cd4f19b967307fe0262cb))
17+
18+
19+
### Build System and dependencies
20+
21+
* Bump actions/download-artifact from 5 to 6 ([#3515](https://github.com/statisticsnorway/mimir/issues/3515)) ([a894415](https://github.com/statisticsnorway/mimir/commit/a8944150814709049689b466e496f4551c224639))
22+
* Bump actions/setup-node from 5 to 6 ([#3493](https://github.com/statisticsnorway/mimir/issues/3493)) ([a290a7f](https://github.com/statisticsnorway/mimir/commit/a290a7fa793d56361b6e71fdd19bd813b7234fbf))
23+
* Bump actions/upload-artifact from 4 to 5 ([#3516](https://github.com/statisticsnorway/mimir/issues/3516)) ([947d426](https://github.com/statisticsnorway/mimir/commit/947d4268ee8fb99b5ef1e206cc3f51689bee794f))
24+
* Bump eslint-plugin-jsdoc from 60.4.0 to 61.1.4 ([#3496](https://github.com/statisticsnorway/mimir/issues/3496)) ([8631291](https://github.com/statisticsnorway/mimir/commit/86312919cc2f7d553247d291cd7c78a765aca8c1))
25+
* Bump the dependencies-minor-updates group across 1 directory with 6 updates ([#3520](https://github.com/statisticsnorway/mimir/issues/3520)) ([5bed0ea](https://github.com/statisticsnorway/mimir/commit/5bed0eae8ac69fbf121f086e0c5849f854e1f555))
26+
* Bump the dependencies-patch-updates group with 9 updates ([#3523](https://github.com/statisticsnorway/mimir/issues/3523)) ([0bffd42](https://github.com/statisticsnorway/mimir/commit/0bffd4200ee845ef3dcb200fed180ab30bf31e76))
27+
* Bump validator from 13.15.15 to 13.15.20 ([#3519](https://github.com/statisticsnorway/mimir/issues/3519)) ([c84cd3d](https://github.com/statisticsnorway/mimir/commit/c84cd3db41efb2546ccd06759bc748dd7fb22fa6))
28+
* fix label and release notes for release please ([#3513](https://github.com/statisticsnorway/mimir/issues/3513)) ([bf05d4a](https://github.com/statisticsnorway/mimir/commit/bf05d4ad6f984bb61cfa52b419b2f2539143276a))
29+
330
## [2.36.0](https://github.com/statisticsnorway/mimir/compare/v2.35.1...v2.36.0) (2025-10-21)
431

532

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Gradle Project settings
22
# x-release-please-start-version
33
projectName = mimir
4-
version = 2.36.0
4+
version = 2.37.0
55
# x-release-please-end
66

77
# XP App values

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mimir",
3-
"version": "2.36.0",
3+
"version": "2.37.0",
44
"description": "New cms for ssb.no",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)