Skip to content

Commit 53e0877

Browse files
denobotkt3k
andauthored
chore: release 2024.05.07 (#4689)
Co-authored-by: kt3k <[email protected]> Co-authored-by: Yoshiya Hinosawa <[email protected]>
1 parent 14f9cc6 commit 53e0877

File tree

8 files changed

+34
-7
lines changed

8 files changed

+34
-7
lines changed

Releases.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
### 2024.05.07
2+
3+
#### @std/assert 0.225.1 (patch)
4+
5+
- test(assert): improve test coverage (#4679)
6+
7+
#### @std/bytes 1.0.0-rc.1 (prerelease)
8+
9+
- feat(bytes): `@std/[email protected]` (#4651)
10+
- docs(bytes): fix return type description for `concat()` (#4668)
11+
- docs(bytes): update API doc of lastIndexOfNeedle (#4665)
12+
13+
#### @std/cli 0.224.1 (patch)
14+
15+
- fix(cli): spinner support NO_COLOR (#4662)
16+
17+
#### @std/collections 0.224.1 (patch)
18+
19+
- fix(collections): correct error class when `chunk()` throws (#4682)
20+
- docs(collections): complete documentation (#4664)
21+
- refactor(collections): minor cleanups (#4681)
22+
23+
#### @std/log 0.224.1 (patch)
24+
25+
- feat(log): make `FileHandler` and `RotatingFileHandler` buffer size
26+
configurable (#4680)
27+
128
### 0.224.0 / 2024.04.25
229

330
- deprecation(permissions): update removal time for `std/permissions` (#4575)

cli/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/cli",
3-
"version": "0.224.0",
3+
"version": "0.224.1",
44
"exports": {
55
".": "./mod.ts",
66
"./parse-args": "./parse_args.ts",

collections/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/collections",
3-
"version": "0.224.0",
3+
"version": "0.224.1",
44
"exports": {
55
".": "./mod.ts",
66
"./aggregate-groups": "./aggregate_groups.ts",

fmt/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/fmt",
3-
"version": "0.225.1",
3+
"version": "0.225.0",
44
"exports": {
55
"./bytes": "./bytes.ts",
66
"./colors": "./colors.ts",

fs/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/fs",
3-
"version": "0.229.1",
3+
"version": "0.229.0",
44
"exports": {
55
".": "./mod.ts",
66
"./copy": "./copy.ts",

internal/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/internal",
3-
"version": "0.225.1",
3+
"version": "0.225.0",
44
"exports": {
55
".": "./mod.ts",
66
"./diff": "./diff.ts",

log/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/log",
3-
"version": "0.224.0",
3+
"version": "0.224.1",
44
"exports": {
55
".": "./mod.ts",
66
"./base-handler": "./base_handler.ts",

path/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/path",
3-
"version": "0.225.1",
3+
"version": "0.225.0",
44
"exports": {
55
".": "./mod.ts",
66
"./basename": "./basename.ts",

0 commit comments

Comments
 (0)