Skip to content

Commit

Permalink
v0.6.33
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Aug 4, 2024
1 parent 8a0bd9d commit 4492b65
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 46 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ SOUNDCLOUD_API_KEY=22e8f71d7ca75e156d6b2f0e0a5172b3
NUCLEAR_SERVICES_URL=https://qjrujsisccsvyvjnqtnq.supabase.co
NUCLEAR_SERVICES_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InFqcnVqc2lzY2Nzdnl2am5xdG5xIiwicm9sZSI6ImFub24iLCJpYXQiOjE2NTY1OTY0NjEsImV4cCI6MTk3MjE3MjQ2MX0.WQWcwBAQFNE259f2o8ruFln_UMLTFEn5aUD7KHrs9Aw
NUCLEAR_VERIFICATION_SERVICE_URL=https://nuclear-verification-service.fly.dev
NUCLEAR_VERSION="0.6.32"
NUCLEAR_VERSION="0.6.33"
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.6.32"
}
"version": "0.6.33"
}
45 changes: 23 additions & 22 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuclear",
"version": "0.6.32",
"version": "0.6.33",
"description": "Streaming music player that finds music sources automatically.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -192,4 +192,4 @@
"dependencies": {
"sqlite3": "^5.1.6"
}
}
}
10 changes: 5 additions & 5 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.32",
"version": "0.6.33",
"description": "Nuclear - Renderer process",
"scripts": {
"postinstall": "rm -rf ./node_modules/react && rm -rf ./node_modules/react-dom",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.32",
"@nuclear/i18n": "^0.6.32",
"@nuclear/ui": "^0.6.32",
"@nuclear/core": "^0.6.33",
"@nuclear/i18n": "^0.6.33",
"@nuclear/ui": "^0.6.33",
"@testing-library/jest-dom": "^5.16.4",
"@types/react-window": "^1.8.5",
"ajv": "^6.12.5",
Expand Down Expand Up @@ -128,4 +128,4 @@
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1"
}
}
}
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/core",
"version": "0.6.32",
"version": "0.6.33",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand All @@ -22,7 +22,7 @@
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@nuclear/scanner": "^0.6.32",
"@nuclear/scanner": "^0.6.33",
"@supabase/supabase-js": "^1.35.4",
"ajv": "^6.12.5",
"bandcamp-scraper": "1.4.1",
Expand Down Expand Up @@ -62,4 +62,4 @@
"ts-node": "^10.7.0",
"typescript": "^4.2.4"
}
}
}
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/i18n",
"version": "0.6.32",
"version": "0.6.33",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand All @@ -25,4 +25,4 @@
"ts-node": "^10.7.0",
"typescript": "^4.2.4"
}
}
}
8 changes: 4 additions & 4 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.32",
"version": "0.6.33",
"description": "Nuclear main process",
"scripts": {
"start": "shx rm -rf build && webpack --env NODE_ENV=development && electron build/main.js --inspect=9001",
Expand All @@ -20,8 +20,8 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.32",
"@nuclear/scanner": "^0.6.32",
"@nuclear/core": "^0.6.33",
"@nuclear/scanner": "^0.6.33",
"autobind-decorator": "^2.4.0",
"body-parser": "^1.19.0",
"concat-stream": "^2.0.0",
Expand Down Expand Up @@ -98,4 +98,4 @@
"mpris-service": "2.1.0",
"x11": "^2.3.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/scanner",
"version": "0.6.32",
"version": "0.6.33",
"description": "Local library scanner",
"main": "index.node",
"types": "index.d.ts",
Expand Down Expand Up @@ -29,4 +29,4 @@
"cargo-cp-artifact": "^0.1",
"ts-node": "^10.9.2"
}
}
}
6 changes: 3 additions & 3 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.32",
"version": "0.6.33",
"description": "Nuclear - UI components",
"author": "nukeop <12746779+nukeop@users.noreply.github.com>",
"homepage": "https://github.com/nukeop/nuclear/tree/master/packages/ui#readme",
Expand Down Expand Up @@ -69,7 +69,7 @@
"typescript": "^4.2.4"
},
"dependencies": {
"@nuclear/core": "^0.6.32",
"@nuclear/core": "^0.6.33",
"@types/react-window": "^1.8.5",
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
Expand All @@ -93,4 +93,4 @@
"styled-components": "^4.4.1",
"yup": "^0.32.9"
}
}
}

0 comments on commit 4492b65

Please sign in to comment.