Skip to content

Commit

Permalink
chore: release 2024.06.12 (#5031)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
  • Loading branch information
denobot and kt3k committed Jun 12, 2024
1 parent f7ae2aa commit 652ac70
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 10 deletions.
47 changes: 47 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion assert/deno.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion fs/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/fs",
"version": "0.229.2",
"version": "0.229.3",
"exports": {
".": "./mod.ts",
"./copy": "./copy.ts",
Expand Down
2 changes: 1 addition & 1 deletion ini/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/ini",
"version": "0.225.0",
"version": "0.225.1",
"exports": {
".": "./mod.ts",
"./ini-map": "./ini_map.ts",
Expand Down
2 changes: 1 addition & 1 deletion msgpack/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/msgpack",
"version": "0.224.2",
"version": "0.224.3",
"exports": {
".": "./mod.ts",
"./decode": "./decode.ts",
Expand Down
2 changes: 1 addition & 1 deletion net/deno.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 652ac70

Please sign in to comment.