Skip to content

Commit e59406b

Browse files
denobotkt3k
andauthored
chore: release 2025.05.30 (#6697)
Co-authored-by: kt3k <[email protected]>
1 parent 2b6049a commit e59406b

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

Releases.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 2025.05.30
2+
3+
#### @std/cli 1.0.19 (patch)
4+
5+
- fix(cli/unstable): clamp `ratio` (#6690)
6+
- refactor(cli/unstable): use `Date.now()` internally and use `FakeTime` for
7+
testing (#6686)
8+
- refactor(cli/unstable): refactor `print()` (#6687)
9+
10+
#### @std/fs 1.0.18 (patch)
11+
12+
- chore(fs/unstable): ignore some rename and renameSync tests on windows (#6695)
13+
14+
#### @std/random 0.1.2 (patch)
15+
16+
- fix(random/unstable): fixed results for some seeds (#6689)
17+
118
### 2025.05.27
219

320
#### @std/cli 1.0.18 (patch)

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": "1.0.18",
3+
"version": "1.0.19",
44
"exports": {
55
".": "./mod.ts",
66
"./parse-args": "./parse_args.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": "1.0.17",
3+
"version": "1.0.18",
44
"exports": {
55
".": "./mod.ts",
66
"./copy": "./copy.ts",

import_map.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@std/bytes": "jsr:@std/bytes@^1.0.6",
1212
"@std/cache": "jsr:@std/cache@^0.2.0",
1313
"@std/cbor": "jsr:@std/cbor@^0.1.8",
14-
"@std/cli": "jsr:@std/cli@^1.0.18",
14+
"@std/cli": "jsr:@std/cli@^1.0.19",
1515
"@std/collections": "jsr:@std/collections@^1.1.1",
1616
"@std/crypto": "jsr:@std/crypto@^1.0.5",
1717
"@std/csv": "jsr:@std/csv@^1.0.6",
@@ -22,7 +22,7 @@
2222
"@std/expect": "jsr:@std/expect@^1.0.16",
2323
"@std/fmt": "jsr:@std/fmt@^1.0.8",
2424
"@std/front-matter": "jsr:@std/front-matter@^1.0.9",
25-
"@std/fs": "jsr:@std/fs@^1.0.17",
25+
"@std/fs": "jsr:@std/fs@^1.0.18",
2626
"@std/html": "jsr:@std/html@^1.0.4",
2727
"@std/http": "jsr:@std/http@^1.0.17",
2828
"@std/ini": "jsr:@std/ini@^1.0.0-rc.8",
@@ -36,7 +36,7 @@
3636
"@std/net": "jsr:@std/net@^1.0.4",
3737
"@std/path": "jsr:@std/path@^1.1.0",
3838
"@std/regexp": "jsr:@std/regexp@^1.0.1",
39-
"@std/random": "jsr:@std/random@^0.1.1",
39+
"@std/random": "jsr:@std/random@^0.1.2",
4040
"@std/semver": "jsr:@std/semver@^1.0.5",
4141
"@std/streams": "jsr:@std/streams@^1.0.9",
4242
"@std/tar": "jsr:@std/tar@^0.1.6",

random/deno.json

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

0 commit comments

Comments
 (0)