From 940568c62da185b6192db04e5ed9a83ec43bd7f8 Mon Sep 17 00:00:00 2001 From: denobot <33910674+denobot@users.noreply.github.com> Date: Tue, 2 Jul 2024 20:43:42 +0900 Subject: [PATCH] chore: release 2024.07.02 (#5254) Co-authored-by: kt3k --- Releases.md | 228 ++++++++++++++++++++++++++++++++++++++ archive/deno.json | 2 +- assert/deno.json | 2 +- async/deno.json | 2 +- bytes/deno.json | 2 +- cli/deno.json | 2 +- collections/deno.json | 2 +- data_structures/deno.json | 2 +- datetime/deno.json | 2 +- deno.json | 60 +++++----- dotenv/deno.json | 2 +- fmt/deno.json | 2 +- front_matter/deno.json | 2 +- fs/deno.json | 2 +- html/deno.json | 2 +- http/deno.json | 2 +- ini/deno.json | 2 +- internal/deno.json | 2 +- io/deno.json | 2 +- json/deno.json | 2 +- jsonc/deno.json | 2 +- log/deno.json | 2 +- msgpack/deno.json | 2 +- net/deno.json | 2 +- path/deno.json | 2 +- streams/deno.json | 2 +- testing/deno.json | 2 +- text/deno.json | 2 +- toml/deno.json | 2 +- ulid/deno.json | 2 +- url/deno.json | 2 +- webgpu/deno.json | 2 +- 32 files changed, 288 insertions(+), 60 deletions(-) diff --git a/Releases.md b/Releases.md index 984c4a21a829..1a0ef8921a08 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,231 @@ +### 2024.07.02 + +#### @std/archive 0.224.3 (patch) + +- test(archive): fix typo in `tar_test.ts` (#5196) + +#### @std/assert 1.0.0-rc.3 (prerelease) + +- BREAKING(assert): remove `assert` from module names (#5176) +- refactor: import from `@std/assert` (#5199) + +#### @std/async 1.0.0-rc.3 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/bytes 1.0.1 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/cli 1.0.0-rc.3 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/collections 1.0.2 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/crypto 1.0.0 (major) + +- refactor: import from `@std/assert` (#5199) +- chore(crypto): release `crypto@1.0.0` (#4990) + +#### @std/csv 1.0.0-rc.1 (prerelease) + +- BREAKING(csv): remove `csv` from module names (#5172) +- BREAKING(csv): make `ReadOptions` private (#5169) +- docs(csv): fix description of `ParseResult` (#5170) +- docs(csv): add module docs (#5157) +- refactor(csv): minor cleanup (#5166) +- refactor: import from `@std/assert` (#5199) +- refactor(csv): minor cleanups (#5158) +- refactor(csv): remove dead code and improve `CsvParseStream` test (#5153) +- refactor(csv): remove dead code and improve tests (#5151) +- test(csv): improve `CsvStringifyStream` test (#5154) +- test(csv): improve stringify testing (#5150) +- chore(csv): release `csv@1.0.0-rc.1` (#5159) + +#### @std/data-structures 1.0.0-rc.2 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/datetime 0.224.2 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/dotenv 0.224.2 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/encoding 1.0.0 (major) + +- refactor: import from `@std/assert` (#5199) +- chore(encoding): release `encoding@1.0.0` (#4991) + +#### @std/expect 1.0.0-rc.1 (prerelease) + +- BREAKING(expect): remove special handling of Immutable.js objects (#5228) +- fix(expect): fix validation of nth param in `toHaveBeenNthCalledWith` matcher + (#5227) +- refactor(expect,testing): update `@std/assert` imports (#5242) +- refactor(expect): remove `expect.addSnapshotSerializer(s)` (#5231) +- refactor: import from `@std/assert` (#5199) +- test(expect): test edge cases of matchers (#5226) +- test(expect): add test of `iterableEquality` (#5222) +- test(expect): improve `expect` test cases (#5221) +- chore(expect): release `expect@1.0.0-rc.1` (#5235) + +#### @std/fmt 0.225.5 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/front-matter 0.224.3 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/fs 1.0.0-rc.3 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/html 1.0.0-rc.2 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/http 1.0.0-rc.2 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/ini 0.225.2 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/internal 1.0.1 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/io 0.224.3 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/json 1.0.0-rc.2 (prerelease) + +- BREAKING(json): remove `json` from module names (#5173) +- refactor: import from `@std/assert` (#5199) + +#### @std/jsonc 1.0.0-rc.2 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/log 0.224.4 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/media-types 1.0.1 (patch) + +- fix(media-types): update `db.ts` (#5193) +- refactor: import from `@std/assert` (#5199) +- chore(media-types): release `media-types@1.0.1` (#5197) + +#### @std/msgpack 1.0.0-rc.2 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/net 0.224.4 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/path 1.0.0-rc.3 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/semver 1.0.0-rc.1 (prerelease) + +- BREAKING(semver): remove `SEMVER_SPEC_VERSION` (#5180) +- BREAKING(semver): make invalid SemVer constants private (#5168) +- BREAKING(semver): remove deprecated `rangeMax()`, `rangeMin()` and + `testRange()` APIs (#5160) +- docs(semver): minor documentation cleanups (#5178) +- refactor: import from `@std/assert` (#5199) +- test(semver): add `tryParse()` tests (#5161) +- chore(semver): release `semver@1.0.0-rc.1` (#5181) + +#### @std/streams 1.0.0-rc.2 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/testing 1.0.0-rc.2 (prerelease) + +- fix(testing): throw error eagerly when insufficient permissions are granted to + write to snapshot file in update mode (#5201) +- refactor(expect,testing): update `@std/assert` imports (#5242) +- refactor: import from `@std/assert` (#5199) + +#### @std/text 1.0.0-rc.2 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/toml 1.0.0-rc.3 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/ulid 1.0.0-rc.3 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/url 1.0.0-rc.2 (prerelease) + +- refactor: import from `@std/assert` (#5199) + +#### @std/uuid 1.0.0 (major) + +- refactor: import from `@std/assert` (#5199) + +#### @std/webgpu 0.224.5 (patch) + +- refactor: import from `@std/assert` (#5199) + +#### @std/yaml 1.0.0-rc.1 (prerelease) + +- BREAKING(yaml): remove `ParseOptions.legacy` option (#5229) +- BREAKING(yaml): remove `filename` option from `parse()` and `stringify()` + (#5223) +- BREAKING(yaml): remove `listener` option from `parse()` and `stringify()` + (#5224) +- BREAKING(yaml): make `Schema` and `Type` private and stop supporting + user-defined schemas (#5175) +- BREAKING(yaml): rename `DumpOptions` to `StringifyOptions` (#5171) +- BREAKING(yaml): remove `iterator` argument from `parseAll()` (#5148) +- fix(yaml): fix `!!pairs` parsing (#5192) +- fix(yaml): fix merge (<<) type handling in `parse()` (#5185) +- refactor(yaml): replace chars and comments with constants (#5250) +- refactor(yaml): add `sanitizeInput()` function (#5248) +- refactor(yaml): remove inferred `Schema` type (#5252) +- refactor(yaml): add default options object (#5249) +- refactor(yaml): share char constants (#5246) +- refactor(yaml): remove `DirectiveHandler` type (#5247) +- refactor(yaml): minor cleanups (#5239) +- refactor(yaml): simplify schema (#5236) +- refactor(yaml): consolidate `yaml/schema/*.ts` code into `yaml/_schema.ts` + (#5225) +- refactor: import from `@std/assert` (#5199) +- refactor(yaml): remove unused `func` type (#5191) +- refactor(yaml): remove dead code (#5189) +- refactor(yaml): simplify map initializations (#5183) +- refactor(yaml): rename `YAMLError` to `YamlError` (#5149) +- test(yaml): test handling of boolean values (#5251) +- test(yaml): check handling of binary type (#5245) +- test(yaml): add `parse()` test for duplicate keys (#5240) +- test(yaml): add test cases of handling ? mark in YAML (#5234) +- test(yaml): test `!!timestamp` type handling (#5237) +- test(yaml): test `stringify()` case when string encoded into hex sequences + (#5230) +- test(yaml): test anchor and alias handling of `parse()` (#5190) +- test(yaml): add misc `parse()` test cases (#5188) +- test(yaml): add test for block scalars (#5187) +- test(yaml): improve `parse()` testing (#5182) +- chore(yaml): release `yaml@1.0.0-rc.1` (#5244) +- chore(yaml): remove `example` folder (#5238) + ### 2024.06.26 #### @std/cli 1.0.0-rc.2 (prerelease) diff --git a/archive/deno.json b/archive/deno.json index b4de17c5138b..17e5c7a995ed 100644 --- a/archive/deno.json +++ b/archive/deno.json @@ -1,6 +1,6 @@ { "name": "@std/archive", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./tar": "./tar.ts", diff --git a/assert/deno.json b/assert/deno.json index 94730d3dc1e6..424c1380bcc6 100644 --- a/assert/deno.json +++ b/assert/deno.json @@ -1,6 +1,6 @@ { "name": "@std/assert", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "exports": { ".": "./mod.ts", "./assert": "./assert.ts", diff --git a/async/deno.json b/async/deno.json index f4aff1e0b433..b797e297488e 100644 --- a/async/deno.json +++ b/async/deno.json @@ -1,6 +1,6 @@ { "name": "@std/async", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "exports": { ".": "./mod.ts", "./abortable": "./abortable.ts", diff --git a/bytes/deno.json b/bytes/deno.json index 9b036adc93bc..8daeece7cc2b 100644 --- a/bytes/deno.json +++ b/bytes/deno.json @@ -1,6 +1,6 @@ { "name": "@std/bytes", - "version": "1.0.0", + "version": "1.0.1", "exports": { ".": "./mod.ts", "./concat": "./concat.ts", diff --git a/cli/deno.json b/cli/deno.json index a5ff044da860..206b043d9486 100644 --- a/cli/deno.json +++ b/cli/deno.json @@ -1,6 +1,6 @@ { "name": "@std/cli", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "exports": { ".": "./mod.ts", "./parse-args": "./parse_args.ts", diff --git a/collections/deno.json b/collections/deno.json index 3ffb39e090cf..709265f6ecc0 100644 --- a/collections/deno.json +++ b/collections/deno.json @@ -1,6 +1,6 @@ { "name": "@std/collections", - "version": "1.0.1", + "version": "1.0.2", "exports": { ".": "./mod.ts", "./aggregate-groups": "./aggregate_groups.ts", diff --git a/data_structures/deno.json b/data_structures/deno.json index c9be6418ed02..72a6ca682661 100644 --- a/data_structures/deno.json +++ b/data_structures/deno.json @@ -1,6 +1,6 @@ { "name": "@std/data-structures", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./binary-heap": "./binary_heap.ts", diff --git a/datetime/deno.json b/datetime/deno.json index 57228cedcd30..b6c2e855fdb0 100644 --- a/datetime/deno.json +++ b/datetime/deno.json @@ -1,6 +1,6 @@ { "name": "@std/datetime", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./constants": "./constants.ts", diff --git a/deno.json b/deno.json index 551a6bac143e..8fd37b714c8b 100644 --- a/deno.json +++ b/deno.json @@ -12,44 +12,44 @@ "automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/", "graphviz": "npm:node-graphviz@^0.1.1", - "@std/archive": "jsr:@std/archive@^0.224.2", - "@std/assert": "jsr:@std/assert@1.0.0-rc.2", - "@std/async": "jsr:@std/async@^1.0.0-rc.2", - "@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3", - "@std/cli": "jsr:@std/cli@^1.0.0-rc.2", - "@std/collections": "jsr:@std/collections@^1.0.1", + "@std/archive": "jsr:@std/archive@^0.224.3", + "@std/assert": "jsr:@std/assert@1.0.0-rc.3", + "@std/async": "jsr:@std/async@^1.0.0-rc.3", + "@std/bytes": "jsr:@std/bytes@^1.0.1-rc.3", + "@std/cli": "jsr:@std/cli@^1.0.0-rc.3", + "@std/collections": "jsr:@std/collections@^1.0.2", "@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1", "@std/csv": "jsr:@std/csv@^1.0.0-rc.1", - "@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.1", - "@std/datetime": "jsr:@std/datetime@^0.224.1", - "@std/dotenv": "jsr:@std/dotenv@^0.224.1", + "@std/data-structures": "jsr:@std/data-structures@^1.0.0-rc.2", + "@std/datetime": "jsr:@std/datetime@^0.224.2", + "@std/dotenv": "jsr:@std/dotenv@^0.224.2", "@std/encoding": "jsr:@std/encoding@1.0.0-rc.2", "@std/expect": "jsr:@std/expect@^1.0.0-rc.1", - "@std/fmt": "jsr:@std/fmt@^0.225.4", - "@std/front-matter": "jsr:@std/front-matter@^0.224.2", - "@std/fs": "jsr:@std/fs@^1.0.0-rc.2", - "@std/html": "jsr:@std/html@^1.0.0-rc.1", - "@std/http": "jsr:@std/http@^1.0.0-rc.1", - "@std/ini": "jsr:@std/ini@^0.225.1", - "@std/internal": "jsr:@std/internal@^1.0.0", - "@std/io": "jsr:@std/io@^0.224.2", - "@std/json": "jsr:@std/json@^1.0.0-rc.1", - "@std/jsonc": "jsr:@std/jsonc@^1.0.0-rc.1", - "@std/log": "jsr:@std/log@^0.224.3", + "@std/fmt": "jsr:@std/fmt@^0.225.5", + "@std/front-matter": "jsr:@std/front-matter@^0.224.3", + "@std/fs": "jsr:@std/fs@^1.0.0-rc.3", + "@std/html": "jsr:@std/html@^1.0.0-rc.2", + "@std/http": "jsr:@std/http@^1.0.0-rc.2", + "@std/ini": "jsr:@std/ini@^0.225.2", + "@std/internal": "jsr:@std/internal@^1.0.1", + "@std/io": "jsr:@std/io@^0.224.3", + "@std/json": "jsr:@std/json@^1.0.0-rc.2", + "@std/jsonc": "jsr:@std/jsonc@^1.0.0-rc.2", + "@std/log": "jsr:@std/log@^0.224.4", "@std/media-types": "jsr:@std/media-types@^1.0.1", - "@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.1", - "@std/net": "jsr:@std/net@^0.224.3", - "@std/path": "jsr:@std/path@1.0.0-rc.2", + "@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.2", + "@std/net": "jsr:@std/net@^0.224.4", + "@std/path": "jsr:@std/path@1.0.0-rc.3", "@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1", "@std/semver": "jsr:@std/semver@^1.0.0-rc.1", - "@std/streams": "jsr:@std/streams@^1.0.0-rc.1", - "@std/testing": "jsr:@std/testing@^1.0.0-rc.1", - "@std/text": "jsr:@std/text@^1.0.0-rc.1", - "@std/toml": "jsr:@std/toml@^1.0.0-rc.2", - "@std/ulid": "jsr:@std/ulid@^1.0.0-rc.2", - "@std/url": "jsr:@std/url@^1.0.0-rc.1", + "@std/streams": "jsr:@std/streams@^1.0.0-rc.2", + "@std/testing": "jsr:@std/testing@^1.0.0-rc.2", + "@std/text": "jsr:@std/text@^1.0.0-rc.2", + "@std/toml": "jsr:@std/toml@^1.0.0-rc.3", + "@std/ulid": "jsr:@std/ulid@^1.0.0-rc.3", + "@std/url": "jsr:@std/url@^1.0.0-rc.2", "@std/uuid": "jsr:@std/uuid@1.0.0", - "@std/webgpu": "jsr:@std/webgpu@^0.224.4", + "@std/webgpu": "jsr:@std/webgpu@^0.224.5", "@std/yaml": "jsr:@std/yaml@^1.0.0-rc.1" }, "tasks": { diff --git a/dotenv/deno.json b/dotenv/deno.json index 22d98d121e78..ef550052b1d3 100644 --- a/dotenv/deno.json +++ b/dotenv/deno.json @@ -1,6 +1,6 @@ { "name": "@std/dotenv", - "version": "0.224.1", + "version": "0.224.2", "exports": { ".": "./mod.ts", "./load": "./load.ts", diff --git a/fmt/deno.json b/fmt/deno.json index 715ad4894021..97915eeaa3a5 100644 --- a/fmt/deno.json +++ b/fmt/deno.json @@ -1,6 +1,6 @@ { "name": "@std/fmt", - "version": "0.225.4", + "version": "0.225.5", "exports": { "./bytes": "./bytes.ts", "./colors": "./colors.ts", diff --git a/front_matter/deno.json b/front_matter/deno.json index 5be92f6b75e0..cbf79dc947ef 100644 --- a/front_matter/deno.json +++ b/front_matter/deno.json @@ -1,6 +1,6 @@ { "name": "@std/front-matter", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./any": "./any.ts", diff --git a/fs/deno.json b/fs/deno.json index 586ddef4cc9a..951fb404b590 100644 --- a/fs/deno.json +++ b/fs/deno.json @@ -1,6 +1,6 @@ { "name": "@std/fs", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "exports": { ".": "./mod.ts", "./copy": "./copy.ts", diff --git a/html/deno.json b/html/deno.json index ee6c8ceba7c2..e2d57f4e492e 100644 --- a/html/deno.json +++ b/html/deno.json @@ -1,6 +1,6 @@ { "name": "@std/html", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./entities": "./entities.ts", diff --git a/http/deno.json b/http/deno.json index 3121d5cf4ab0..d737a8befe0c 100644 --- a/http/deno.json +++ b/http/deno.json @@ -1,6 +1,6 @@ { "name": "@std/http", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./cookie": "./cookie.ts", diff --git a/ini/deno.json b/ini/deno.json index 6fdaefb6ef9b..b9d1fd2794c2 100644 --- a/ini/deno.json +++ b/ini/deno.json @@ -1,6 +1,6 @@ { "name": "@std/ini", - "version": "0.225.1", + "version": "0.225.2", "exports": { ".": "./mod.ts", "./ini-map": "./ini_map.ts", diff --git a/internal/deno.json b/internal/deno.json index 919f41200d80..1dce24e056c9 100644 --- a/internal/deno.json +++ b/internal/deno.json @@ -1,6 +1,6 @@ { "name": "@std/internal", - "version": "1.0.0", + "version": "1.0.1", "exports": { ".": "./mod.ts", "./build-message": "./build_message.ts", diff --git a/io/deno.json b/io/deno.json index eaf3194d867e..d1610a518210 100644 --- a/io/deno.json +++ b/io/deno.json @@ -1,6 +1,6 @@ { "name": "@std/io", - "version": "0.224.2", + "version": "0.224.3", "exports": { ".": "./mod.ts", "./buf-reader": "./buf_reader.ts", diff --git a/json/deno.json b/json/deno.json index 6e48c342d71d..8b931f4820c6 100644 --- a/json/deno.json +++ b/json/deno.json @@ -1,6 +1,6 @@ { "name": "@std/json", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./types": "./types.ts", diff --git a/jsonc/deno.json b/jsonc/deno.json index 6ad4f3285e27..3e71c88ad325 100644 --- a/jsonc/deno.json +++ b/jsonc/deno.json @@ -1,6 +1,6 @@ { "name": "@std/jsonc", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./parse": "./parse.ts" diff --git a/log/deno.json b/log/deno.json index 577eb4a833d7..f755c56fdeff 100644 --- a/log/deno.json +++ b/log/deno.json @@ -1,6 +1,6 @@ { "name": "@std/log", - "version": "0.224.3", + "version": "0.224.4", "exports": { ".": "./mod.ts", "./base-handler": "./base_handler.ts", diff --git a/msgpack/deno.json b/msgpack/deno.json index fb319aec6552..68d56bc241b3 100644 --- a/msgpack/deno.json +++ b/msgpack/deno.json @@ -1,6 +1,6 @@ { "name": "@std/msgpack", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./decode": "./decode.ts", diff --git a/net/deno.json b/net/deno.json index c5d8aef481e2..64a41442b349 100644 --- a/net/deno.json +++ b/net/deno.json @@ -1,6 +1,6 @@ { "name": "@std/net", - "version": "0.224.3", + "version": "0.224.4", "exports": { ".": "./mod.ts", "./get-available-port": "./get_available_port.ts", diff --git a/path/deno.json b/path/deno.json index d998b7522665..57551916002e 100644 --- a/path/deno.json +++ b/path/deno.json @@ -1,6 +1,6 @@ { "name": "@std/path", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "exports": { ".": "./mod.ts", "./basename": "./basename.ts", diff --git a/streams/deno.json b/streams/deno.json index 0691175ffe0e..ec6674e15410 100644 --- a/streams/deno.json +++ b/streams/deno.json @@ -1,6 +1,6 @@ { "name": "@std/streams", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./buffer": "./buffer.ts", diff --git a/testing/deno.json b/testing/deno.json index 264a76daa99a..5bc0d482b250 100644 --- a/testing/deno.json +++ b/testing/deno.json @@ -1,6 +1,6 @@ { "name": "@std/testing", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { "./bdd": "./bdd.ts", "./mock": "./mock.ts", diff --git a/text/deno.json b/text/deno.json index 6c52809e18cf..997bd88edfa7 100644 --- a/text/deno.json +++ b/text/deno.json @@ -1,6 +1,6 @@ { "name": "@std/text", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./case": "./case.ts", diff --git a/toml/deno.json b/toml/deno.json index 49576a55f0fd..6f4af58e4c8e 100644 --- a/toml/deno.json +++ b/toml/deno.json @@ -1,6 +1,6 @@ { "name": "@std/toml", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "exports": { ".": "./mod.ts", "./parse": "./parse.ts", diff --git a/ulid/deno.json b/ulid/deno.json index fadc2d0ae5d6..31497f2a6505 100644 --- a/ulid/deno.json +++ b/ulid/deno.json @@ -1,5 +1,5 @@ { "name": "@std/ulid", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "exports": "./mod.ts" } diff --git a/url/deno.json b/url/deno.json index 7ca7f882f3c1..72c66bb0c02a 100644 --- a/url/deno.json +++ b/url/deno.json @@ -1,6 +1,6 @@ { "name": "@std/url", - "version": "1.0.0-rc.1", + "version": "1.0.0-rc.2", "exports": { ".": "./mod.ts", "./basename": "./basename.ts", diff --git a/webgpu/deno.json b/webgpu/deno.json index b8680155aa3c..b69125083bcf 100644 --- a/webgpu/deno.json +++ b/webgpu/deno.json @@ -1,6 +1,6 @@ { "name": "@std/webgpu", - "version": "0.224.4", + "version": "0.224.5", "exports": { ".": "./mod.ts", "./create-capture": "./create_capture.ts",