Skip to content

Commit a0ae257

Browse files
committed
chore: prepare release-4.10.0
1 parent 6621275 commit a0ae257

File tree

7 files changed

+17
-124
lines changed

7 files changed

+17
-124
lines changed

CHANGELOG.md

Lines changed: 3 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -5,137 +5,30 @@ 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.10.0] - January, XX, 2026
8+
## [4.10.0] - January, 29, 2026
99

1010
Updated documentation build process for multi-version docs by replacing the `gatsby-source-git` setup with a local filesystem-based source and adding automatic version detection from the documentation directory structure.
1111

1212
### React
1313

14-
#### Breaking
15-
16-
- [Component] What are the breaking changes?
17-
18-
#### Added
19-
20-
- [Component] What is added?
21-
22-
#### Changed
23-
24-
Changes that are not related to specific components
25-
26-
- [Dropdown, Combobox] deprecate since to be removed in next major release
27-
2814
#### Fixed
2915

3016
- [Login] Fixed missing export for `useTokenizedFetch` and related hooks (`useTokenizedFetchModule`, `useTokenizedFetchWithSignals`, `useTokenizedFetchTracking`, `useTokenizedFetchResponseTracking`) in the build output. These hooks are now properly exported and available when importing from `hds-react`.
3117

3218
#### Deprecated
3319

34-
- [SearchInput] Component is now deprecated and will be removed in the next major release.
35-
36-
### Core
37-
38-
#### Breaking
39-
40-
- [Component] What are the breaking changes?
41-
42-
#### Added
43-
44-
- [Component] What is added?
45-
46-
#### Changed
47-
48-
Changes that are not related to specific components
49-
50-
- [Component] What has been changed
51-
52-
#### Fixed
53-
54-
- [Component] What bugs/typos are fixed?
20+
- [SearchInput] Will be removed in the next major release.
21+
- [Dropdown, Combobox] Will be removed in next major release.
5522

5623
### Documentation
5724

5825
- Remove obsolete Dropdown link from components listing
5926

60-
#### Breaking
61-
62-
- [Component] What are the breaking changes?
63-
64-
#### Added
65-
66-
- [Component] What is added?
67-
68-
#### Changed
69-
70-
Changes that are not related to specific components
71-
72-
- [Component] What has been changed
73-
7427
#### Fixed
7528

7629
- [Checkbox] Stories to include full interactivities.
7730
- [Login] Fixed incorrect hook name in documentation: `useTokenizedFetchModuleTracking` should be `useTokenizedFetchTracking`.
7831

79-
### Figma
80-
81-
#### Breaking
82-
83-
- [Component] What are the breaking changes?
84-
85-
#### Added
86-
87-
- [Component] What is added?
88-
89-
#### Changed
90-
91-
Changes that are not related to specific components
92-
93-
- [Component] What has been changed
94-
95-
#### Fixed
96-
97-
- [Component] What bugs/typos are fixed?
98-
99-
### Icon kit
100-
101-
#### Breaking
102-
103-
- [Component] What are the breaking changes?
104-
105-
#### Added
106-
107-
- [Component] What is added?
108-
109-
#### Changed
110-
111-
Changes that are not related to specific components
112-
113-
- [Component] What has been changed
114-
115-
#### Fixed
116-
117-
- [Component] What bugs/typos are fixed?
118-
119-
### Hds-js
120-
121-
#### Breaking
122-
123-
- [Component] What are the breaking changes?
124-
125-
#### Added
126-
127-
- [Component] What is added?
128-
129-
#### Changed
130-
131-
Changes that are not related to specific components
132-
133-
- [Component] What has been changed
134-
135-
#### Fixed
136-
137-
- [Component] What bugs/typos are fixed?
138-
13932
## [4.9.0] - December, 18, 2025
14033

14134
- Security related updates and changes necessary due to them.

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.9.0",
5+
"version": "4.10.0",
66
"engines": {
77
"node": "^22.13.1"
88
},

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.9.0",
3+
"version": "4.10.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",
@@ -48,7 +48,7 @@
4848
"css-loader": "5.2.6",
4949
"cssnano": "4.1.10",
5050
"glob": "^10.4.1",
51-
"hds-design-tokens": "4.9.0",
51+
"hds-design-tokens": "4.10.0",
5252
"jest": "^29.7.0",
5353
"postcss": "8.2.15",
5454
"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.9.0",
3+
"version": "4.10.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.9.0",
3+
"version": "4.10.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.9.0",
3+
"version": "4.10.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",
@@ -148,7 +148,7 @@
148148
"date-fns": "2.16.1",
149149
"downshift": "6.0.6",
150150
"graphql": "^16.8.1",
151-
"hds-core": "4.9.0",
151+
"hds-core": "4.10.0",
152152
"jwt-decode": "^3.1.2",
153153
"kashe": "1.0.4",
154154
"lodash": "^4.17.21",

site/package.json

Lines changed: 7 additions & 7 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.9.0",
5+
"version": "4.10.0",
66
"engines": {
77
"node": "^22.13.1"
88
},
@@ -17,6 +17,7 @@
1717
"dependencies": {
1818
"@mdx-js/mdx": "2.3.0",
1919
"@mdx-js/react": "2.3.0",
20+
"extract-zip": "^2.0.1",
2021
"gatsby": "5.13.7",
2122
"gatsby-plugin-image": "^3.13.1",
2223
"gatsby-plugin-manifest": "^5.13.1",
@@ -35,16 +36,15 @@
3536
"html-validate": "6.5.0",
3637
"json5": "^2.2.3",
3738
"prism-react-renderer": "^1.3.1",
38-
"tar": "^7.4.3",
39-
"extract-zip": "^2.0.1",
4039
"prop-types": "^15.8.1",
4140
"react": "18.2.0",
4241
"react-dom": "18.2.0",
4342
"react-helmet": "^6.1.0",
4443
"react-live": "2.4.1",
4544
"remark-gfm": "^1",
4645
"sanitize-html": "2.10.0",
47-
"sass": "^1.49.9"
46+
"sass": "^1.49.9",
47+
"tar": "^7.4.3"
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.25.2",
@@ -55,9 +55,9 @@
5555
"crypto-browserify": "^3.11.0",
5656
"eslint": "8.56.0",
5757
"eslint-config-react-app": "^7.0.1",
58-
"hds-core": "4.9.0",
59-
"hds-design-tokens": "4.9.0",
60-
"hds-react": "4.9.0",
58+
"hds-core": "4.10.0",
59+
"hds-design-tokens": "4.10.0",
60+
"hds-react": "4.10.0",
6161
"inquirer": "7.1.0",
6262
"postcss": "8",
6363
"prettier": "2.5.1",

0 commit comments

Comments
 (0)