Skip to content

Commit

Permalink
v0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Feb 14, 2021
1 parent 31becf1 commit 948dbe4
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 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.8"
"version": "0.6.9"
}
2 changes: 1 addition & 1 deletion packages/app/package-lock.json

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

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.8",
"version": "0.6.9",
"description": "Nuclear - Renderer process",
"scripts": {
"start": "webpack-dev-server --inline --env.NODE_ENV=development",
Expand Down Expand Up @@ -32,9 +32,9 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.8",
"@nuclear/i18n": "^0.6.8",
"@nuclear/ui": "^0.6.8",
"@nuclear/core": "^0.6.9",
"@nuclear/i18n": "^0.6.9",
"@nuclear/ui": "^0.6.9",
"billboard-top-100": "^2.0.8",
"bluebird": "3.5.3",
"butterchurn-presets": "^2.4.7",
Expand Down
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.

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.8",
"version": "0.6.9",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/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 packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/i18n",
"version": "0.6.8",
"version": "0.6.9",
"repository": {
"type": "git",
"url": "git+https://github.com/nukeop/nuclear.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/main/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/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/main",
"version": "0.6.8",
"version": "0.6.9",
"description": "Nuclear main process",
"scripts": {
"start": "shx rm -rf build && webpack --env.NODE_ENV=development && electron build/main.js",
Expand All @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/nukeop/nuclear#readme",
"dependencies": {
"@nuclear/core": "^0.6.8",
"@nuclear/core": "^0.6.9",
"autobind-decorator": "^2.4.0",
"body-parser": "^1.19.0",
"concat-stream": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/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 packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nuclear/ui",
"version": "0.6.8",
"version": "0.6.9",
"description": "Nuclear - UI components",
"author": "nukeop <nukeop@gumblert.tech>",
"homepage": "https://github.com/nukeop/nuclear/tree/master/packages/ui#readme",
Expand Down

0 comments on commit 948dbe4

Please sign in to comment.