Skip to content

Commit

Permalink
Create pre-release v2.1.0-alpha.14 (#635)
Browse files Browse the repository at this point in the history
This version includes adding the 'die' icon to the Icon component
  • Loading branch information
guergana authored Oct 17, 2022
1 parent 087f2b9 commit d3ee28a
Show file tree
Hide file tree
Showing 8 changed files with 556 additions and 9,785 deletions.
53 changes: 1 addition & 52 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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.1.0-alpha.13",
"version": "2.1.0-alpha.14",
"description": "Storybook for illustrating design tokens and components",
"keywords": [
"wikit",
Expand All @@ -25,8 +25,8 @@
"build": "build-storybook -o dist -s src/00-doc/static"
},
"dependencies": {
"@wmde/wikit-tokens": "^2.1.0-alpha.13",
"@wmde/wikit-vue-components": "^2.1.0-alpha.13",
"@wmde/wikit-tokens": "^2.1.0-alpha.14",
"@wmde/wikit-vue-components": "^2.1.0-alpha.14",
"traverse": "^0.6.6"
},
"bugs": {
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.1.0-alpha.13"
"version": "2.1.0-alpha.14"
}
Loading

0 comments on commit d3ee28a

Please sign in to comment.