Skip to content

Commit

Permalink
Merge pull request #242 from City-of-Helsinki/version-bump
Browse files Browse the repository at this point in the history
0.13.1 Release
  • Loading branch information
niglu1 authored Sep 9, 2020
2 parents fafbaf3 + cc34203 commit 767c295
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.13.1] - September 9, 2020
### Documentation
#### Added
- First version of date and time format guidelines
- All components' statuses are now marked with labels. You can find the label explanations in the [Component overview page](https://hds.hel.fi/components#component-status)

#### Changed
- Updated For Designers section Abstract and Sketch screenshots

#### Fixed
- Fixed the core component storybook links

### React
#### Fixed
- Fixed typings for the `Button`, `Checkbox`, `RadioButton`, `TextArea` and `TextInput` components. in ([#240](https://github.com/City-of-Helsinki/helsinki-design-system/pull/240))
- [Dropdown] Fixed an issue where the label hover color couldn't be overridden for multiselect dropdowns. in ([#241](https://github.com/City-of-Helsinki/helsinki-design-system/pull/241))


## [0.13.0] - September 1, 2020
### Core
#### Breaking Changes
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": "0.13.0",
"version": "0.13.1",
"description": "Core styles for the Helsinki Design System",
"author": "Anssi Lehtonen <lehtovaaralainen@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"@storybook/html": "6.0.19",
"copyfiles": "2.2.0",
"cssnano": "4.1.10",
"hds-design-tokens": "0.13.0",
"hds-design-tokens": "0.13.1",
"normalize.css": "8.0.1",
"postcss": "7.0.30",
"postcss-cli": "7.1.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": "0.13.0",
"version": "0.13.1",
"description": "Design tokens for the Helsinki Design System",
"author": "Niclas Liimatainen <niclas.liimatainen@digia.com>",
"homepage": "https://github.com/City-of-Helsinki/helsinki-design-system#readme",
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": "0.13.0",
"version": "0.13.1",
"license": "MIT",
"main": "./index.js",
"module": "./index.js",
Expand Down Expand Up @@ -80,7 +80,7 @@
"@babel/runtime": "7.11.2",
"@react-aria/visually-hidden": "3.2.0",
"downshift": "5.4.0",
"hds-core": "0.13.0",
"hds-core": "0.13.1",
"lodash.isequal": "4.5.0",
"lodash.uniqueid": "4.0.1",
"react-spring": "9.0.0-rc.3"
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": "0.13.0",
"version": "0.13.1",
"private": true,
"description": "Documentation for Helsinki Design System",
"license": "MIT",
Expand All @@ -22,9 +22,9 @@
"devDependencies": {
"gatsby-cli": "2.12.29",
"gatsby-plugin-matomo": "0.8.3",
"hds-core": "0.13.0",
"hds-design-tokens": "0.13.0",
"hds-react": "0.13.0",
"hds-core": "0.13.1",
"hds-design-tokens": "0.13.1",
"hds-react": "0.13.1",
"react-helmet": "6.0.0",
"rimraf": "3.0.2"
}
Expand Down

0 comments on commit 767c295

Please sign in to comment.