Skip to content

Commit

Permalink
update versions, update icon-kit, update changelog for v4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mrTuomoK committed Jan 9, 2025
1 parent 27fd975 commit 105cfb4
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 93 deletions.
84 changes: 4 additions & 80 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.X.X] - Month, XX, 202X
## [4.1.0] - January, 09, 2025

### React

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [LoginProviderWithApolloContext] Login Provider with automatic ApolloClient context.
Expand All @@ -31,92 +27,24 @@ Changes that are not related to specific components
- [ssr] Login component works with SSR rendering
- [Login] Event listeners with Strict mode were lost in double render

### Core

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [Component] What is added?

#### Changed

Changes that are not related to specific components

- [Component] What has been changed

#### Fixed

- Changed includes to use @use notation

### Documentation

#### Breaking

- [Component] What are the breaking changes?

#### Added

- Technology tags to all components

#### Changed

Changes that are not related to specific components

- [Component] What has been changed

#### Fixed

- [Component] What bugs/typos are fixed?

### Figma

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [Component] What is added?

#### Changed

Changes that are not related to specific components

- [Component] What has been changed

#### Fixed

- [Component] What bugs/typos are fixed?

### Icon kit

#### Breaking

- [Component] What are the breaking changes?

#### Added
- [Header] Other actions menu item color fixed in header dark version.

- [Component] What is added?

#### Changed

Changes that are not related to specific components

- [Component] What has been changed

#### Fixed
#### Deprecated

- [Component] What bugs/typos are fixed?
- [PhoneInput] Country Code variant was deprecated. Still available in the library but will be removed in the next major release.

### Hds-js

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [ApolloClientModule] New Login module for auto-appending api tokens to query headers.
Expand All @@ -126,10 +54,6 @@ Changes that are not related to specific components

- [GraphQLModule] Use the ApolloClient Module when available

#### Fixed

- [Component] What bugs/typos are fixed?

## [4.0.0] - November, 21, 2024

### React
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "e2e",
"private": true,
"description": "e2e tests using Playwright",
"version": "4.0.0",
"version": "4.1.0",
"scripts": {
"ci": "npx playwright test",
"playwright-install": "yarn playwright install --with-deps chromium",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-core",
"version": "4.0.0",
"version": "4.1.0",
"description": "Core styles for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"css-loader": "5.2.6",
"cssnano": "4.1.10",
"glob": "^10.4.1",
"hds-design-tokens": "4.0.0",
"hds-design-tokens": "4.1.0",
"postcss": "8.2.15",
"postcss-classes-to-mixins": "^3.0.1",
"postcss-cli": "8.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-design-tokens",
"version": "4.0.0",
"version": "4.1.0",
"description": "Design tokens for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/hds-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-js",
"version": "4.0.0",
"version": "4.1.0",
"description": "Vanilla js for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hds-react",
"version": "4.0.0",
"version": "4.1.0",
"description": "React components for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand Down Expand Up @@ -143,7 +143,7 @@
"date-fns": "2.16.1",
"downshift": "6.0.6",
"graphql": "^16.8.1",
"hds-core": "4.0.0",
"hds-core": "4.1.0",
"jwt-decode": "^3.1.2",
"kashe": "1.0.4",
"lodash": "^4.17.21",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ exports[`<Footer /> spec renders the component 1`] = `
<span
class="copyrightHolder"
>
© Copyright 2024
© Copyright 2025
</span>
<span
class="copyrightDot"
Expand Down
Binary file modified release/hds-icon-kit.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion release/icon-kit-template-CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Helsinki Design System, Icon kit, version 4.0.0
# Helsinki Design System, Icon kit, version 4.1.0

## CHANGELOG

Expand Down
8 changes: 4 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "site",
"private": true,
"description": "Documentation for Helsinki Design System",
"version": "4.0.0",
"version": "4.1.0",
"workspaces": {
"nohoist": [
"gatsby",
Expand Down Expand Up @@ -58,9 +58,9 @@
"hds-2-react": "npm:[email protected]",
"hds-3-core": "npm:[email protected]",
"hds-3-react": "npm:[email protected]",
"hds-core": "4.0.0",
"hds-design-tokens": "4.0.0",
"hds-react": "4.0.0",
"hds-core": "4.1.0",
"hds-design-tokens": "4.1.0",
"hds-react": "4.1.0",
"inquirer": "7.1.0",
"postcss": "8",
"prettier": "2.5.1",
Expand Down

0 comments on commit 105cfb4

Please sign in to comment.