Skip to content

Commit

Permalink
chore: release 2024.06.06 (denoland#4984)
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 committed Jun 6, 2024
1 parent 6e48879 commit 0ea4868
Show file tree
Hide file tree
Showing 21 changed files with 171 additions and 38 deletions.
133 changes: 133 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,136 @@
### 2024.06.06

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

- refactor(archive): cleanup use of `@std/assert` (#4975)

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

- BREAKING(assert): make `unreachable()` consistent with `@std/assert` (#4943)
- BREAKING(assert): `assertAlmostEquals()` sets useful tolerance automatically
(#4460)
- docs(assert): remove outdated API docs (#4937)
- refactor(assert): minor cleanups (#4941)
- chore(assert): release `assert@1.0.0-rc.1` (#4934)

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

- refactor(async): cleanup use of `@std/assert` (#4950)

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

- chore(bytes): release `bytes@1.0.0` (#4746)

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

- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)
- refactor(cli): cleanup use of `@std/assert` (#4966)

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

- refactor(csv): cleanup use of `@std/assert` (#4976)

#### @std/data-structures 0.225.2 (patch)

- refactor(data-structures): remove use of `public` keyword (#4983)

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

- docs(datetime): trim module documentation (#4971)

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

- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)

#### @std/fmt 0.225.4 (patch)

- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)

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

- refactor(fs): cleanup use of `@std/assert` (#4948)

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

- chore(html): release `html@1.0.0-rc.1` (#4962)

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

- refactor(http): cleanup use of `@std/assert` (#4974)

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

- refactor(io): cleanup use of `@std/assert` (#4979)

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

- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)
- refactor(jsonc): cleanup use of `@std/assert` (#4968)

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

- refactor(log): cleanup use of `@std/assert` (#4973)

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

- BREAKING(path): remove `path.posix` and `path.win32` (#4953)
- BREAKING(path): remove separator argument from `common()` (#4947)
- BREAKING(path): remove `GlobToRegExpOptions.os` and `OSType` export (#4928)
- docs(path): fix typo in `normalize` doc (#4959)
- docs(path): improve `join` jsdoc (#4958)
- docs(path): fix typo (#4956)
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)
- refactor(path): clean `isWindows` logic (#4972)
- refactor(path): cleanup `join()` implementations (#4946)
- test(path): improve `windows.parse()` test (#4952)
- test(path): improve `normalizeGlob()` test coverage (#4940)
- test(path): improve `normalize()` coverage (#4939)
- chore(path): release `path@1.0.0-rc.1` (#4951)
- chore(path): use `assertPath()` in `windows.join()` (#4960)

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

- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)

#### @std/streams 0.224.4 (patch)

- refactor(streams): cleanup use of `@std/assert` (#4980)

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

- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)

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

- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)
- refactor(text): cleanup use of `@std/assert` (#4977)

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

- BREAKING(toml): rename `FormatOptions` to `StringifyOptions` (#4963)
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)
- chore(toml): release `toml@1.0.0-rc.1` (#4969)
- chore(toml): minor cleanup (#4964)

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

- docs(url): complete documentation (#4965)
- docs(cli,encoding,fmt,jsonc,path,semver,testing,text,toml,url): remove "This
module is browser compatible" note (#4945)

#### @std/webgpu 0.224.4 (patch)

- refactor(webgpu): cleanup use of `@std/assert` (#4978)

### 2024.06.03

#### @std/assert 0.226.0 (minor)
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.0",
"version": "0.224.1",
"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": "0.224.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./abortable": "./abortable.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": "0.224.5",
"version": "0.224.6",
"exports": {
".": "./mod.ts",
"./parse-args": "./parse_args.ts",
Expand Down
2 changes: 1 addition & 1 deletion csv/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/csv",
"version": "0.224.2",
"version": "0.224.3",
"exports": {
".": "./mod.ts",
"./csv-parse-stream": "./csv_parse_stream.ts",
Expand Down
2 changes: 1 addition & 1 deletion data_structures/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/data-structures",
"version": "0.225.1",
"version": "0.225.2",
"exports": {
".": "./mod.ts",
"./binary-heap": "./binary_heap.ts",
Expand Down
2 changes: 1 addition & 1 deletion datetime/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/datetime",
"version": "0.224.0",
"version": "0.224.1",
"exports": {
".": "./mod.ts",
"./constants": "./constants.ts",
Expand Down
38 changes: 19 additions & 19 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,44 +12,44 @@
"automation/": "https://github.com/denoland/automation/0.10.0/",
"graphviz": "npm:node-graphviz@^0.1.1",

"@std/archive": "jsr:@std/archive@^0.224.0",
"@std/archive": "jsr:@std/archive@^0.224.1",
"@std/assert": "jsr:@std/assert@1.0.0-rc.1",
"@std/async": "jsr:@std/async@^0.224.1",
"@std/async": "jsr:@std/async@^0.224.2",
"@std/bytes": "jsr:@std/bytes@^1.0.0-rc.3",
"@std/cli": "jsr:@std/cli@^0.224.5",
"@std/cli": "jsr:@std/cli@^0.224.6",
"@std/collections": "jsr:@std/collections@^1.0.0-rc.1",
"@std/crypto": "jsr:@std/crypto@^1.0.0-rc.1",
"@std/csv": "jsr:@std/csv@^0.224.2",
"@std/data-structures": "jsr:@std/data-structures@^0.225.1",
"@std/datetime": "jsr:@std/datetime@^0.224.0",
"@std/csv": "jsr:@std/csv@^0.224.3",
"@std/data-structures": "jsr:@std/data-structures@^0.225.2",
"@std/datetime": "jsr:@std/datetime@^0.224.1",
"@std/dotenv": "jsr:@std/dotenv@^0.224.0",
"@std/encoding": "jsr:@std/encoding@1.0.0-rc.1",
"@std/encoding": "jsr:@std/encoding@1.0.0-rc.2",
"@std/expect": "jsr:@std/expect@^0.224.4",
"@std/fmt": "jsr:@std/fmt@^0.225.3",
"@std/fmt": "jsr:@std/fmt@^0.225.4",
"@std/front-matter": "jsr:@std/front-matter@^0.224.2",
"@std/fs": "jsr:@std/fs@^0.229.1",
"@std/fs": "jsr:@std/fs@^0.229.2",
"@std/html": "jsr:@std/html@^1.0.0-rc.1",
"@std/http": "jsr:@std/http@^0.224.3",
"@std/http": "jsr:@std/http@^0.224.4",
"@std/ini": "jsr:@std/ini@^0.225.0",
"@std/internal": "jsr:@std/internal@^1.0.0",
"@std/io": "jsr:@std/io@^0.224.0",
"@std/io": "jsr:@std/io@^0.224.1",
"@std/json": "jsr:@std/json@^0.224.1",
"@std/jsonc": "jsr:@std/jsonc@^0.224.1",
"@std/log": "jsr:@std/log@^0.224.1",
"@std/jsonc": "jsr:@std/jsonc@^0.224.2",
"@std/log": "jsr:@std/log@^0.224.2",
"@std/media-types": "jsr:@std/media-types@^1.0.0-rc.1",
"@std/msgpack": "jsr:@std/msgpack@^0.224.2",
"@std/net": "jsr:@std/net@^0.224.2",
"@std/path": "jsr:@std/path@1.0.0-rc.1",
"@std/regexp": "jsr:@std/regexp@^0.224.1",
"@std/semver": "jsr:@std/semver@^0.224.2",
"@std/streams": "jsr:@std/streams@^0.224.3",
"@std/testing": "jsr:@std/testing@^0.225.0",
"@std/text": "jsr:@std/text@^0.224.2",
"@std/semver": "jsr:@std/semver@^0.224.3",
"@std/streams": "jsr:@std/streams@^0.224.4",
"@std/testing": "jsr:@std/testing@^0.225.1",
"@std/text": "jsr:@std/text@^0.224.3",
"@std/toml": "jsr:@std/toml@^1.0.0-rc.1",
"@std/ulid": "jsr:@std/ulid@^0.224.1",
"@std/url": "jsr:@std/url@^0.224.0",
"@std/url": "jsr:@std/url@^0.224.1",
"@std/uuid": "jsr:@std/uuid@1.0.0-rc.1",
"@std/webgpu": "jsr:@std/webgpu@^0.224.3",
"@std/webgpu": "jsr:@std/webgpu@^0.224.4",
"@std/yaml": "jsr:@std/yaml@^0.224.1"
},
"tasks": {
Expand Down
2 changes: 1 addition & 1 deletion encoding/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/encoding",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"exports": {
".": "./mod.ts",
"./ascii85": "./ascii85.ts",
Expand Down
2 changes: 1 addition & 1 deletion fmt/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/fmt",
"version": "0.225.3",
"version": "0.225.4",
"exports": {
"./bytes": "./bytes.ts",
"./colors": "./colors.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": "0.229.1",
"version": "0.229.2",
"exports": {
".": "./mod.ts",
"./copy": "./copy.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": "0.224.3",
"version": "0.224.4",
"exports": {
".": "./mod.ts",
"./cookie": "./cookie.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.0",
"version": "0.224.1",
"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.1",
"version": "0.224.2",
"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.1",
"version": "0.224.2",
"exports": {
".": "./mod.ts",
"./base-handler": "./base_handler.ts",
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": "0.224.2",
"version": "0.224.3",
"exports": {
".": "./mod.ts",
"./can-parse": "./can_parse.ts",
Expand Down
2 changes: 1 addition & 1 deletion streams/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/streams",
"version": "0.224.3",
"version": "0.224.4",
"exports": {
".": "./mod.ts",
"./buffer": "./buffer.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.0",
"version": "0.225.1",
"exports": {
"./asserts": "./asserts.ts",
"./bdd": "./bdd.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": "0.224.2",
"version": "0.224.3",
"exports": {
".": "./mod.ts",
"./case": "./case.ts",
Expand Down
2 changes: 1 addition & 1 deletion url/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/url",
"version": "0.224.0",
"version": "0.224.1",
"exports": {
".": "./mod.ts",
"./basename": "./basename.ts",
Expand Down
2 changes: 1 addition & 1 deletion webgpu/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/webgpu",
"version": "0.224.3",
"version": "0.224.4",
"exports": {
".": "./mod.ts",
"./create-capture": "./create_capture.ts",
Expand Down

0 comments on commit 0ea4868

Please sign in to comment.