Skip to content

Commit d5648cc

Browse files
github-actions[bot]mikkojamG
authored andcommitted
chore(main): release kerrokantasi-ui 1.9.0
1 parent 5ca1d42 commit d5648cc

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.8.0"
2+
".": "1.9.0"
33
}

CHANGELOG.md

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

3+
## [1.9.0](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.8.0...kerrokantasi-ui-v1.9.0) (2024-12-20)
4+
5+
6+
### Features
7+
8+
* HearingForm remove bootstrap KER-346 ([5659c36](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/5659c3635da32f06151a476fe824e36734b68008))
9+
* HearingFormStep1 remove bootstrap KER-346 ([5be1912](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/5be1912385f4acb83511593b72edaadbad2a448f))
10+
* HearingFormStep2 remove bootstrap KER-346 ([d3f6408](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/d3f64089fa3a96e4fcd74292b6954046f512f6a7))
11+
* HearingFormStep3 replace bootstrap KER-346 ([4c45892](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/4c45892eb4c2ce809cd04e61dc6498444ae92db9))
12+
* HearingFormStep4 remove bootstrap ([583f213](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/583f2131f49927d51aacbb60cae22c4e1e8c0ceb))
13+
* HearingFormStep5 remove bootstrap KER-346 ([d367ca3](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/d367ca3b04bb8aa305e0df61cd69caed0f30678b))
14+
* Section form remove bootstrap KER-346 ([0311188](https://github.com/City-of-Helsinki/kerrokantasi-ui/commit/0311188ef4d3149c96a33137e05a968a92e7e47d))
15+
316
## [1.8.0](https://github.com/City-of-Helsinki/kerrokantasi-ui/compare/kerrokantasi-ui-v1.7.0...kerrokantasi-ui-v1.8.0) (2024-12-10)
417

518

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.8.0",
3+
"version": "1.9.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)