Skip to content

Commit c812b2b

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

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-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.32.0"
2+
".": "2.33.0"
33
}

CHANGELOG.md

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

3+
## [2.33.0](https://github.com/statisticsnorway/mimir/compare/v2.32.0...v2.33.0) (2025-08-27)
4+
5+
6+
### Features
7+
8+
* Improve change text phrasing for Key Figure Text macro [MIM-2368] ([#3407](https://github.com/statisticsnorway/mimir/issues/3407)) ([586bb69](https://github.com/statisticsnorway/mimir/commit/586bb69a1493887032239ec7e2d1ca5e344a9ae0))
9+
* SolrArchive (url service) [MIM-2333] ([#3348](https://github.com/statisticsnorway/mimir/issues/3348)) ([be1d294](https://github.com/statisticsnorway/mimir/commit/be1d294e4efef525aac79c7a7ad59c837fdcfe50))
10+
11+
12+
### Bug Fixes
13+
14+
* npm run dev [MIM-2371] ([#3409](https://github.com/statisticsnorway/mimir/issues/3409)) ([fda51f7](https://github.com/statisticsnorway/mimir/commit/fda51f74ae2e5e2c95f9c1a5e63f692f99eaf88c))
15+
* Set lowercase to time not change period for keyFigureText macro ([e92906e](https://github.com/statisticsnorway/mimir/commit/e92906e0c91bcfdc66508eaabde8ceaf351f0588))
16+
* Set lowercase to time not change period for keyFigureText macro [MIM-2368] ([#3411](https://github.com/statisticsnorway/mimir/issues/3411)) ([e92906e](https://github.com/statisticsnorway/mimir/commit/e92906e0c91bcfdc66508eaabde8ceaf351f0588))
17+
18+
19+
### Build System and dependencies
20+
21+
* Adjustments to release-please after first deploy [MIM-2227] ([#3396](https://github.com/statisticsnorway/mimir/issues/3396)) ([2c2de01](https://github.com/statisticsnorway/mimir/commit/2c2de016299b597db4152c514252a9118e40b451))
22+
* Release please looking for wrong tag [MIM-2227] ([#3402](https://github.com/statisticsnorway/mimir/issues/3402)) ([ed9c413](https://github.com/statisticsnorway/mimir/commit/ed9c4130e1e247a8f23dd6c207519b38d12fa9e1))
23+
324
## [2.32.0](https://github.com/statisticsnorway/mimir/compare/mimir-v2.31.0...mimir-v2.32.0) (2025-08-19)
425

526

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

0 commit comments

Comments
 (0)