Skip to content

Commit 239e657

Browse files
committed
build: release-4.4.0 related changes
1 parent 06566dc commit 239e657

File tree

7 files changed

+13
-113
lines changed

7 files changed

+13
-113
lines changed

CHANGELOG.md

Lines changed: 2 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -5,68 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [4.X.X] - Month, XX, 202X
8+
## [4.4.0] - April, 3rd, 2025
99

1010
### React
1111

12-
#### Breaking
13-
14-
- [Component] What are the breaking changes?
15-
16-
#### Added
17-
18-
- [Component] What is added?
19-
2012
#### Changed
2113

22-
Changes that are not related to specific components
23-
24-
- [Component] What has been changed
2514
- [Notification] `autoCloseDuration` is now calculated automatically if not provided (displayed a minimum of 4000ms)
2615

2716
#### Fixed
2817

29-
- [Component] What bugs/typos are fixed?
3018
- [FileInput] `defaultValue` triggered the `onChange` prop function
3119
- [FileInput] display the "No file selected" only when `required` prop is given and no file(s) selected
3220
- [Footer] fix `Footer.Base` logo tabIndex issue, it was falsely given zero which prevented focus
3321

34-
### Core
35-
36-
#### Breaking
37-
38-
- [Component] What are the breaking changes?
39-
40-
#### Added
41-
42-
- [Component] What is added?
43-
44-
#### Changed
45-
46-
Changes that are not related to specific components
47-
48-
- [Component] What has been changed
49-
50-
#### Fixed
51-
52-
- [Component] What bugs/typos are fixed?
53-
5422
### Documentation
5523

56-
#### Breaking
57-
58-
- [Component] What are the breaking changes?
59-
60-
#### Added
61-
62-
- [Component] What is added?
63-
64-
#### Changed
65-
66-
Changes that are not related to specific components
67-
68-
- [Component] What has been changed
69-
7024
#### Fixed
7125

7226
- Bug of anchor links on the documentation page
@@ -76,63 +30,9 @@ Changes that are not related to specific components
7630

7731
### Figma
7832

79-
#### Breaking
80-
81-
- [Component] What are the breaking changes?
82-
83-
#### Added
84-
85-
- [Component] What is added?
86-
87-
#### Changed
88-
89-
Changes that are not related to specific components
90-
91-
- [Component] What has been changed
92-
9333
#### Fixed
9434

95-
- [Component] What bugs/typos are fixed?
96-
97-
### Icon kit
98-
99-
#### Breaking
100-
101-
- [Component] What are the breaking changes?
102-
103-
#### Added
104-
105-
- [Component] What is added?
106-
107-
#### Changed
108-
109-
Changes that are not related to specific components
110-
111-
- [Component] What has been changed
112-
113-
#### Fixed
114-
115-
- [Component] What bugs/typos are fixed?
116-
117-
### Hds-js
118-
119-
#### Breaking
120-
121-
- [Component] What are the breaking changes?
122-
123-
#### Added
124-
125-
- [Component] What is added?
126-
127-
#### Changed
128-
129-
Changes that are not related to specific components
130-
131-
- [Component] What has been changed
132-
133-
#### Fixed
134-
135-
- [Component] What bugs/typos are fixed?
35+
- [Header] UniversalBar properties mix-up and responsiveness issues.
13636

13737
## [4.3.0] - March, 7, 2025
13838

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "e2e",
33
"private": true,
44
"description": "e2e tests using Playwright",
5-
"version": "4.3.0",
5+
"version": "4.4.0",
66
"scripts": {
77
"ci": "npx playwright test",
88
"playwright-install": "yarn playwright install --with-deps chromium",

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hds-core",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Core styles for the Helsinki Design System",
55
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
66
"license": "MIT",
@@ -45,7 +45,7 @@
4545
"css-loader": "5.2.6",
4646
"cssnano": "4.1.10",
4747
"glob": "^10.4.1",
48-
"hds-design-tokens": "4.3.0",
48+
"hds-design-tokens": "4.4.0",
4949
"jest": "^29.7.0",
5050
"postcss": "8.2.15",
5151
"postcss-classes-to-mixins": "^3.0.1",

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hds-design-tokens",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Design tokens for the Helsinki Design System",
55
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
66
"license": "MIT",

packages/hds-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hds-js",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Vanilla js for the Helsinki Design System",
55
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
66
"license": "MIT",

packages/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hds-react",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "React components for the Helsinki Design System",
55
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
66
"license": "MIT",
@@ -143,7 +143,7 @@
143143
"date-fns": "2.16.1",
144144
"downshift": "6.0.6",
145145
"graphql": "^16.8.1",
146-
"hds-core": "4.3.0",
146+
"hds-core": "4.4.0",
147147
"jwt-decode": "^3.1.2",
148148
"kashe": "1.0.4",
149149
"lodash": "^4.17.21",

site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "site",
33
"private": true,
44
"description": "Documentation for Helsinki Design System",
5-
"version": "4.3.0",
5+
"version": "4.4.0",
66
"workspaces": {
77
"nohoist": [
88
"gatsby",
@@ -58,9 +58,9 @@
5858
"hds-2-react": "npm:hds-react@2.17.1",
5959
"hds-3-core": "npm:hds-core@3.12.0",
6060
"hds-3-react": "npm:hds-react@3.12.0",
61-
"hds-core": "4.3.0",
62-
"hds-design-tokens": "4.3.0",
63-
"hds-react": "4.3.0",
61+
"hds-core": "4.4.0",
62+
"hds-design-tokens": "4.4.0",
63+
"hds-react": "4.4.0",
6464
"inquirer": "7.1.0",
6565
"postcss": "8",
6666
"prettier": "2.5.1",

0 commit comments

Comments
 (0)