Skip to content

Commit

Permalink
Bump version to 2.0.0-alpha.0 (#292)
Browse files Browse the repository at this point in the history
* Bump version to 1.2.0-alpha.1

We need the new version in query builder, it's currently blocking lots
of work.

* Bump it to 2.0.0-alpha.0 instead

It has breaking changes.

Co-authored-by: Itamar Givon <[email protected]>
  • Loading branch information
Ladsgroup and itamargiv authored Nov 24, 2020
1 parent 517aaa3 commit 19abd7e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
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": "1.2.0-alpha.0",
"version": "2.0.0-alpha.0",
"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": "^1.2.0-alpha.0",
"@wmde/wikit-vue-components": "^1.2.0-alpha.0",
"@wmde/wikit-tokens": "^2.0.0-alpha.0",
"@wmde/wikit-vue-components": "^2.0.0-alpha.0",
"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": "1.2.0-alpha.0"
"version": "2.0.0-alpha.0"
}
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": "1.2.0-alpha.0",
"version": "2.0.0-alpha.0",
"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": "1.2.0-alpha.0",
"version": "2.0.0-alpha.0",
"description": "The component implementation of WiKit in vue",
"author": {
"name": "The Wikidata team"
Expand Down Expand Up @@ -33,7 +33,7 @@
],
"types": "dist/main.d.ts",
"dependencies": {
"@wmde/wikit-tokens": "^1.2.0-alpha.0",
"@wmde/wikit-tokens": "^2.0.0-alpha.0",
"core-js": "^3.6.5",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
Expand Down

0 comments on commit 19abd7e

Please sign in to comment.