Skip to content

Commit

Permalink
v0.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jul 2, 2021
1 parent 29d1cbd commit df029f1
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 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.15"
"version": "0.6.16"
}
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.14",
"version": "0.6.16",
"description": "Streaming music player that finds music sources automatically.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class App extends React.PureComponent {
src={this.props.settings.compactMenuBar ? logoIcon : logoImg}
/>
<div className={styles.version_string}>
{this.props.settings.compactMenuBar ? '0.6.15' : 'Version 0.6.15'}
{this.props.settings.compactMenuBar ? '0.6.16' : 'Version 0.6.16'}
</div>
</div>
<div className={styles.sidebar_menus}>
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 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.15",
"version": "0.6.16",
"description": "Nuclear - Renderer process",
"scripts": {
"start": "webpack-dev-server --inline --env.NODE_ENV=development",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.15",
"@nuclear/i18n": "^0.6.15",
"@nuclear/ui": "^0.6.15",
"@nuclear/core": "^0.6.16",
"@nuclear/i18n": "^0.6.16",
"@nuclear/ui": "^0.6.16",
"billboard-top-100": "^2.0.8",
"bluebird": "3.5.3",
"butterchurn-presets": "^2.4.7",
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.15",
"version": "0.6.16",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/i18n",
"version": "0.6.15",
"version": "0.6.16",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/main/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 packages/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/main",
"version": "0.6.15",
"version": "0.6.16",
"description": "Nuclear main process",
"scripts": {
"start": "shx rm -rf build && webpack --env.NODE_ENV=development && electron build/main.js --inspect=9001",
Expand All @@ -19,7 +19,7 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.15",
"@nuclear/core": "^0.6.16",
"autobind-decorator": "^2.4.0",
"body-parser": "^1.19.0",
"concat-stream": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/ui",
"version": "0.6.15",
"version": "0.6.16",
"description": "Nuclear - UI components",
"author": "nukeop <[email protected]>",
"homepage": "https://github.com/nukeop/nuclear/tree/master/packages/ui#readme",
Expand Down

0 comments on commit df029f1

Please sign in to comment.