Skip to content

Commit

Permalink
Merge pull request #595 from City-of-Helsinki/release-1.7.1
Browse files Browse the repository at this point in the history
Release 1.7.1
  • Loading branch information
VilleMiekkoja authored Nov 29, 2021
2 parents 4d9c696 + ee5733b commit c9bb20d
Show file tree
Hide file tree
Showing 8 changed files with 539 additions and 38 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.1] - Nov, 29, 2021

### React Components

#### Fixed
- [Table] Fixed duplicate id bug regarding table checkboxes

### Documentation

#### Fixed
- Typo fixes
- Fixed password input react storybook link

## [1.7.0] - Nov, 25, 2021

### React Components
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": "1.7.0",
"version": "1.7.1",
"description": "Core styles for the Helsinki Design System",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"@storybook/html": "6.0.19",
"copyfiles": "2.2.0",
"cssnano": "4.1.10",
"hds-design-tokens": "1.7.0",
"hds-design-tokens": "1.7.1",
"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": "1.7.0",
"version": "1.7.1",
"description": "Design tokens 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": "1.7.0",
"version": "1.7.1",
"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 @@ -107,7 +107,7 @@
"@react-aria/visually-hidden": "3.2.0",
"date-fns": "2.16.1",
"downshift": "6.0.6",
"hds-core": "1.7.0",
"hds-core": "1.7.1",
"lodash.isequal": "4.5.0",
"lodash.isfunction": "3.0.9",
"lodash.uniqueid": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion site/docs/about/roadmap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ For previously released features, see changelogs in the [What is new section](/a

**Q4 2021**

- Component: Basic tables
~~- Component: Basic tables~~<br/>
- Component: Breadcrumbs
- Component: File download

Expand Down
2 changes: 1 addition & 1 deletion site/docs/components/component_overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Component | Status
[Selection group](/components/selection-group) | <StatusLabel type="info">Stable</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-selection-group--default) | [<IconCheck/>](/storybook/react/?path=/story/components-selectiongroup--default)
[Side navigation](/components/side-navigation) | <StatusLabel type="alert">Draft</StatusLabel> | | [<IconCheck/>](/storybook/react/?path=/story/components-sidenavigation--default)
[Status label](/components/status-label) | <StatusLabel type="info">Stable</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-status-label--default) | [<IconCheck/>](/storybook/react/?path=/story/components-status-label)
[Table](/components/table) | <StatusLabel type="alert">Draft</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-table--dark) |
[Table](/components/table) | <StatusLabel type="alert">Draft</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-table--dark) | [<IconCheck/>](/storybook/react/?path=/story/components-table--default)
[Tabs](/components/tabs) | <StatusLabel type="info">Stable</StatusLabel> | | [<IconCheck/>](/storybook/react/?path=/story/components-tabs--default)
[Tag](/components/tag) | <StatusLabel type="info">Stable</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-tag--default) | [<IconCheck/>](/storybook/react/?path=/story/components-tag--default)
[Text input](/components/text-field) | <StatusLabel type="info">Stable</StatusLabel> | [<IconCheck/>](/storybook/core/?path=/story/components-text-input--default) | [<IconCheck/>](/storybook/react/?path=/story/components-textinput--default)
Expand Down
8 changes: 4 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "1.7.0",
"version": "1.7.1",
"private": true,
"description": "Documentation for Helsinki Design System",
"license": "MIT",
Expand All @@ -23,9 +23,9 @@
"date-fns": "^2.23.0",
"gatsby-cli": "2.12.29",
"gatsby-plugin-matomo": "0.8.3",
"hds-core": "1.7.0",
"hds-design-tokens": "1.7.0",
"hds-react": "1.7.0",
"hds-core": "1.7.1",
"hds-design-tokens": "1.7.1",
"hds-react": "1.7.1",
"react-helmet": "6.0.0",
"react-markdown": "^6.0.3",
"rimraf": "3.0.2"
Expand Down
Loading

0 comments on commit c9bb20d

Please sign in to comment.