Skip to content

Commit

Permalink
v0.0.1-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalw committed Jan 10, 2018
1 parent b6f02a5 commit ee46a09
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": ["packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
"registry": "https://registry.npmjs.org/"
}
6 changes: 3 additions & 3 deletions packages/build-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashbling/build-support",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
"author": "Pascal Widdershoven",
"license": "MIT",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"@babel/core": "^7.0.0-beta.34",
"@babel/preset-env": "^7.0.0-beta.34",
"@babel/preset-react": "^7.0.0-beta.34",
"@dashbling/core": "^0.0.1-beta.9",
"@dashbling/core": "^0.0.1-beta.10",
"autoprefixer": "^7.1.6",
"babel-loader": "^8.0.0-beta.0",
"clean-webpack-plugin": "^0.1.17",
Expand All @@ -34,9 +34,9 @@
"devDependencies": {
"@types/jest": "^21.1.8",
"@types/node": "^8.0.57",
"ts-node": "^3.3.0",
"jest": "^21.2.1",
"ts-jest": "^21.2.4",
"ts-node": "^3.3.0",
"typescript": "^2.6.2"
},
"jest": {
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashbling/client",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
"author": "Pascal Widdershoven",
"license": "MIT",
"publishConfig": {
Expand All @@ -23,7 +23,7 @@
"node": ">= 8.9.0"
},
"devDependencies": {
"@dashbling/build-support": "^0.0.1-beta.9",
"@dashbling/build-support": "^0.0.1-beta.10",
"babel-core": "^7.0.0-0",
"babel-jest": "^21.2.0",
"enzyme": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashbling/core",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
"author": "Pascal Widdershoven",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-dashbling-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashbling/create-dashboard",
"version": "0.0.1-beta.9",
"version": "0.0.1-beta.10",
"author": "Pascal Widdershoven",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit ee46a09

Please sign in to comment.