Skip to content

Commit

Permalink
Update version numbers and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Riippi committed Dec 5, 2023
1 parent 0eb0380 commit 46ebe35
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 67 deletions.
75 changes: 17 additions & 58 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.X.X] - Month, XX, 202X
## [3.2.0] - December, 5, 2023

### React

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [DateInput] Support for customising date styles
Expand All @@ -21,8 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

#### Changed

Changes that are not related to specific components
- [Component] What has been changed
- [Button] CSS supports reset and button types

#### Fixed
Expand All @@ -33,23 +27,12 @@ Changes that are not related to specific components

### Core

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [Component] What is added?

#### Changed

Changes that are not related to specific components
- [Component] What has been changed
- [Button] CSS supports reset and button types

#### Fixed

- [Component] What bugs/typos are fixed?
- [Checkbox] Small changes to styles not to add padding when label not used (by using `hds-checkbox__label--hidden` class)

### Templates
Expand All @@ -60,64 +43,40 @@ Changes that are not related to specific components

### Documentation

#### Breaking

- [Component] What are the breaking changes?

#### Added

- [Component] What is added?

#### Changed

Changes that are not related to specific components
- [Component] What has been changed
- [Checkbox] Small addition to guide not to use the label-property at all when using an external label for the Checkbox
- [Accordion] Add close button theming properties

#### Fixed

- [Component] What bugs/typos are fixed?

### Design kit

#### Figma

##### Breaking

- [Component] What are the breaking changes?

##### Added

- [Component] What is added?
### Figma

##### Changed
#### Added

Changes that are not related to specific components
- [Component] What has been changed
- [Icons] Added a new vector icon for X, replacing Twitter

##### Fixed
#### Changed

- [Component] What bugs/typos are fixed?
- [Footer] Replaced old Twitter icon with X icon
- [SearchInput] Improved responsiveness with auto layout

#### Sketch/Abstract
#### Fixed

##### Breaking
- [Tabs] Background colour removed to support different application background colours. Note! When using Tabs with a scroll-button in Figma, ensure to adjust the button's gradient fill to match the application's background for visual consistency

- [Component] What are the breaking changes?
### Sketch & Abstract

##### Added
#### Changed
- Updated HDS Sketch libraries to Sketch version 99.1. Please update your Sketch and files accordingly

- [Component] What is added?
### Icons

##### Changed
#### Added

Changes that are not related to specific components
- [Component] What has been changed
- [Icons] Added a new vector icon for X

##### Fixed
#### Changed

- [Component] What bugs/typos are fixed?
- [Icons] Renamed twitter to xx_twitter to indicate it's deprecated state

## [3.1.0] - October, 31, 2023

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.1.0",
"version": "3.2.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.1.0",
"hds-design-tokens": "3.2.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.1.0",
"version": "3.2.0",
"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": "3.1.0",
"version": "3.2.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 @@ -126,7 +126,7 @@
"crc-32": "1.2.0",
"date-fns": "2.16.1",
"downshift": "6.0.6",
"hds-core": "3.1.0",
"hds-core": "3.2.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.1.0",
"version": "3.2.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.1.0",
"hds-design-tokens": "3.1.0",
"hds-react": "3.1.0",
"hds-core": "3.2.0",
"hds-design-tokens": "3.2.0",
"hds-react": "3.2.0",
"inquirer": "7.1.0",
"postcss": "8",
"prettier": "2.5.1",
Expand Down

0 comments on commit 46ebe35

Please sign in to comment.