From c59d16dccf88b5420e10b0428cf10755a51a3054 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 3 Jul 2024 11:48:16 +1000 Subject: [PATCH] chore(front-matter): release `front-matter@1.0.0-rc.1` --- deno.json | 2 +- front_matter/deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",