Skip to content

Commit

Permalink
chore: release 2024.12.06 (#6239)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <[email protected]>
  • Loading branch information
denobot and kt3k authored Dec 6, 2024
1 parent ed06cbd commit 2ad1564
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 16 deletions.
41 changes: 41 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
### 2024.12.06

#### @std/assert 1.0.9 (patch)

- docs(assert): note the thrown diff in object_match.ts (#6227)
- docs(assert): fix English in mod.ts (#6226)
- docs(assert): add note and example for Blob comparison (#6210)

#### @std/cbor 0.1.3 (patch)

- perf(cbor): for encoding numbers, bigints, and dates (#6214)

#### @std/cli 1.0.8 (patch)

- feat(cli/unstable): export `/unstable-prompt-select` (#6212)
- fix(cli/unstable): hide cursor while showing the selection with
`promptSelect()` (#6221)
- refactor(cli): rewrite `promptSelect()` clear commands (#6215)

#### @std/dotenv 0.225.3 (patch)

- fix(dotenv): handle multiline variables on Windows (#6216)

#### @std/expect 1.0.9 (patch)

- fix(expect): fix error messages for `toMatchObject` (#6228)

#### @std/http 1.0.12 (patch)

- BREAKING(http/unstable): switch `params` and `info` args in `Handler` in
`route()` for more conveniency (#6094)
- fix(http): handle HEAD requests in serveFile (#6218)

#### @std/testing 1.0.6 (patch)

- fix(testing): add missing methods to `test` alias of `it` (#6222)

#### @std/text 1.0.9 (patch)

- fix(text): use locale-independent letter case methods (#6204)

### 2024.11.25

#### @std/cli 1.0.7 (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.8",
"version": "1.0.9",
"exports": {
".": "./mod.ts",
"./assert": "./assert.ts",
Expand Down
2 changes: 1 addition & 1 deletion cbor/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/cbor",
"version": "0.1.2",
"version": "0.1.3",
"exports": {
".": "./mod.ts",
"./array-encoder-stream": "./array_encoder_stream.ts",
Expand Down
2 changes: 1 addition & 1 deletion cli/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/cli",
"version": "1.0.7",
"version": "1.0.8",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",
Expand Down
2 changes: 1 addition & 1 deletion dotenv/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/dotenv",
"version": "0.225.2",
"version": "0.225.3",
"exports": {
".": "./mod.ts",
"./load": "./load.ts",
Expand Down
2 changes: 1 addition & 1 deletion expect/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/expect",
"version": "1.0.8",
"version": "1.0.9",
"exports": {
".": "./mod.ts",
"./expect": "./expect.ts",
Expand Down
2 changes: 1 addition & 1 deletion http/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/http",
"version": "1.0.11",
"version": "1.0.12",
"exports": {
".": "./mod.ts",
"./cookie": "./cookie.ts",
Expand Down
16 changes: 8 additions & 8 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",
"graphviz": "npm:node-graphviz@^0.1.1",

"@std/assert": "jsr:@std/assert@^1.0.8",
"@std/assert": "jsr:@std/assert@^1.0.9",
"@std/async": "jsr:@std/async@^1.0.9",
"@std/bytes": "jsr:@std/bytes@^1.0.4",
"@std/cache": "jsr:@std/cache@^0.1.3",
"@std/cbor": "jsr:@std/cbor@^0.1.2",
"@std/cli": "jsr:@std/cli@^1.0.7",
"@std/cbor": "jsr:@std/cbor@^0.1.3",
"@std/cli": "jsr:@std/cli@^1.0.8",
"@std/collections": "jsr:@std/collections@^1.0.9",
"@std/crypto": "jsr:@std/crypto@^1.0.3",
"@std/csv": "jsr:@std/csv@^1.0.4",
"@std/data-structures": "jsr:@std/data-structures@^1.0.4",
"@std/datetime": "jsr:@std/datetime@^0.225.2",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/dotenv": "jsr:@std/dotenv@^0.225.3",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"@std/expect": "jsr:@std/expect@^1.0.8",
"@std/expect": "jsr:@std/expect@^1.0.9",
"@std/fmt": "jsr:@std/fmt@^1.0.3",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.6",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.11",
"@std/http": "jsr:@std/http@^1.0.12",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",
"@std/internal": "jsr:@std/internal@^1.0.5",
"@std/io": "jsr:@std/io@^0.225.0",
Expand All @@ -40,8 +40,8 @@
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.8",
"@std/tar": "jsr:@std/tar@^0.1.4",
"@std/testing": "jsr:@std/testing@^1.0.5",
"@std/text": "jsr:@std/text@^1.0.8",
"@std/testing": "jsr:@std/testing@^1.0.6",
"@std/text": "jsr:@std/text@^1.0.9",
"@std/toml": "jsr:@std/toml@^1.0.2",
"@std/ulid": "jsr:@std/ulid@^1.0.0",
"@std/uuid": "jsr:@std/uuid@^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion testing/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/testing",
"version": "1.0.5",
"version": "1.0.6",
"exports": {
"./bdd": "./bdd.ts",
"./mock": "./mock.ts",
Expand Down
2 changes: 1 addition & 1 deletion text/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/text",
"version": "1.0.8",
"version": "1.0.9",
"exports": {
".": "./mod.ts",
"./closest-string": "./closest_string.ts",
Expand Down

0 comments on commit 2ad1564

Please sign in to comment.