Skip to content

Commit

Permalink
chore: release 2024.06.21 (#5107)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <[email protected]>
  • Loading branch information
denobot and kt3k authored Jun 21, 2024
1 parent adc6072 commit 7d1d9cc
Show file tree
Hide file tree
Showing 12 changed files with 113 additions and 20 deletions.
93 changes: 93 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,96 @@
### 2024.06.21

#### @std/archive 0.224.2 (patch)

- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public`
access modifiers (#5077)

#### @std/async 1.0.0-rc.2 (prerelease)

- BREAKING(async): simplify `deadline()` logic, remove `DeadlineError` and
improve errors (#5058)
- BREAKING(async): make `abortablePromise()` and `abortableAsyncIterable()`
private (#5056)

#### @std/cli 1.0.0-rc.1 (prerelease)

- chore(cli): release `[email protected]` (#5068)
- chore(cli): make spinner unstable/experimental (#5067)

#### @std/collections 1.0.0 (major)

- chore(collections): release `[email protected]` (#4773)

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

- docs(dotenv): improve `dotenv` docs (#5095)

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

- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public`
access modifiers (#5077)

#### @std/fs 1.0.0-rc.1 (prerelease)

- refactor(fs): improve `expandGlob()` implementation and testing (#5089)
- refactor(fs): reduce the repetition in `exists.ts` (#5088)
- refactor(fs): reduce the repetition in ensure_dir.ts (#5085)
- refactor(fs): resolve directories when checking whether they are the same in
`isSubdir()` (#5076)
- test(fs): improve `copy()` testing (#5084)
- test(fs): improve `ensureSymlink()` test (#5087)
- test(fs): check `ensureDir()` is not racy (#5086)
- chore(fs): release `[email protected]` (#5091)

#### @std/io 0.224.2 (patch)

- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public`
access modifiers (#5077)

#### @std/json 1.0.0-rc.1 (prerelease)

- BREAKING(json): rename /common to /types (#5103)
- BREAKING(json): remove `writableStrategy` and `readableStrategy` options
(#5097)
- docs(json): lint `@std/json` docs (#4798)
- test(json): improve json testing (#5075)
- chore(json): release `[email protected]` (#5102)

#### @std/jsonc 0.224.3 (patch)

- test(jsonc): remove dead code and improve testing (#5093)

#### @std/log 0.224.3 (patch)

- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public`
access modifiers (#5077)

#### @std/streams 1.0.0-rc.1 (prerelease)

- BREAKING(streams): remove `iterateReader`, `readableStreamFromReader`,
`readerFromIterable`, `readerFromStreamReader`, `writableStreamFromWriter`,
and `writerFromStreamWriter` (#5060)
- fix(streams): prevent `earlyZipReadableStreams()` from possibly using
excessive memory (#5082)
- test(streams): improve test coverage (#5078)
- test(streams): improve `DelimiterStream` test cases (#5070)
- test(streams): improve `Buffer` test (#5061)
- chore(streams): release `[email protected]` (#5074)

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

- refactor(testing): remove `FakeTime.start` setter (#5050)

#### @std/toml 1.0.0-rc.2 (prerelease)

- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public`
access modifiers (#5077)

#### @std/yaml 0.224.2 (patch)

- refactor(archive,expect,io,log,toml,yaml): remove `private` and `public`
access modifiers (#5077)

### 2024.06.17

#### @std/async 1.0.0-rc.1 (prerelease)
Expand Down
2 changes: 1 addition & 1 deletion archive/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/archive",
"version": "0.224.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./tar": "./tar.ts",
Expand Down
2 changes: 1 addition & 1 deletion async/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/async",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"exports": {
".": "./mod.ts",
"./abortable": "./abortable.ts",
Expand Down
20 changes: 10 additions & 10 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,45 +12,45 @@
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",
"graphviz": "npm:node-graphviz@^0.1.1",

"@std/archive": "jsr:@std/archive@^0.224.1",
"@std/archive": "jsr:@std/archive@^0.224.2",
"@std/assert": "jsr:@std/[email protected]",
"@std/async": "jsr:@std/async@^1.0.0-rc.1",
"@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.1",
"@std/collections": "jsr:@std/collections@^1.0.0",
"@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1",
"@std/csv": "jsr:@std/csv@^0.224.3",
"@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.0",
"@std/dotenv": "jsr:@std/dotenv@^0.224.1",
"@std/encoding": "jsr:@std/[email protected]",
"@std/expect": "jsr:@std/expect@^0.224.4",
"@std/expect": "jsr:@std/expect@^0.224.5",
"@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.1",
"@std/html": "jsr:@std/html@^1.0.0-rc.1",
"@std/http": "jsr:@std/http@^0.224.5",
"@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/io": "jsr:@std/io@^0.224.2",
"@std/json": "jsr:@std/json@^1.0.0-rc.1",
"@std/jsonc": "jsr:@std/jsonc@^0.224.2",
"@std/log": "jsr:@std/log@^0.224.2",
"@std/jsonc": "jsr:@std/jsonc@^0.224.3",
"@std/log": "jsr:@std/log@^0.224.3",
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1",
"@std/msgpack": "jsr:@std/msgpack@^1.0.0-rc.1",
"@std/net": "jsr:@std/net@^0.224.3",
"@std/path": "jsr:@std/[email protected]",
"@std/regexp": "jsr:@std/regexp@^1.0.0-rc.1",
"@std/semver": "jsr:@std/semver@^0.224.3",
"@std/streams": "jsr:@std/streams@^1.0.0-rc.1",
"@std/testing": "jsr:@std/testing@^0.225.2",
"@std/testing": "jsr:@std/testing@^0.225.3",
"@std/text": "jsr:@std/text@^1.0.0-rc.1",
"@std/toml": "jsr:@std/toml@^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/uuid": "jsr:@std/[email protected]",
"@std/webgpu": "jsr:@std/webgpu@^0.224.4",
"@std/yaml": "jsr:@std/yaml@^0.224.1"
"@std/yaml": "jsr:@std/yaml@^0.224.2"
},
"tasks": {
"test": "deno test --unstable-http --unstable-webgpu --doc --allow-all --parallel --coverage --trace-leaks --clean",
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.224.0",
"version": "0.224.1",
"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": "0.224.4",
"version": "0.224.5",
"exports": {
".": "./mod.ts",
"./expect": "./expect.ts",
Expand Down
2 changes: 1 addition & 1 deletion io/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/io",
"version": "0.224.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./buf-reader": "./buf_reader.ts",
Expand Down
2 changes: 1 addition & 1 deletion jsonc/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/jsonc",
"version": "0.224.2",
"version": "0.224.3",
"exports": {
".": "./mod.ts",
"./parse": "./parse.ts"
Expand Down
2 changes: 1 addition & 1 deletion log/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/log",
"version": "0.224.2",
"version": "0.224.3",
"exports": {
".": "./mod.ts",
"./base-handler": "./base_handler.ts",
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": "0.225.2",
"version": "0.225.3",
"exports": {
"./asserts": "./asserts.ts",
"./bdd": "./bdd.ts",
Expand Down
2 changes: 1 addition & 1 deletion toml/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/toml",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"exports": {
".": "./mod.ts",
"./parse": "./parse.ts",
Expand Down
2 changes: 1 addition & 1 deletion yaml/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/yaml",
"version": "0.224.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./parse": "./parse.ts",
Expand Down

0 comments on commit 7d1d9cc

Please sign in to comment.