Skip to content

Commit

Permalink
Bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jan 19, 2020
1 parent 7f94d3a commit 6fa42c7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.6.0"
"version": "0.6.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclear",
"version": "0.6.0",
"version": "0.6.1",
"description": "Streaming music player that finds music sources automatically.",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/app",
"version": "0.6.0",
"version": "0.6.1",
"description": "Nuclear - Renderer process",
"scripts": {
"start": "webpack-dev-server --inline --env.NODE_ENV=development",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.0",
"@nuclear/ui": "^0.6.0",
"@nuclear/core": "^0.6.1",
"@nuclear/ui": "^0.6.1",
"billboard-top-100": "^2.0.8",
"bluebird": "3.5.3",
"chart.js": "^2.8.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": "@nuclear/core",
"version": "0.6.0",
"version": "0.6.1",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand Down
4 changes: 2 additions & 2 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/main",
"version": "0.6.0",
"version": "0.6.1",
"description": "Nuclear main process",
"scripts": {
"start": "rm -rf build && webpack --env.NODE_ENV=development && electron build/main.js",
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.0",
"@nuclear/core": "^0.6.1",
"autobind-decorator": "^2.4.0",
"body-parser": "^1.19.0",
"concat-stream": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/ui",
"version": "0.6.0",
"version": "0.6.1",
"description": "Nuclear - UI components",
"author": "nukeop <[email protected]>",
"homepage": "https://github.com/nukeop/nuclear/tree/master/packages/ui#readme",
Expand Down Expand Up @@ -63,7 +63,7 @@
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"@nuclear/core": "^0.6.0",
"@nuclear/core": "^0.6.1",
"classnames": "^2.2.6",
"lodash": "^4.17.15",
"numeral": "^2.0.6",
Expand Down

0 comments on commit 6fa42c7

Please sign in to comment.