Skip to content

Commit 652ac70

Browse files
denobotkt3k
andauthored
chore: release 2024.06.12 (#5031)
Co-authored-by: kt3k <[email protected]>
1 parent f7ae2aa commit 652ac70

File tree

7 files changed

+57
-10
lines changed

7 files changed

+57
-10
lines changed

Releases.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
### 2024.06.12
2+
3+
#### @std/assert 1.0.0-rc.2 (prerelease)
4+
5+
- fix(assert): fix tolerance calculation when comparing negative values (#5019)
6+
7+
#### @std/data-structures 1.0.0-rc.1 (prerelease)
8+
9+
- chore(data-structures): release `[email protected]` (#4987)
10+
11+
#### @std/fs 0.229.3 (patch)
12+
13+
- docs(fs): improve documentation (#4788)
14+
15+
#### @std/ini 0.225.1 (patch)
16+
17+
- docs(ini): improve ini docs (#5020)
18+
19+
#### @std/msgpack 0.224.3 (patch)
20+
21+
- docs(msgpack): complete documentation (#5029)
22+
- test(msgpack): add test cases for `encode()` (#5028)
23+
- test(msgpack): add `decode()` test cases (#5027)
24+
25+
#### @std/net 0.224.3 (patch)
26+
27+
- docs(net): complete documentation (#4982)
28+
29+
#### @std/regexp 1.0.0-rc.1 (prerelease)
30+
31+
- docs(regexp): complete documentation (#5023)
32+
- chore(regexp): release `[email protected]` (#5024)
33+
34+
#### @std/text 1.0.0-rc.1 (prerelease)
35+
36+
- refactor(text): minor cleanups and improvements (#5025)
37+
- chore(text): release `[email protected]` (#5026)
38+
39+
#### @std/ulid 1.0.0-rc.1 (prerelease)
40+
41+
- refactor(ulid): improve error types and messages (#5022)
42+
- chore(ulid): release `[email protected]` (#4997)
43+
44+
#### @std/url 1.0.0-rc.1 (prerelease)
45+
46+
- chore(url): release `[email protected]` (#4981)
47+
148
### 2024.06.06
249

350
#### @std/archive 0.224.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": "1.0.0-rc.1",
3+
"version": "1.0.0-rc.2",
44
"exports": {
55
".": "./mod.ts",
66
"./assert": "./assert.ts",

deno.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"graphviz": "npm:node-graphviz@^0.1.1",
1414

1515
"@std/archive": "jsr:@std/archive@^0.224.1",
16-
"@std/assert": "jsr:@std/[email protected].1",
16+
"@std/assert": "jsr:@std/[email protected].2",
1717
"@std/async": "jsr:@std/async@^0.224.2",
1818
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3",
1919
"@std/cli": "jsr:@std/cli@^0.224.6",
@@ -27,18 +27,18 @@
2727
"@std/expect": "jsr:@std/expect@^0.224.4",
2828
"@std/fmt": "jsr:@std/fmt@^0.225.4",
2929
"@std/front-matter": "jsr:@std/front-matter@^0.224.2",
30-
"@std/fs": "jsr:@std/fs@^0.229.2",
30+
"@std/fs": "jsr:@std/fs@^0.229.3",
3131
"@std/html": "jsr:@std/html@^1.0.0-rc.1",
3232
"@std/http": "jsr:@std/http@^0.224.4",
33-
"@std/ini": "jsr:@std/ini@^0.225.0",
33+
"@std/ini": "jsr:@std/ini@^0.225.1",
3434
"@std/internal": "jsr:@std/internal@^1.0.0",
3535
"@std/io": "jsr:@std/io@^0.224.1",
3636
"@std/json": "jsr:@std/json@^0.224.1",
3737
"@std/jsonc": "jsr:@std/jsonc@^0.224.2",
3838
"@std/log": "jsr:@std/log@^0.224.2",
3939
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1",
40-
"@std/msgpack": "jsr:@std/msgpack@^0.224.2",
41-
"@std/net": "jsr:@std/net@^0.224.2",
40+
"@std/msgpack": "jsr:@std/msgpack@^0.224.3",
41+
"@std/net": "jsr:@std/net@^0.224.3",
4242
"@std/path": "jsr:@std/[email protected]",
4343
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
4444
"@std/semver": "jsr:@std/semver@^0.224.3",

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.2",
3+
"version": "0.229.3",
44
"exports": {
55
".": "./mod.ts",
66
"./copy": "./copy.ts",

ini/deno.json

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

msgpack/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@std/msgpack",
3-
"version": "0.224.2",
3+
"version": "0.224.3",
44
"exports": {
55
".": "./mod.ts",
66
"./decode": "./decode.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.2",
3+
"version": "0.224.3",
44
"exports": {
55
".": "./mod.ts",
66
"./get-available-port": "./get_available_port.ts",

0 commit comments

Comments
 (0)