From cea0a14578008876bc370d9136bb7f48c7a0558c Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:53:28 +0900 Subject: [PATCH] chore: release 2024.06.17 (#5062) Co-authored-by: kt3k --- Releases.md | 42 ++++++++++++++++++++++++++++++++++++++++++ cli/deno.json | 2 +- deno.json | 12 ++++++------ http/deno.json | 2 +- path/deno.json | 2 +- streams/deno.json | 2 +- testing/deno.json | 2 +- ulid/deno.json | 2 +- 8 files changed, 54 insertions(+), 12 deletions(-) diff --git a/Releases.md b/Releases.md index 04df9e5d945d..798b61b5e3a1 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,45 @@ +### 2024.06.17 + +#### @std/async 1.0.0-rc.1 (prerelease) + +- BREAKING(async): stop exporting ERROR_WHILE_MAPPING_MESSAGE (#5041) +- docs(async): improve module docs (#5039) +- docs(async): avoid memory leak in example (#5040) +- chore(async): release `async@1.0.0-rc.1` (#5035) +- chore(async): mark `Tuple` and `TupleOf` as `@internal` (#5042) + +#### @std/cli 0.224.7 (patch) + +- refactor(cli): minor cleanups (#5052) +- test(cli): improve spinner test coverage (#5047) +- test(cli): improve test coverage (#5046) + +#### @std/http 0.224.5 (patch) + +- feat(http): support partitioned cookies (#5044) + +#### @std/msgpack 1.0.0-rc.1 (prerelease) + +- chore(msgpack): release `msgpack@1.0.0-rc.1` (#5030) + +#### @std/path 1.0.0-rc.2 (prerelease) + +- test(path): improve test coverage (#5038) + +#### @std/streams 0.224.5 (patch) + +- chore(streams): remove unused test util (#5048) + +#### @std/testing 0.225.2 (patch) + +- docs(testing): improve the docs of `@std/testing` (#5033) +- refactor(testing): remove use of `public` keyword (#5051) + +#### @std/ulid 1.0.0-rc.2 (prerelease) + +- refactor(ulid): remove `len` argument from `encodeTime()` and `encodeRandom()` + (#5054) + ### 2024.06.12 #### @std/assert 1.0.0-rc.2 (prerelease) diff --git a/cli/deno.json b/cli/deno.json index 7090013a0033..dfd3fefafd74 100644 --- a/cli/deno.json +++ b/cli/deno.json @@ -1,6 +1,6 @@ { "name": "@std/cli", - "version": "0.224.6", + "version": "0.224.7", "exports": { ".": "./mod.ts", "./parse-args": "./parse_args.ts", diff --git a/deno.json b/deno.json index 86b71145c6b2..9a45b9fe2509 100644 --- a/deno.json +++ b/deno.json @@ -16,7 +16,7 @@ "@std/assert": "jsr:@std/assert@1.0.0-rc.2", "@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@^0.224.6", + "@std/cli": "jsr:@std/cli@^0.224.7", "@std/collections": "jsr:@std/collections@^1.0.0-rc.1", "@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1", "@std/csv": "jsr:@std/csv@^0.224.3", @@ -29,7 +29,7 @@ "@std/front-matter": "jsr:@std/front-matter@^0.224.2", "@std/fs": "jsr:@std/fs@^0.229.3", "@std/html": "jsr:@std/html@^1.0.0-rc.1", - "@std/http": "jsr:@std/http@^0.224.4", + "@std/http": "jsr:@std/http@^0.224.5", "@std/ini": "jsr:@std/ini@^0.225.1", "@std/internal": "jsr:@std/internal@^1.0.0", "@std/io": "jsr:@std/io@^0.224.1", @@ -39,14 +39,14 @@ "@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", "@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.1", "@std/net": "jsr:@std/net@^0.224.3", - "@std/path": "jsr:@std/path@1.0.0-rc.1", + "@std/path": "jsr:@std/path@1.0.0-rc.2", "@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1", "@std/semver": "jsr:@std/semver@^0.224.3", - "@std/streams": "jsr:@std/streams@^0.224.4", - "@std/testing": "jsr:@std/testing@^0.225.1", + "@std/streams": "jsr:@std/streams@^0.224.5", + "@std/testing": "jsr:@std/testing@^0.225.2", "@std/text": "jsr:@std/text@^1.0.0-rc.1", "@std/toml": "jsr:@std/toml@^1.0.0-rc.1", - "@std/ulid": "jsr:@std/ulid@^1.0.0-rc.1", + "@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/webgpu": "jsr:@std/webgpu@^0.224.4", diff --git a/http/deno.json b/http/deno.json index 22e3f5a19265..c059ad7a249f 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,6 +1,6 @@ { "name": "@std/http", - "version": "0.224.4", + "version": "0.224.5", "exports": { ".": "./mod.ts", "./cookie": "./cookie.ts", diff --git a/path/deno.json b/path/deno.json index fca30ef65e10..d998b7522665 100644 --- a/path/deno.json +++ b/path/deno.json @@ -1,6 +1,6 @@ { "name": "@std/path", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./basename": "./basename.ts", diff --git a/streams/deno.json b/streams/deno.json index 03ce89191b3c..f2fcc7223f07 100644 --- a/streams/deno.json +++ b/streams/deno.json @@ -1,6 +1,6 @@ { "name": "@std/streams", - "version": "0.224.4", + "version": "0.224.5", "exports": { ".": "./mod.ts", "./buffer": "./buffer.ts", diff --git a/testing/deno.json b/testing/deno.json index 5297c68dc270..79777e4a9641 100644 --- a/testing/deno.json +++ b/testing/deno.json @@ -1,6 +1,6 @@ { "name": "@std/testing", - "version": "0.225.1", + "version": "0.225.2", "exports": { "./asserts": "./asserts.ts", "./bdd": "./bdd.ts", diff --git a/ulid/deno.json b/ulid/deno.json index 5121d213f0bd..fadc2d0ae5d6 100644 --- a/ulid/deno.json +++ b/ulid/deno.json @@ -1,5 +1,5 @@ { "name": "@std/ulid", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": "./mod.ts" }