Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Nov 25, 2024
1 parent 6795e7e commit 909541a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 2024.11.25

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

- feat(cli/unstable): add `promptSelect()` (#6190)

#### @std/tar 0.1.4 (patch)

- fix(tar): untar checksum calculation for the pax format (#6199)

### 2024.11.22

### @std/archive
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.6",
"version": "1.0.7",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",
Expand Down
4 changes: 2 additions & 2 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@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.6",
"@std/cli": "jsr:@std/cli@^1.0.7",
"@std/collections": "jsr:@std/collections@^1.0.9",
"@std/crypto": "jsr:@std/crypto@^1.0.3",
"@std/csv": "jsr:@std/csv@^1.0.4",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@std/random": "jsr:@std/random@^0.1.0",
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.8",
"@std/tar": "jsr:@std/tar@^0.1.3",
"@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/toml": "jsr:@std/toml@^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion tar/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/tar",
"version": "0.1.3",
"version": "0.1.4",
"exports": {
".": "./mod.ts",
"./tar-stream": "./tar_stream.ts",
Expand Down

0 comments on commit 909541a

Please sign in to comment.