Skip to content

Commit

Permalink
bump to pre7
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Nov 13, 2023
1 parent 73c2f45 commit c0ce63d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions assets/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 assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"zustand": "^4.3.7"
},
"devDependencies": {
"@openfn/ws-worker": "^0.2.1",
"@openfn/ws-worker": "^0.2.2",
"@types/marked": "^4.0.8",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
Expand Down
2 changes: 1 addition & 1 deletion lib/lightning_web/live/run_live/workorder_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ defmodule LightningWeb.RunLive.WorkOrderComponent do
</h1>
<span class="mt-2 text-gray-700">
<span
title={@work_order.dataclip_id}
title={@work_order.id}
class="font-normal text-xs whitespace-nowrap text-ellipsis
rounded-md font-mono inline-block"
>
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Lightning.MixProject do
def project do
[
app: :lightning,
version: "0.10.0-pre6",
version: "0.10.0-pre7",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [
Expand Down

0 comments on commit c0ce63d

Please sign in to comment.