Skip to content

Commit

Permalink
v0.6.28
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jul 30, 2023
1 parent 769e693 commit 215f387
Show file tree
Hide file tree
Showing 8 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.27"
"version": "0.6.28"
}
4 changes: 2 additions & 2 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.27",
"version": "0.6.28",
"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.27",
"version": "0.6.28",
"description": "Nuclear - Renderer process",
"scripts": {
"postinstall": "rm -rf ./node_modules/react && rm -rf ./node_modules/react-dom",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.27",
"@nuclear/i18n": "^0.6.27",
"@nuclear/ui": "^0.6.27",
"@nuclear/core": "^0.6.28",
"@nuclear/i18n": "^0.6.28",
"@nuclear/ui": "^0.6.28",
"@testing-library/jest-dom": "^5.16.4",
"@types/react-window": "^1.8.5",
"ajv": "^6.12.5",
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.27",
"version": "0.6.28",
"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.27",
"version": "0.6.28",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand Down
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.27",
"version": "0.6.28",
"description": "Nuclear main process",
"scripts": {
"start": "shx rm -rf build && webpack --env NODE_ENV=development && electron build/main.js --inspect=9001",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.27",
"@nuclear/core": "^0.6.28",
"autobind-decorator": "^2.4.0",
"body-parser": "^1.19.0",
"concat-stream": "^2.0.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.6.27",
"version": "0.6.28",
"description": "Nuclear - UI components",
"author": "nukeop <[email protected]>",
"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.27",
"@nuclear/core": "^0.6.28",
"@types/react-window": "^1.8.5",
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
Expand Down

0 comments on commit 215f387

Please sign in to comment.