From 9ffca640e166f6ee562f1446966b737375284aab Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Mon, 20 May 2024 15:22:32 +1000 Subject: [PATCH 1/2] chore(collections): release `collections@1.0.0` --- collections/deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collections/deno.json b/collections/deno.json index 0095049c4af7..d2b1186ab325 100644 --- a/collections/deno.json +++ b/collections/deno.json @@ -1,6 +1,6 @@ { "name": "@std/collections", - "version": "1.0.0-rc.1", + "version": "1.0.0", "exports": { ".": "./mod.ts", "./aggregate-groups": "./aggregate_groups.ts", From a743ed65d07df53f34d3388e5169467ca005ec66 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 19 Jun 2024 16:17:20 +1000 Subject: [PATCH 2/2] fix --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 909335efc9a2..6e7c73725672 100644 --- a/deno.json +++ b/deno.json @@ -17,7 +17,7 @@ "@std/async": "jsr:@std/async@^1.0.0-rc.1", "@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3", "@std/cli": "jsr:@std/cli@^1.0.0-rc.1", - "@std/collections": "jsr:@std/collections@^1.0.0-rc.1", + "@std/collections": "jsr:@std/collections@^1.0.0", "@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1", "@std/csv": "jsr:@std/csv@^0.224.3", "@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1",