Skip to content

Commit

Permalink
chore: publish 2.0.0-alpha.0 (#293)
Browse files Browse the repository at this point in the history
* chore: private data viz

* chore: componentsX true

* chore: lerna publish message

* chore: publish %s

 - @carbon/vue@2.0.0-alpha.0
 - @carbon/data-viz-vue@2.0.0-alpha.0
 - storybook@2.0.0-alpha.0

* chore: reset featur flag
  • Loading branch information
lee-chase committed Mar 27, 2019
1 parent 5711668 commit c741e8c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
7 changes: 6 additions & 1 deletion lerna.json
@@ -1,5 +1,10 @@
{
"npmClient": "yarn",
"packages": ["packages/*", "storybook"],
"version": "independent"
"version": "independent",
"command": {
"version": {
"message": "chore: publish %s"
}
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,7 +1,7 @@
{
"name": "@carbon/vue",
"description": "A collection of components for the Carbon Design System built using Vue.js",
"version": "1.1.1",
"version": "2.0.0-alpha.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down
7 changes: 4 additions & 3 deletions packages/data-viz/package.json
@@ -1,6 +1,6 @@
{
"name": "@carbon/data-viz-vue",
"version": "0.0.1",
"version": "2.0.0-alpha.0",
"description": "> TODO: description",
"author": "Dave Clark <dave.clark@uk.ibm.com>",
"homepage": "https://github.com/carbon-design-system/carbon-components-vue/tree/master/packages/dataviz#readme",
Expand All @@ -27,12 +27,13 @@
"@carbon/icon-helpers": "0.0.1-beta.0",
"@carbon/icons-vue": "0.0.1-beta.0",
"carbon-components": "^9.87.2",
"flatpickr": "4.5.7",
"d3": "^5.9.2",
"flatpickr": "4.5.7",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-service": "^3.5.1",
"vue-template-compiler": "^2.6.10"
}
},
"private": true
}
6 changes: 3 additions & 3 deletions storybook/package.json
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "0.0.0",
"version": "2.0.0-alpha.0",
"private": true,
"description": "> TODO: description",
"scripts": {
Expand All @@ -14,8 +14,8 @@
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@carbon/data-viz-vue": "^0.0.1",
"@carbon/vue": "^1.1.1",
"@carbon/data-viz-vue": "^2.0.0-alpha.0",
"@carbon/vue": "^2.0.0-alpha.0",
"@storybook/addon-actions": "^5.0.3",
"@storybook/addon-knobs": "^5.0.3",
"@storybook/addon-notes": "^5.0.3",
Expand Down

0 comments on commit c741e8c

Please sign in to comment.