Skip to content

Commit

Permalink
Add a new pre-release (2.0.0-alpha.3) (#355)
Browse files Browse the repository at this point in the history
Add checkbox component, also adding it to CHANGELOG
  • Loading branch information
Ladsgroup authored Jan 19, 2021
1 parent 0c63559 commit 1c07971
Show file tree
Hide file tree
Showing 8 changed files with 87 additions and 57 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ development)_
- New icon color `inherit` reuses the css `color` of the parent for the icon
- Bouncing dots loader tokens file
- New nativeType prop to the Button component
- New Checkbox Component


### Changed
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.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"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.0.0-alpha.2",
"@wmde/wikit-vue-components": "^2.0.0-alpha.2",
"@wmde/wikit-tokens": "^2.0.0-alpha.3",
"@wmde/wikit-vue-components": "^2.0.0-alpha.3",
"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.0.0-alpha.2"
"version": "2.0.0-alpha.3"
}
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.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "Design tokens for WiKit in different formats",
"author": "The Wikidata team",
"homepage": "https://github.com/wmde/wikit/tree/master/tokens#readme",
Expand Down
125 changes: 77 additions & 48 deletions 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.0.0-alpha.2",
"version": "2.0.0-alpha.3",
"description": "The component implementation of WiKit in vue",
"author": {
"name": "The Wikidata team"
Expand Down Expand Up @@ -34,7 +34,7 @@
"types": "dist/main.d.ts",
"dependencies": {
"@vue/composition-api": "^1.0.0-beta.20",
"@wmde/wikit-tokens": "^2.0.0-alpha.2",
"@wmde/wikit-tokens": "^2.0.0-alpha.3",
"core-js": "^3.7.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
Expand Down

0 comments on commit 1c07971

Please sign in to comment.