Skip to content

Commit

Permalink
Release all packages of WiKit under v2.0.0 (#448)
Browse files Browse the repository at this point in the history
* update lerna to v4.0.0

* Release all packages of WiKit under v2.0.0

* Generate package-lock.json by npm install with docker

* Amend CHANGELOG.md file
  • Loading branch information
dati18 authored Jul 19, 2021
1 parent db9f736 commit d9d20b7
Show file tree
Hide file tree
Showing 7 changed files with 2,941 additions and 3,783 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ development)_

## [Unreleased]

**Expected next version:** 2.0.0
## [2.0.0] - 19.07.2021

### Added

Expand Down Expand Up @@ -40,13 +40,18 @@ development)_
- Add QuantityInput component
- New InputWithExtender component
- New DateInput component
- Keyboard navigation events to popover component

### Changed

- _**(Breaking)**_ the prop of the Button has been split into two: `type` and `variant`
- _**(Breaking)**_ Icon.json was restructured to include all icon styles and Icon.vue was subsequently updated
- Vue composition API
- Icon component can be imported
- Popover component is more responsive to prevent overflow
- Disabled components will display disabled labels to make it more clear to users
- Dropdown will not be activated when toggling the tooltip via enter
- Keyboard-focusable components display a focused error and warning states

### Removed

Expand All @@ -57,3 +62,4 @@ development)_
### Fixed

- Exports of type declarations
- Correct inset style of filled elements on focus
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wmde/wikit-docs",
"private": true,
"version": "2.0.0-alpha.12",
"version": "2.0.0",
"description": "Storybook for illustrating design tokens and components",
"keywords": [
"wikit",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"vue-components",
"docs"
],
"version": "2.0.0-alpha.12"
"version": "2.0.0"
}
Loading

0 comments on commit d9d20b7

Please sign in to comment.