From 53e08775e3b858baf2f9d50a50ea9c1bec11609f Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Wed, 8 May 2024 13:32:51 +0900 Subject: [PATCH] chore: release 2024.05.07 (#4689) Co-authored-by: kt3k Co-authored-by: Yoshiya Hinosawa --- Releases.md | 27 +++++++++++++++++++++++++++ cli/deno.json | 2 +- collections/deno.json | 2 +- fmt/deno.json | 2 +- fs/deno.json | 2 +- internal/deno.json | 2 +- log/deno.json | 2 +- path/deno.json | 2 +- 8 files changed, 34 insertions(+), 7 deletions(-) diff --git a/Releases.md b/Releases.md index 1af7954daf24..ac9079fd0af9 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,30 @@ +### 2024.05.07 + +#### @std/assert 0.225.1 (patch) + +- test(assert): improve test coverage (#4679) + +#### @std/bytes 1.0.0-rc.1 (prerelease) + +- feat(bytes): `@std/bytes@1.0.0-rc.1` (#4651) +- docs(bytes): fix return type description for `concat()` (#4668) +- docs(bytes): update API doc of lastIndexOfNeedle (#4665) + +#### @std/cli 0.224.1 (patch) + +- fix(cli): spinner support NO_COLOR (#4662) + +#### @std/collections 0.224.1 (patch) + +- fix(collections): correct error class when `chunk()` throws (#4682) +- docs(collections): complete documentation (#4664) +- refactor(collections): minor cleanups (#4681) + +#### @std/log 0.224.1 (patch) + +- feat(log): make `FileHandler` and `RotatingFileHandler` buffer size + configurable (#4680) + ### 0.224.0 / 2024.04.25 - deprecation(permissions): update removal time for `std/permissions` (#4575) diff --git a/cli/deno.json b/cli/deno.json index 7131d25557f4..af82c0ab2eaa 100644 --- a/cli/deno.json +++ b/cli/deno.json @@ -1,6 +1,6 @@ { "name": "@std/cli", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./parse-args": "./parse_args.ts", diff --git a/collections/deno.json b/collections/deno.json index 6acfcac0186f..5b7c311173ae 100644 --- a/collections/deno.json +++ b/collections/deno.json @@ -1,6 +1,6 @@ { "name": "@std/collections", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./aggregate-groups": "./aggregate_groups.ts", diff --git a/fmt/deno.json b/fmt/deno.json index 7da8561c07af..60dc208336b0 100644 --- a/fmt/deno.json +++ b/fmt/deno.json @@ -1,6 +1,6 @@ { "name": "@std/fmt", - "version": "0.225.1", + "version": "0.225.0", "exports": { "./bytes": "./bytes.ts", "./colors": "./colors.ts", diff --git a/fs/deno.json b/fs/deno.json index 2c054875187e..77efdbf61335 100644 --- a/fs/deno.json +++ b/fs/deno.json @@ -1,6 +1,6 @@ { "name": "@std/fs", - "version": "0.229.1", + "version": "0.229.0", "exports": { ".": "./mod.ts", "./copy": "./copy.ts", diff --git a/internal/deno.json b/internal/deno.json index 6c8b8d157816..7beb69b22644 100644 --- a/internal/deno.json +++ b/internal/deno.json @@ -1,6 +1,6 @@ { "name": "@std/internal", - "version": "0.225.1", + "version": "0.225.0", "exports": { ".": "./mod.ts", "./diff": "./diff.ts", diff --git a/log/deno.json b/log/deno.json index 0c143f57d101..595d3a5b93e1 100644 --- a/log/deno.json +++ b/log/deno.json @@ -1,6 +1,6 @@ { "name": "@std/log", - "version": "0.224.0", + "version": "0.224.1", "exports": { ".": "./mod.ts", "./base-handler": "./base_handler.ts", diff --git a/path/deno.json b/path/deno.json index ffa364c5ed63..f91397709a77 100644 --- a/path/deno.json +++ b/path/deno.json @@ -1,6 +1,6 @@ { "name": "@std/path", - "version": "0.225.1", + "version": "0.225.0", "exports": { ".": "./mod.ts", "./basename": "./basename.ts",