From f78327a3db061eeab1346a858fa7125021da5f7a Mon Sep 17 00:00:00 2001 From: Tuomo Kivinen Date: Tue, 16 Jan 2024 13:29:41 +0200 Subject: [PATCH] (release-3.4.0) add Text Input as search to changelog --- CHANGELOG.md | 6 ++++++ packages/core/package.json | 4 ++-- packages/design-tokens/package.json | 2 +- packages/hds-js/package.json | 2 +- packages/react/package.json | 4 ++-- site/package.json | 8 ++++---- 6 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdfd6dbd9..bb1206f016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Changed - [Header] Theme supports max-width and logo-height variables +- [TextInput] Support using TextInput component as a simple search field #### Fixed @@ -28,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Icon] New icon for X service +#### Changed + +- [Text input] Support using Text input component as a simple search field + ### Documentation #### Added @@ -36,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [ErrorSummary] Add documentation for Error Summary component - [Focus colour] Use of Focus style widths - [Icons] New icon for X service added to assets list +- [Search input] Advice using a Text input as a simple search field if no suggestions and/or results are provided #### Fixed diff --git a/packages/core/package.json b/packages/core/package.json index daa1603184..da2ed9aac5 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "hds-core", - "version": "3.3.0", + "version": "3.4.0", "description": "Core styles for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -30,7 +30,7 @@ "@storybook/manager-webpack5": "^6.5.16", "copyfiles": "2.2.0", "cssnano": "4.1.10", - "hds-design-tokens": "3.3.0", + "hds-design-tokens": "3.4.0", "normalize.css": "8.0.1", "postcss": "8.2.15", "postcss-cli": "8.3.1", diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 0b4d17e38f..1ed591657b 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "hds-design-tokens", - "version": "3.3.0", + "version": "3.4.0", "description": "Design tokens for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", diff --git a/packages/hds-js/package.json b/packages/hds-js/package.json index fce1eb4467..4c7c2778e8 100644 --- a/packages/hds-js/package.json +++ b/packages/hds-js/package.json @@ -1,6 +1,6 @@ { "name": "hds-js", - "version": "3.3.0", + "version": "3.4.0", "description": "Vanilla js for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", diff --git a/packages/react/package.json b/packages/react/package.json index 95323928c1..c4af482750 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "hds-react", - "version": "3.3.0", + "version": "3.4.0", "description": "React components for the Helsinki Design System", "homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme", "license": "MIT", @@ -131,7 +131,7 @@ "crc-32": "1.2.0", "date-fns": "2.16.1", "downshift": "6.0.6", - "hds-core": "3.3.0", + "hds-core": "3.4.0", "http-status-typed": "^1.0.1", "jwt-decode": "^3.1.2", "kashe": "1.0.4", diff --git a/site/package.json b/site/package.json index b4d13ffeea..24f9cc5ab0 100644 --- a/site/package.json +++ b/site/package.json @@ -2,7 +2,7 @@ "name": "site", "private": true, "description": "Documentation for Helsinki Design System", - "version": "3.3.0", + "version": "3.4.0", "workspaces": { "nohoist": [ "gatsby", @@ -46,9 +46,9 @@ "chalk": "4.0.0", "crypto-browserify": "^3.11.0", "eslint-config-react-app": "^7.0.1", - "hds-core": "3.3.0", - "hds-design-tokens": "3.3.0", - "hds-react": "3.3.0", + "hds-core": "3.4.0", + "hds-design-tokens": "3.4.0", + "hds-react": "3.4.0", "inquirer": "7.1.0", "postcss": "8", "prettier": "2.5.1",