Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pre-release of version 2.1.0-alpha.15 #657

Merged
merged 2 commits into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@ development)_
see the vue-components README
- New Typography Mixins
- TextInput now accepts additional attributes
- Let Lookup attributes fall through to <input>

### Changed

- Dimension-layout tokens are now based on _rem_ instead of _em_
- Add `dir` prop to Icon component
- Fix Dropdown component to not emit an event upon choosing the selected value

### Fixed

- Fix Lookup navigation on arrow down

## [2.0.0] - 19.07.2021

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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.14",
"version": "2.1.0-alpha.15",
"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.14",
"@wmde/wikit-vue-components": "^2.1.0-alpha.14",
"@wmde/wikit-tokens": "^2.1.0-alpha.15",
"@wmde/wikit-vue-components": "^2.1.0-alpha.15",
"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.14"
"version": "2.1.0-alpha.15"
}
2 changes: 1 addition & 1 deletion tokens/package-lock.json

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

2 changes: 1 addition & 1 deletion tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wmde/wikit-tokens",
"version": "2.1.0-alpha.14",
"version": "2.1.0-alpha.15",
"description": "Design tokens for WiKit in different formats",
"author": "The Wikidata team",
"homepage": "https://github.com/wmde/wikit/tree/master/tokens#readme",
Expand Down
2 changes: 1 addition & 1 deletion vue-components/package-lock.json

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

4 changes: 2 additions & 2 deletions vue-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wmde/wikit-vue-components",
"version": "2.1.0-alpha.14",
"version": "2.1.0-alpha.15",
"description": "The component implementation of WiKit in vue",
"author": {
"name": "The Wikidata team"
Expand Down Expand Up @@ -38,7 +38,7 @@
"types": "dist/main.d.ts",
"dependencies": {
"@vue/composition-api": "^1.0.0-beta.20",
"@wmde/wikit-tokens": "^2.1.0-alpha.14",
"@wmde/wikit-tokens": "^2.1.0-alpha.15",
"core-js": "^3.7.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
Expand Down