Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
0.4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelrk committed Feb 6, 2024
1 parent 797aad6 commit 7227ec6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/cli/src/version.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// latest version of netzo/cli (see https://github.com/netzo/netzo/releases)
export const VERSION = "0.4.22";
export const VERSION = "0.4.23";

// minimum version of Deno required to run this CLI
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)
Expand Down
2 changes: 1 addition & 1 deletion lib/core/ui/plugins/csr/bundle.task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const options: BundleOptions = {
importMap: {
imports: {
"@/": "./",
"netzo/": "https://deno.land/x/[email protected].22/",
"netzo/": "https://deno.land/x/[email protected].23/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/v135/[email protected]",
"preact/": "https://esm.sh/v135/[email protected]/",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/ui/plugins/unocss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const unocss = (
? {
"main": `
data:application/javascript,
import { createUnoConfig } from "https://deno.land/x/[email protected].22/core/ui/plugins/csr/uno.config.js";
import { createUnoConfig } from "https://deno.land/x/[email protected].23/core/ui/plugins/csr/uno.config.js";
import init from "https://esm.sh/v135/@unocss/[email protected]?target=esnext";
export default function(state) {
window.__unocss = createUnoConfig(state.options);
Expand Down
2 changes: 1 addition & 1 deletion templates/crm/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"imports": {
"@/": "./",
"netzo/": "https://deno.land/x/[email protected].22/",
"netzo/": "https://deno.land/x/[email protected].23/",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/v135/[email protected]",
"preact/": "https://esm.sh/v135/[email protected]/",
Expand Down
2 changes: 1 addition & 1 deletion templates/minimal/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
},
"imports": {
"@/": "./",
"netzo/": "https://deno.land/x/[email protected].22/"
"netzo/": "https://deno.land/x/[email protected].23/"
}
}

0 comments on commit 7227ec6

Please sign in to comment.