Skip to content

Commit b76ae33

Browse files
github-actions[bot]mikkojamG
authored andcommitted
chore(main): release kerrokantasi-ui 1.10.0
1 parent 8157d43 commit b76ae33

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
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-
".": "1.9.2"
2+
".": "1.10.0"
33
}

CHANGELOG.md

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

3+
## [1.10.0](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.9.2...kerrokantasi-ui-v1.10.0) (2025-02-03)
4+
5+
6+
### Features
7+
8+
* ImageModal replace dropzone KER-422 ([1cdd20d](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/1cdd20d3eae2d82018389204f06d2b9bd4062cf1))
9+
10+
11+
### Bug Fixes
12+
13+
* HearingFormStep2 main image allow 1MB KER-422 ([7021fa0](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/7021fa0944d7a1545cc1c8b705a2f85d2bfbef60))
14+
* HearingFormStep2 main image allow jpg KER-422 ([31506bd](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/31506bd670315e52bc8e9760f0f7f90a03f39c45))
15+
* Phase component fix text input onChange KER-422 ([847692f](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/847692fe3c2e57116a0de48ba751cbd3b2a70700))
16+
317
## [1.9.2](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.9.1...kerrokantasi-ui-v1.9.2) (2025-01-31)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kerrokantasi-ui",
3-
"version": "1.9.2",
3+
"version": "1.10.0",
44
"main": "index.js",
55
"scripts": {
66
"start": "NODE_ENV=production; if test $NODE_MAX_MEMORY_MIB ; then node --max-old-space-size=$NODE_MAX_MEMORY_MIB server ; else node server ; fi",

0 commit comments

Comments
 (0)