Skip to content

Commit

Permalink
chore: release 2024.05.07 (#4689)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
  • Loading branch information
3 people committed May 8, 2024
1 parent 14f9cc6 commit 53e0877
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 7 deletions.
27 changes: 27 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion fs/deno.json
@@ -1,6 +1,6 @@
{
"name": "@std/fs",
"version": "0.229.1",
"version": "0.229.0",
"exports": {
".": "./mod.ts",
"./copy": "./copy.ts",
Expand Down
2 changes: 1 addition & 1 deletion internal/deno.json
@@ -1,6 +1,6 @@
{
"name": "@std/internal",
"version": "0.225.1",
"version": "0.225.0",
"exports": {
".": "./mod.ts",
"./diff": "./diff.ts",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion path/deno.json
@@ -1,6 +1,6 @@
{
"name": "@std/path",
"version": "0.225.1",
"version": "0.225.0",
"exports": {
".": "./mod.ts",
"./basename": "./basename.ts",
Expand Down

0 comments on commit 53e0877

Please sign in to comment.