Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jan 16, 2020
1 parent 108f69d commit 389ab92
Show file tree
Hide file tree
Showing 5 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.0.0"
"version": "0.6.0"
}
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.5.1",
"version": "0.6.0",
"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.5.1",
"@nuclear/ui": "0.5.1",
"@nuclear/core": "^0.6.0",
"@nuclear/ui": "^0.6.0",
"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.5.1",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand Down
6 changes: 3 additions & 3 deletions packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/main",
"version": "0.5.1",
"version": "0.6.0",
"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.5.1",
"@nuclear/core": "^0.6.0",
"autobind-decorator": "^2.4.0",
"body-parser": "^1.19.0",
"concat-stream": "^2.0.0",
Expand Down Expand Up @@ -74,11 +74,11 @@
"webpack-cli": "^3.3.10"
},
"optionalDependencies": {
"7zip-bin-mac": "^1.0.1",
"@nodert-win10/windows.foundation": "^0.2.96",
"@nodert-win10/windows.media": "^0.2.96",
"@nodert-win10/windows.media.playback": "^0.2.96",
"@nodert-win10/windows.storage.streams": "^0.2.96",
"7zip-bin-mac": "^1.0.1",
"electron-media-service": "^0.2.2",
"jsbi": "^2.0.5",
"mpris-service": "2.1.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.5.1",
"version": "0.6.0",
"description": "Nuclear - UI components",
"author": "nukeop <nukeop@gumblert.tech>",
"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.5.1",
"@nuclear/core": "^0.6.0",
"classnames": "^2.2.6",
"lodash": "^4.17.15",
"numeral": "^2.0.6",
Expand Down

0 comments on commit 389ab92

Please sign in to comment.