From d753d4ba7be348b469625ef0c06f4a349589752c Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Mon, 1 Jul 2024 19:04:00 +0900 Subject: [PATCH] chore: release `uuid@1.0.0` (#5200) chore: release uuid@1.0.0 --- deno.json | 2 +- uuid/deno.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deno.json b/deno.json index 0f61bafa2..c4dcf2789 100644 --- a/deno.json +++ b/deno.json @@ -48,7 +48,7 @@ "@std/toml": "jsr:@std/toml@^1.0.0-rc.2", "@std/ulid": "jsr:@std/ulid@^1.0.0-rc.2", "@std/url": "jsr:@std/url@^1.0.0-rc.1", - "@std/uuid": "jsr:@std/uuid@1.0.0-rc.1", + "@std/uuid": "jsr:@std/uuid@1.0.0", "@std/webgpu": "jsr:@std/webgpu@^0.224.4", "@std/yaml": "jsr:@std/yaml@^0.224.3" }, diff --git a/uuid/deno.json b/uuid/deno.json index c8cd96978..bf6cabb0c 100644 --- a/uuid/deno.json +++ b/uuid/deno.json @@ -1,6 +1,6 @@ { "name": "@std/uuid", - "version": "1.0.0-rc.1", + "version": "1.0.0", "exports": { ".": "./mod.ts", "./common": "./common.ts",