From 652ac701b1c2759b5da2780110ea2cae15912d49 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:22:43 +0900 Subject: [PATCH] chore: release 2024.06.12 (#5031) Co-authored-by: kt3k --- Releases.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ assert/deno.json | 2 +- deno.json | 10 +++++----- fs/deno.json | 2 +- ini/deno.json | 2 +- msgpack/deno.json | 2 +- net/deno.json | 2 +- 7 files changed, 57 insertions(+), 10 deletions(-) diff --git a/Releases.md b/Releases.md index 772803fc8581..04df9e5d945d 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,50 @@ +### 2024.06.12 + +#### @std/assert 1.0.0-rc.2 (prerelease) + +- fix(assert): fix tolerance calculation when comparing negative values (#5019) + +#### @std/data-structures 1.0.0-rc.1 (prerelease) + +- chore(data-structures): release `data-structures@1.0.0-rc.1` (#4987) + +#### @std/fs 0.229.3 (patch) + +- docs(fs): improve documentation (#4788) + +#### @std/ini 0.225.1 (patch) + +- docs(ini): improve ini docs (#5020) + +#### @std/msgpack 0.224.3 (patch) + +- docs(msgpack): complete documentation (#5029) +- test(msgpack): add test cases for `encode()` (#5028) +- test(msgpack): add `decode()` test cases (#5027) + +#### @std/net 0.224.3 (patch) + +- docs(net): complete documentation (#4982) + +#### @std/regexp 1.0.0-rc.1 (prerelease) + +- docs(regexp): complete documentation (#5023) +- chore(regexp): release `regexp@1.0.0-rc.1` (#5024) + +#### @std/text 1.0.0-rc.1 (prerelease) + +- refactor(text): minor cleanups and improvements (#5025) +- chore(text): release `text@1.0.0-rc.1` (#5026) + +#### @std/ulid 1.0.0-rc.1 (prerelease) + +- refactor(ulid): improve error types and messages (#5022) +- chore(ulid): release `ulid@1.0.0-rc.1` (#4997) + +#### @std/url 1.0.0-rc.1 (prerelease) + +- chore(url): release `url@1.0.0-rc.1` (#4981) + ### 2024.06.06 #### @std/archive 0.224.1 (patch) diff --git a/assert/deno.json b/assert/deno.json index 95484abcc095..e5f63baf52fe 100644 --- a/assert/deno.json +++ b/assert/deno.json @@ -1,6 +1,6 @@ { "name": "@std/assert", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./assert": "./assert.ts", diff --git a/deno.json b/deno.json index fce74f5290e4..c206282f17c3 100644 --- a/deno.json +++ b/deno.json @@ -13,7 +13,7 @@ "graphviz": "npm:node-graphviz@^0.1.1", "@std/archive": "jsr:@std/archive@^0.224.1", - "@std/assert": "jsr:@std/assert@1.0.0-rc.1", + "@std/assert": "jsr:@std/assert@1.0.0-rc.2", "@std/async": "jsr:@std/async@^0.224.2", "@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3", "@std/cli": "jsr:@std/cli@^0.224.6", @@ -27,18 +27,18 @@ "@std/expect": "jsr:@std/expect@^0.224.4", "@std/fmt": "jsr:@std/fmt@^0.225.4", "@std/front-matter": "jsr:@std/front-matter@^0.224.2", - "@std/fs": "jsr:@std/fs@^0.229.2", + "@std/fs": "jsr:@std/fs@^0.229.3", "@std/html": "jsr:@std/html@^1.0.0-rc.1", "@std/http": "jsr:@std/http@^0.224.4", - "@std/ini": "jsr:@std/ini@^0.225.0", + "@std/ini": "jsr:@std/ini@^0.225.1", "@std/internal": "jsr:@std/internal@^1.0.0", "@std/io": "jsr:@std/io@^0.224.1", "@std/json": "jsr:@std/json@^0.224.1", "@std/jsonc": "jsr:@std/jsonc@^0.224.2", "@std/log": "jsr:@std/log@^0.224.2", "@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1", - "@std/msgpack": "jsr:@std/msgpack@^0.224.2", - "@std/net": "jsr:@std/net@^0.224.2", + "@std/msgpack": "jsr:@std/msgpack@^0.224.3", + "@std/net": "jsr:@std/net@^0.224.3", "@std/path": "jsr:@std/path@1.0.0-rc.1", "@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1", "@std/semver": "jsr:@std/semver@^0.224.3", diff --git a/fs/deno.json b/fs/deno.json index a03d8607c07b..48e025bef2d2 100644 --- a/fs/deno.json +++ b/fs/deno.json @@ -1,6 +1,6 @@ { "name": "@std/fs", - "version": "0.229.2", + "version": "0.229.3", "exports": { ".": "./mod.ts", "./copy": "./copy.ts", diff --git a/ini/deno.json b/ini/deno.json index 8055c7a2a954..6fdaefb6ef9b 100644 --- a/ini/deno.json +++ b/ini/deno.json @@ -1,6 +1,6 @@ { "name": "@std/ini", - "version": "0.225.0", + "version": "0.225.1", "exports": { ".": "./mod.ts", "./ini-map": "./ini_map.ts", diff --git a/msgpack/deno.json b/msgpack/deno.json index 32bf4de6c130..8101df6f24fd 100644 --- a/msgpack/deno.json +++ b/msgpack/deno.json @@ -1,6 +1,6 @@ { "name": "@std/msgpack", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./decode": "./decode.ts", diff --git a/net/deno.json b/net/deno.json index 88433e98b5a5..c5d8aef481e2 100644 --- a/net/deno.json +++ b/net/deno.json @@ -1,6 +1,6 @@ { "name": "@std/net", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./get-available-port": "./get_available_port.ts",