Skip to content

Commit 692696c

Browse files
chore: bump version and create changelog for v2.34.0 (#3432)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7ae55ca commit 692696c

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-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.33.0"
2+
".": "2.34.0"
33
}

CHANGELOG.md

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

3+
## [2.34.0](https://github.com/statisticsnorway/mimir/compare/v2.33.0...v2.34.0) (2025-09-08)
4+
5+
6+
### Features
7+
8+
* Support Key Figure Text macro for articles in RSS news [MIM-2355] ([#3412](https://github.com/statisticsnorway/mimir/issues/3412)) ([6bf4ff4](https://github.com/statisticsnorway/mimir/commit/6bf4ff4395883170420a640b30a226218fbb388e))
9+
10+
11+
### Bug Fixes
12+
13+
* Add fallback for empty keyFigureData ([20684ee](https://github.com/statisticsnorway/mimir/commit/20684ee7b6fd3aa235cb3d7f5d979f793c0bfaa2))
14+
* Add fallback for empty keyFigureData [MIM-2355] ([#3423](https://github.com/statisticsnorway/mimir/issues/3423)) ([20684ee](https://github.com/statisticsnorway/mimir/commit/20684ee7b6fd3aa235cb3d7f5d979f793c0bfaa2))
15+
* Fix sub title conditions for Profiled Box part [MIM-2379] ([#3424](https://github.com/statisticsnorway/mimir/issues/3424)) ([b44e1a4](https://github.com/statisticsnorway/mimir/commit/b44e1a4a4603bb6cb9456fbb10070d659eaf6b66))
16+
* improve logging of errors in mimir app [MIM-2297] ([#3420](https://github.com/statisticsnorway/mimir/issues/3420)) ([756d028](https://github.com/statisticsnorway/mimir/commit/756d0283638c4b41b94f1d52e4e1125ebd00ae7b))
17+
* set correct timezone in article metadata [MIM-2336] ([#3426](https://github.com/statisticsnorway/mimir/issues/3426)) ([2cb9608](https://github.com/statisticsnorway/mimir/commit/2cb9608085450df87398605ad10c9bc2c48c1cad))
18+
19+
20+
### Build System and dependencies
21+
22+
* bump actions/checkout from 4 to 5 ([#3390](https://github.com/statisticsnorway/mimir/issues/3390)) ([1be9751](https://github.com/statisticsnorway/mimir/commit/1be975135b802c6527cde40a4761401b7c71ab7b))
23+
* bump eslint-plugin-jsdoc from 52.0.4 to 54.1.0 ([#3389](https://github.com/statisticsnorway/mimir/issues/3389)) ([671779a](https://github.com/statisticsnorway/mimir/commit/671779ae12c1108a4f7afcf32c888cbfc40624fb))
24+
* Bump jsonstat-toolkit from 1.6.0 to 2.0.0 ([#3331](https://github.com/statisticsnorway/mimir/issues/3331)) ([8221fa8](https://github.com/statisticsnorway/mimir/commit/8221fa802bb7f334ea7a90329fe494005bff32e5))
25+
* bump the dependencies-minor-updates group across 1 directory with 3 updates ([#3410](https://github.com/statisticsnorway/mimir/issues/3410)) ([57244f5](https://github.com/statisticsnorway/mimir/commit/57244f53df3f636ca899096e6b2f0ac61f6ba5f8))
26+
* Bump the dependencies-minor-updates group with 2 updates ([#3417](https://github.com/statisticsnorway/mimir/issues/3417)) ([fb23e04](https://github.com/statisticsnorway/mimir/commit/fb23e0490d66e2157c1f389282308b899b8db3bf))
27+
* Bump the dependencies-patch-updates group with 5 updates ([#3429](https://github.com/statisticsnorway/mimir/issues/3429)) ([f5cf24d](https://github.com/statisticsnorway/mimir/commit/f5cf24d09faf17cf27d1d1335c0bb6baab734a3c))
28+
329
## [2.33.0](https://github.com/statisticsnorway/mimir/compare/v2.32.0...v2.33.0) (2025-08-27)
430

531

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.33.0
4+
version = 2.34.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.33.0",
3+
"version": "2.34.0",
44
"description": "New cms for ssb.no",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)