Skip to content

Commit

Permalink
v0.6.35
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Aug 6, 2024
1 parent 2ee5e4b commit 8d002fb
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 38 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.34"
NUCLEAR_VERSION="0.6.35"
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.34"
"version": "0.6.35"
}
44 changes: 22 additions & 22 deletions package-lock.json

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

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.34",
"version": "0.6.35",
"description": "Streaming music player that finds music sources automatically.",
"repository": {
"type": "git",
Expand Down
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.34",
"version": "0.6.35",
"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.34",
"@nuclear/i18n": "^0.6.34",
"@nuclear/ui": "^0.6.34",
"@nuclear/core": "^0.6.35",
"@nuclear/i18n": "^0.6.35",
"@nuclear/ui": "^0.6.35",
"@testing-library/jest-dom": "^5.16.4",
"@types/react-window": "^1.8.5",
"ajv": "^6.12.5",
Expand Down
4 changes: 2 additions & 2 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.34",
"version": "0.6.35",
"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.34",
"@nuclear/scanner": "^0.6.35",
"@supabase/supabase-js": "^1.35.4",
"ajv": "^6.12.5",
"bandcamp-scraper": "1.4.1",
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.34",
"version": "0.6.35",
"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.6.34",
"version": "0.6.35",
"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.34",
"@nuclear/scanner": "^0.6.34",
"@nuclear/core": "^0.6.35",
"@nuclear/scanner": "^0.6.35",
"autobind-decorator": "^2.4.0",
"body-parser": "^1.19.0",
"concat-stream": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/scanner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/scanner",
"version": "0.6.34",
"version": "0.6.35",
"description": "Local library scanner",
"main": "index.node",
"types": "index.d.ts",
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.34",
"version": "0.6.35",
"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.34",
"@nuclear/core": "^0.6.35",
"@types/react-window": "^1.8.5",
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
Expand Down

0 comments on commit 8d002fb

Please sign in to comment.