Skip to content

Commit

Permalink
Merge pull request #148 from City-of-Helsinki/fix/github-link
Browse files Browse the repository at this point in the history
[FIX] GitHub link
  • Loading branch information
niglu1 authored May 26, 2020
2 parents 6051850 + 204e840 commit 5f4b1ce
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.1] - May 26, 2020
### Documentation site
#### Fixed
- Link to GitHub

## [0.10.0] - May 26, 2020

### Documentation site
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.10.0",
"version": "0.10.1",
"description": "Core styles for the Helsinki Design System",
"author": "Anssi Lehtonen <[email protected]>",
"contributors": [
Expand Down Expand Up @@ -28,7 +28,7 @@
"@storybook/addons": "6.0.0-beta.13",
"@storybook/html": "6.0.0-beta.13",
"copyfiles": "2.2.0",
"hds-design-tokens": "0.10.0",
"hds-design-tokens": "0.10.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.10.0",
"version": "0.10.1",
"description": "Design tokens for the Helsinki Design System",
"author": "Niclas Liimatainen <[email protected]>",
"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.10.0",
"version": "0.10.1",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-esm/index.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"downshift": "5.4.0",
"hds-core": "0.10.0",
"hds-core": "0.10.1",
"lodash.uniqueid": "4.0.1",
"react-spring": "8.0.27"
},
Expand Down
2 changes: 1 addition & 1 deletion site/docs/about/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import LargeParagraph from "../../src/components/LargeParagraph";
# What is new

<LargeParagraph>
Here you will find summarized patch notes of HDS. For full patch notes for each release, please refer to the [GitHub release link](https://github.com/City-of-Helsinki/helsinki-design-system/releases).
Here you will find summarized patch notes of HDS. For full patch notes for each release, please refer to the <a href="https://github.com/City-of-Helsinki/helsinki-design-system/releases">GitHub release link</a>.
</LargeParagraph>

**0.10 (alpha)**
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.10.0",
"version": "0.10.1",
"private": true,
"description": "Documentation for Helsinki Design System",
"license": "MIT",
Expand All @@ -21,9 +21,9 @@
},
"devDependencies": {
"gatsby-cli": "2.12.29",
"hds-core": "0.10.0",
"hds-design-tokens": "0.10.0",
"hds-react": "0.10.0",
"hds-core": "0.10.1",
"hds-design-tokens": "0.10.1",
"hds-react": "0.10.1",
"react-helmet": "6.0.0",
"rimraf": "3.0.2"
}
Expand Down

0 comments on commit 5f4b1ce

Please sign in to comment.