Skip to content

Commit

Permalink
v1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Dec 13, 2024
1 parent 1ab6eb9 commit 79cf398
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.0-alpha.0"
"version": "1.0.0-alpha.1"
}
4 changes: 2 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedron/desktop",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Visual app using three.js",
"main": "./out/main/index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@hedron/engine": "^1.0.0-alpha.0",
"@hedron/engine": "^1.0.0-alpha.1",
"@redux-devtools/extension": "^3.3.0",
"@tomjs/electron-devtools-installer": "^2.3.2",
"chokidar": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedron/engine",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Core functionality for Hedron",
"keywords": [],
"main": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/example-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hedron/example-project",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"dependencies": {
"is-even": "^1.0.0",
"three-stdlib": "^2.34.0"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ __metadata:
"@chromatic-com/storybook": "npm:^1.8.0"
"@electron-toolkit/preload": "npm:^3.0.1"
"@electron-toolkit/utils": "npm:^3.0.0"
"@hedron/engine": "npm:*"
"@hedron/engine": "npm:^1.0.0-alpha.1"
"@redux-devtools/extension": "npm:^3.3.0"
"@storybook/addon-essentials": "npm:^8.2.9"
"@storybook/addon-interactions": "npm:^8.2.9"
Expand Down Expand Up @@ -1083,7 +1083,7 @@ __metadata:
languageName: unknown
linkType: soft

"@hedron/engine@npm:*, @hedron/engine@workspace:packages/engine":
"@hedron/engine@npm:^1.0.0-alpha.1, @hedron/engine@workspace:packages/engine":
version: 0.0.0-use.local
resolution: "@hedron/engine@workspace:packages/engine"
dependencies:
Expand Down

0 comments on commit 79cf398

Please sign in to comment.