Skip to content

Commit 66e8fc9

Browse files
denobotkt3k
andauthored
chore: release 2024.05.16 (#4755)
Co-authored-by: kt3k <[email protected]>
1 parent 434a52e commit 66e8fc9

File tree

10 files changed

+91
-9
lines changed

10 files changed

+91
-9
lines changed

Releases.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,85 @@
1+
### 2024.05.16
2+
3+
#### @std/assert 0.225.2 (patch)
4+
5+
- fix(assert): handle `assertStrictEquals(-0, +0)` correctly (#4715)
6+
- fix(assert): don't swallow the original error while creating assertion error
7+
(#4701)
8+
- docs(assert): document `assertStrictEquals()` equality comparison behavior
9+
(#4724)
10+
- refactor(assert): vendor code from `fmt/colors.ts` (#4716)
11+
- chore(assert): revert "handle `assertStrictEquals(-0, +0)` correctly" (#4718)
12+
13+
#### @std/bytes 1.0.0-rc.2 (prerelease)
14+
15+
- docs(bytes): trim module documentation (#4693)
16+
- docs(bytes,collections): fix doc checker and documentation (#4691)
17+
- chore(bytes): release `[email protected]` (#4745)
18+
19+
#### @std/cli 0.224.2 (patch)
20+
21+
- test(cli): reduce flakiness of spinner test (#4738)
22+
- test(cli): reduce flakiness of spinner test (#4719)
23+
- test(cli): `Spinner` tests (#4713)
24+
25+
#### @std/collections 0.224.2 (patch)
26+
27+
- feat(collections): add `invert()` and `invertBy()` (#4710)
28+
- docs(collections): finalize module documentation (#4696)
29+
- docs(bytes,collections): fix doc checker and documentation (#4691)
30+
- refactor(collections): sort exports in `mod.ts` (#4712)
31+
32+
#### @std/encoding 0.224.1 (patch)
33+
34+
- test(encoding): improve test coverage (#4742)
35+
36+
#### @std/expect 0.224.1 (patch)
37+
38+
- fix(expect): don't swallow the original error while creating assertion error
39+
(#4700)
40+
- chore(expect): fix future `no-slow-type` lint errors with expando properties
41+
(#4711)
42+
43+
#### @std/fmt 0.225.1 (patch)
44+
45+
- chore(fmt,fs,path,internal): skip yanked version manually (#4753)
46+
47+
#### @std/fs 0.229.1 (patch)
48+
49+
- chore(fmt,fs,path,internal): skip yanked version manually (#4753)
50+
51+
#### @std/internal 0.225.1 (patch)
52+
53+
- docs(internal): cleanups and documentation improvements (#4706)
54+
- refactor(internal): cleanup `buildMessage()` (#4705)
55+
- refactor(internal): cleanup `diff()` (#4704)
56+
- refactor(internal): cleanup and restructure `diffstr()` (#4703)
57+
- refactor(internal): cleanup `_internals` (#4702)
58+
- refactor(internal): cleanup and restructure (#4698)
59+
- chore(fmt,fs,path,internal): skip yanked version manually (#4753)
60+
- chore(internal): release `[email protected]` (#4741)
61+
62+
#### @std/media-types 0.224.1 (patch)
63+
64+
- docs(media-types): polish documentation (#4731)
65+
- refactor(media-types): minor cleanups (#4743)
66+
67+
#### @std/net 0.224.1 (patch)
68+
69+
- test(net): improve test coverage (#4709)
70+
71+
#### @std/path 0.225.1 (patch)
72+
73+
- chore(fmt,fs,path,internal): skip yanked version manually (#4753)
74+
75+
#### @std/uuid 0.224.1 (patch)
76+
77+
- refactor(uuid): factor out common symbols into `common` module (#4749)
78+
79+
#### @std/webgpu 0.224.1 (patch)
80+
81+
- test(webgpu): remove `Deno.resources()` usage (#4708)
82+
183
### 2024.05.07
284

385
#### @std/assert 0.225.1 (patch)

assert/deno.json

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

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.1",
3+
"version": "0.224.2",
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.1",
3+
"version": "0.224.2",
44
"exports": {
55
".": "./mod.ts",
66
"./aggregate-groups": "./aggregate_groups.ts",

encoding/deno.json

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

expect/deno.json

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

media_types/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/media-types",
3-
"version": "0.224.0",
3+
"version": "0.224.1",
44
"exports": {
55
".": "./mod.ts",
66
"./content-type": "./content_type.ts",

net/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/net",
3-
"version": "0.224.0",
3+
"version": "0.224.1",
44
"exports": {
55
".": "./mod.ts",
66
"./get-available-port": "./get_available_port.ts"

uuid/deno.json

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

webgpu/deno.json

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

0 commit comments

Comments
 (0)