diff --git a/deno.json b/deno.json index 8fd37b714c8b..5235c5fb85f2 100644 --- a/deno.json +++ b/deno.json @@ -26,7 +26,7 @@ "@std/encoding": "jsr:@std/encoding@1.0.0-rc.2", "@std/expect": "jsr:@std/expect@^1.0.0-rc.1", "@std/fmt": "jsr:@std/fmt@^0.225.5", - "@std/front-matter": "jsr:@std/front-matter@^0.224.3", + "@std/front-matter": "jsr:@std/front-matter@^1.0.0-rc.1", "@std/fs": "jsr:@std/fs@^1.0.0-rc.3", "@std/html": "jsr:@std/html@^1.0.0-rc.2", "@std/http": "jsr:@std/http@^1.0.0-rc.2", diff --git a/front_matter/deno.json b/front_matter/deno.json index cbf79dc947ef..585f5eaf22d9 100644 --- a/front_matter/deno.json +++ b/front_matter/deno.json @@ -1,6 +1,6 @@ { "name": "@std/front-matter", - "version": "0.224.3", + "version": "1.0.0-rc.1", "exports": { ".": "./mod.ts", "./any": "./any.ts",