Skip to content

Commit

Permalink
chore: release 2025.02.14 (#6399)
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 authored Feb 14, 2025
1 parent 765cb08 commit 50f7c0c
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 8 deletions.
22 changes: 22 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
### 2025.02.14

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

- feat(cli/unstable): introduce `new ProgressBar()` & `new ProgressBarStream()`
(#6378)

#### @std/front-matter 1.0.6 (patch)

- refactor(front-matter): call `extract()` functions in `any.ts` (#6390)

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

- feat(fs/unstable): add renameSync (#6396)
- feat(fs/unstable): add readFile and readFileSync (#6394)
- feat(fs/unstable): add makeTempDir and makeTempDirSync (#6391)
- feat(fs/unstable): add rename (#6379)

#### @std/semver 1.0.4 (patch)

- refactor(semver): clean up `parseRange`, add missing tests (#6362)

### 2025.01.31

#### @std/bytes 1.0.5 (patch)
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.12",
"version": "1.0.13",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",
Expand Down
2 changes: 1 addition & 1 deletion front_matter/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/front-matter",
"version": "1.0.5",
"version": "1.0.6",
"exports": {
".": "./mod.ts",
"./any": "./any.ts",
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": "1.0.11",
"version": "1.0.12",
"exports": {
".": "./mod.ts",
"./copy": "./copy.ts",
Expand Down
8 changes: 4 additions & 4 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.5",
"@std/cache": "jsr:@std/cache@^0.1.3",
"@std/cbor": "jsr:@std/cbor@^0.1.6",
"@std/cli": "jsr:@std/cli@^1.0.12",
"@std/cli": "jsr:@std/cli@^1.0.13",
"@std/collections": "jsr:@std/collections@^1.0.10",
"@std/crypto": "jsr:@std/crypto@^1.0.4",
"@std/csv": "jsr:@std/csv@^1.0.5",
Expand All @@ -21,8 +21,8 @@
"@std/encoding": "jsr:@std/encoding@^1.0.7",
"@std/expect": "jsr:@std/expect@^1.0.13",
"@std/fmt": "jsr:@std/fmt@^1.0.5",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.11",
"@std/front-matter": "jsr:@std/front-matter@^1.0.6",
"@std/fs": "jsr:@std/fs@^1.0.12",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.13",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.5",
Expand All @@ -37,7 +37,7 @@
"@std/path": "jsr:@std/path@^1.0.8",
"@std/regexp": "jsr:@std/regexp@^1.0.1",
"@std/random": "jsr:@std/random@^0.1.0",
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/semver": "jsr:@std/semver@^1.0.4",
"@std/streams": "jsr:@std/streams@^1.0.9",
"@std/tar": "jsr:@std/tar@^0.1.5",
"@std/testing": "jsr:@std/testing@^1.0.9",
Expand Down
2 changes: 1 addition & 1 deletion semver/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/semver",
"version": "1.0.3",
"version": "1.0.4",
"exports": {
".": "./mod.ts",
"./can-parse": "./can_parse.ts",
Expand Down

0 comments on commit 50f7c0c

Please sign in to comment.