Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 28, 2024
1 parent 71fd6d1 commit a0fe4ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@marvinh-test/fresh",
"version": "2.0.0-prealpha.10",
"version": "2.0.0-prealpha.11",
"exports": {
".": "./src/mod.ts",
"./runtime": "./src/runtime/client/mod.tsx",
Expand Down
2 changes: 1 addition & 1 deletion init/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"exclude": ["**/*_test.*", "*.todo"]
},
"imports": {
"@marvinh-test/fresh": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.0",
"@marvinh-test/fresh": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.11",
"@std/cli": "jsr:@std/cli@^0.220.1",
"@std/fmt": "jsr:@std/fmt@^0.220.1",
"@std/path": "jsr:@std/path@^0.220.1"
Expand Down
2 changes: 1 addition & 1 deletion init/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ if (Deno.args.includes("build")) {
exclude: ["**/_fresh/*"],
imports: {
// FIXME: Update once relased
"@fresh/core": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.",
"@fresh/core": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.11",
"@fresh/plugin-tailwind": "jsr:@marvinh-test/fresh-tailwind@^0.0.1",
"preact": "npm:preact@^10.20.1",
"@preact/signals": "npm:@preact/signals@^1.2.3",
Expand Down
2 changes: 1 addition & 1 deletion plugin-tailwindcss/deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
".": "./src/mod.ts"
},
"imports": {
"@fresh/core": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.0",
"@fresh/core": "jsr:@marvinh-test/fresh@^2.0.0-prealpha.11",
"@std/path": "jsr:@std/path@^0.220.1",
"autoprefixer": "npm:[email protected]",
"cssnano": "npm:[email protected]",
Expand Down

0 comments on commit a0fe4ca

Please sign in to comment.