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

Commit 5575fea

Browse files
authored
Create wikit pre-release version 2.1.0-alpha.16 (#679)
1 parent 764c27e commit 5575fea

File tree

8 files changed

+148
-189
lines changed

8 files changed

+148
-189
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ development)_
2222
- New Typography Mixins
2323
- TextInput now accepts additional attributes
2424
- Let Lookup attributes fall through to `<input>`
25+
- New language-selection Icon
2526

2627
### Changed
2728

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
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.15",
4+
"version": "2.1.0-alpha.16",
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.15",
29-
"@wmde/wikit-vue-components": "^2.1.0-alpha.15",
28+
"@wmde/wikit-tokens": "^2.1.0-alpha.16",
29+
"@wmde/wikit-vue-components": "^2.1.0-alpha.16",
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.15"
7+
"version": "2.1.0-alpha.16"
88
}

tokens/package-lock.json

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

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wmde/wikit-tokens",
3-
"version": "2.1.0-alpha.15",
3+
"version": "2.1.0-alpha.16",
44
"description": "Design tokens for WiKit in different formats",
55
"author": "The Wikidata team",
66
"homepage": "https://github.com/wmde/wikit/tree/master/tokens#readme",

0 commit comments

Comments
 (0)