Skip to content

Commit

Permalink
(release-3.4.0) add Text Input as search to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mrTuomoK committed Jan 16, 2024
1 parent 4e6224a commit f78327a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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

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": "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",
Expand Down Expand Up @@ -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",
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": "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",
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": "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",
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": "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",
Expand Down Expand Up @@ -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",
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": "3.3.0",
"version": "3.4.0",
"workspaces": {
"nohoist": [
"gatsby",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit f78327a

Please sign in to comment.