Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit d3ee28a

Browse files
authored
Create pre-release v2.1.0-alpha.14 (#635)
This version includes adding the 'die' icon to the Icon component
1 parent 087f2b9 commit d3ee28a

File tree

8 files changed

+556
-9785
lines changed

8 files changed

+556
-9785
lines changed

docs/package-lock.json

Lines changed: 1 addition & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wmde/wikit-docs",
33
"private": true,
4-
"version": "2.1.0-alpha.13",
4+
"version": "2.1.0-alpha.14",
55
"description": "Storybook for illustrating design tokens and components",
66
"keywords": [
77
"wikit",
@@ -25,8 +25,8 @@
2525
"build": "build-storybook -o dist -s src/00-doc/static"
2626
},
2727
"dependencies": {
28-
"@wmde/wikit-tokens": "^2.1.0-alpha.13",
29-
"@wmde/wikit-vue-components": "^2.1.0-alpha.13",
28+
"@wmde/wikit-tokens": "^2.1.0-alpha.14",
29+
"@wmde/wikit-vue-components": "^2.1.0-alpha.14",
3030
"traverse": "^0.6.6"
3131
},
3232
"bugs": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"vue-components",
55
"docs"
66
],
7-
"version": "2.1.0-alpha.13"
7+
"version": "2.1.0-alpha.14"
88
}

0 commit comments

Comments
 (0)