Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed May 24, 2024
2 parents ba295f9 + 63fa5a4 commit acab155
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CLI to run We Applets in development mode.

This version is compatible with `@lightningrodlabs/we-applet@0.16.1`.
This version is compatible with `@lightningrodlabs/we-applet@0.17.0-dev.1`.

```
Usage: @lightningrodlabs/we-dev-cli [options]
Expand Down
6 changes: 4 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,18 @@
"@electron-toolkit/utils": "^2.0.0",
"@holochain/client": "0.18.0-dev.1",
"@holochain-open-dev/utils": "0.400.0-dev.0",
"@lightningrodlabs/we-applet": "0.16.0",
"@lightningrodlabs/we-rust-utils": "0.400.0-dev.2",
"@lightningrodlabs/we-applet": "0.17.0-dev.1",
"@lightningrodlabs/we-rust-utils": "0.400.0-dev.3",
"bufferutil": "4.0.8",
"commander": "11.1.0",
"electron-context-menu": "3.6.1",
"electron-updater": "6.1.8",
"mime": "4.0.0",
"@msgpack/msgpack": "^2.8.0",
"nanoid": "5.0.4",
"split": "1.0.1",
"ts-node": "10.9.2",
"utf-8-validate": "^6.0.3",
"winston": "3.11.0"
}
}
2 changes: 1 addition & 1 deletion libs/we-applet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningrodlabs/we-applet",
"version": "0.17.0-dev.0",
"version": "0.17.0-dev.1",
"main": "./dist/index.js",
"module": "./dist/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion libs/we-elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningrodlabs/we-elements",
"version": "0.5.0",
"version": "0.6.0-dev.0",
"main": "./dist/index.js",
"module": "./dist/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@holochain-open-dev/profiles": "0.400.0-dev.1",
"@holochain-open-dev/stores": "0.400.0-dev.0",
"@holochain-open-dev/utils": "0.400.0-dev.0",
"@holochain-playground/cli": "^0.1.1",
"@lightningrodlabs/we-applet": "file:./libs/we-applet",
"@lightningrodlabs/we-rust-utils": "0.400.0-dev.3",
"bufferutil": "4.0.8",
Expand All @@ -78,6 +77,7 @@
"@electron-toolkit/eslint-config-prettier": "^1.0.1",
"@electron-toolkit/eslint-config-ts": "^1.0.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@holochain-playground/cli": "^0.1.1",
"@lightningrodlabs/we-dev-cli": "^0.11.11-dev.3",
"@types/commander": "2.12.2",
"@types/nanoid": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/src/splashscreen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { LitElement, css, html } from 'lit';
import { customElement, query, state } from 'lit/decorators.js';
import { weStyles } from './shared-styles';
import { wrapPathInSvg } from '@holochain-open-dev/elements';
import { mdiClose, mdiExitRun } from '@mdi/js';
import { mdiClose } from '@mdi/js';
import '@shoelace-style/shoelace/dist/components/icon/icon.js';
// import { ipcRenderer } from 'electron';

Expand Down

0 comments on commit acab155

Please sign in to comment.