Skip to content

Commit

Permalink
v0.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Apr 11, 2023
1 parent fe9247d commit b161a0b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
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.17"
}
"version": "0.6.18"
}
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.17",
"version": "0.6.18",
"description": "Nuclear - Renderer process",
"scripts": {
"start": "webpack-dev-server --env NODE_ENV=development",
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.17",
"@nuclear/i18n": "^0.6.17",
"@nuclear/ui": "^0.6.17",
"@nuclear/core": "^0.6.18",
"@nuclear/i18n": "^0.6.18",
"@nuclear/ui": "^0.6.18",
"@testing-library/jest-dom": "^5.16.4",
"ajv": "^6.12.5",
"billboard-top-100": "^2.0.8",
Expand Down Expand Up @@ -126,4 +126,4 @@
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}
}
2 changes: 1 addition & 1 deletion packages/core/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/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/core",
"version": "0.6.17",
"version": "0.6.18",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand Down Expand Up @@ -57,4 +57,4 @@
"typescript": "^4.2.4",
"ytdl-core": "https://github.com/khlevon/node-ytdl-core.git#v4.11.3-patch.1"
}
}
}
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.17",
"version": "0.6.18",
"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"
}
}
}
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.17",
"version": "0.6.18",
"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.17",
"@nuclear/core": "^0.6.18",
"autobind-decorator": "^2.4.0",
"body-parser": "^1.19.0",
"concat-stream": "^2.0.0",
Expand Down Expand Up @@ -96,4 +96,4 @@
"mpris-service": "2.1.0",
"x11": "^2.3.0"
}
}
}
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.17",
"version": "0.6.18",
"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.17",
"@nuclear/core": "^0.6.18",
"butterchurn": "^2.6.7",
"butterchurn-presets": "^2.4.7",
"classnames": "^2.2.6",
Expand All @@ -90,4 +90,4 @@
"styled-components": "^4.4.1",
"yup": "^0.32.9"
}
}
}

0 comments on commit b161a0b

Please sign in to comment.