Skip to content

Commit bbf5f4e

Browse files
committed
Bump to 0.6.31
1 parent d08c3d2 commit bbf5f4e

File tree

11 files changed

+42
-67
lines changed

11 files changed

+42
-67
lines changed

.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ SOUNDCLOUD_API_KEY=22e8f71d7ca75e156d6b2f0e0a5172b3
1010
NUCLEAR_SERVICES_URL=https://qjrujsisccsvyvjnqtnq.supabase.co
1111
NUCLEAR_SERVICES_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InFqcnVqc2lzY2Nzdnl2am5xdG5xIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NTY1OTY0NjEsImV4cCI6MTk3MjE3MjQ2MX0.WQWcwBAQFNE259f2o8ruFln_UMLTFEn5aUD7KHrs9Aw
1212
NUCLEAR_VERIFICATION_SERVICE_URL=https://nuclear-verification-service.fly.dev
13-
NUCLEAR_VERSION="0.6.30"
13+
NUCLEAR_VERSION="0.6.31"

lerna.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.6.30"
6-
}
5+
"version": "0.6.31"
6+
}

package-lock.json

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuclear",
3-
"version": "0.6.30",
3+
"version": "0.6.31",
44
"description": "Streaming music player that finds music sources automatically.",
55
"repository": {
66
"type": "git",

packages/app/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuclear/app",
3-
"version": "0.6.30",
3+
"version": "0.6.31",
44
"description": "Nuclear - Renderer process",
55
"scripts": {
66
"postinstall": "rm -rf ./node_modules/react && rm -rf ./node_modules/react-dom",
@@ -34,9 +34,9 @@
3434
},
3535
"homepage": "https://github.com/nukeop/nuclear#readme",
3636
"dependencies": {
37-
"@nuclear/core": "^0.6.30",
38-
"@nuclear/i18n": "^0.6.30",
39-
"@nuclear/ui": "^0.6.30",
37+
"@nuclear/core": "^0.6.31",
38+
"@nuclear/i18n": "^0.6.31",
39+
"@nuclear/ui": "^0.6.31",
4040
"@testing-library/jest-dom": "^5.16.4",
4141
"@types/react-window": "^1.8.5",
4242
"ajv": "^6.12.5",
@@ -128,4 +128,4 @@
128128
"webpack-cli": "^4.10.0",
129129
"webpack-dev-server": "^4.15.1"
130130
}
131-
}
131+
}

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuclear/core",
3-
"version": "0.6.30",
3+
"version": "0.6.31",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/nukeop/nuclear.git"
@@ -22,7 +22,7 @@
2222
"@babel/core": "^7.9.0",
2323
"@babel/preset-env": "^7.9.5",
2424
"@babel/preset-react": "^7.9.4",
25-
"@nuclear/scanner": "^0.6.21",
25+
"@nuclear/scanner": "^0.6.31",
2626
"@supabase/supabase-js": "^1.35.4",
2727
"ajv": "^6.12.5",
2828
"bandcamp-scraper": "1.4.1",
@@ -62,4 +62,4 @@
6262
"ts-node": "^10.7.0",
6363
"typescript": "^4.2.4"
6464
}
65-
}
65+
}

packages/i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuclear/i18n",
3-
"version": "0.6.30",
3+
"version": "0.6.31",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/nukeop/nuclear.git"

packages/main/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuclear/main",
3-
"version": "0.6.30",
3+
"version": "0.6.31",
44
"description": "Nuclear main process",
55
"scripts": {
66
"start": "shx rm -rf build && webpack --env NODE_ENV=development && electron build/main.js --inspect=9001",
@@ -20,8 +20,8 @@
2020
},
2121
"homepage": "https://github.com/nukeop/nuclear#readme",
2222
"dependencies": {
23-
"@nuclear/core": "^0.6.30",
24-
"@nuclear/scanner": "^0.6.21",
23+
"@nuclear/core": "^0.6.31",
24+
"@nuclear/scanner": "^0.6.31",
2525
"autobind-decorator": "^2.4.0",
2626
"body-parser": "^1.19.0",
2727
"concat-stream": "^2.0.0",
@@ -98,4 +98,4 @@
9898
"mpris-service": "2.1.0",
9999
"x11": "^2.3.0"
100100
}
101-
}
101+
}

packages/scanner/package-lock.json

-25
This file was deleted.

packages/scanner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuclear/scanner",
3-
"version": "0.6.21",
3+
"version": "0.6.31",
44
"description": "Local library scanner",
55
"main": "index.node",
66
"types": "index.d.ts",

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuclear/ui",
3-
"version": "0.6.30",
3+
"version": "0.6.31",
44
"description": "Nuclear - UI components",
55
"author": "nukeop <[email protected]>",
66
"homepage": "https://github.com/nukeop/nuclear/tree/master/packages/ui#readme",
@@ -69,7 +69,7 @@
6969
"typescript": "^4.2.4"
7070
},
7171
"dependencies": {
72-
"@nuclear/core": "^0.6.30",
72+
"@nuclear/core": "^0.6.31",
7373
"@types/react-window": "^1.8.5",
7474
"butterchurn": "^2.6.7",
7575
"butterchurn-presets": "^2.4.7",

0 commit comments

Comments
 (0)