Skip to content

Commit 19c0f48

Browse files
chore: bump version and create changelog for v2.35.1 (#3455)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 35f25f6 commit 19c0f48

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-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.35.0"
2+
".": "2.35.1"
33
}

CHANGELOG.md

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

3+
## [2.35.1](https://github.com/statisticsnorway/mimir/compare/v2.35.0...v2.35.1) (2025-09-19)
4+
5+
6+
### Bug Fixes
7+
8+
* fix bootstrap overrides ([#3454](https://github.com/statisticsnorway/mimir/issues/3454)) ([35f25f6](https://github.com/statisticsnorway/mimir/commit/35f25f6f1077de3fd4983bd5b9172d2cdbf38027))
9+
* Replace all & with &amp; for statbankSavedRequest ([818cd11](https://github.com/statisticsnorway/mimir/commit/818cd118402dc31f12df63f8cf669ba8047b21a7))
10+
* Replace all & with &amp; for statbankSavedRequest [MIM-2136] ([#3449](https://github.com/statisticsnorway/mimir/issues/3449)) ([818cd11](https://github.com/statisticsnorway/mimir/commit/818cd118402dc31f12df63f8cf669ba8047b21a7))
11+
312
## [2.35.0](https://github.com/statisticsnorway/mimir/compare/v2.34.0...v2.35.0) (2025-09-17)
413

514

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

0 commit comments

Comments
 (0)