Skip to content

Commit

Permalink
chore: release 2024.05.22 (#4830)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
  • Loading branch information
3 people committed May 22, 2024
1 parent 84bb22f commit 51dc36d
Show file tree
Hide file tree
Showing 17 changed files with 120 additions and 29 deletions.
91 changes: 91 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,94 @@
### 2024.05.22

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

- refactor(assert,internal): rename `diffstr()` to `diffStr()` (#4758)

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

- docs(async): improve docs for stabilization (#4803)

#### @std/bytes 1.0.0-rc.3 (prerelease)

- perf(bytes): skip doing extra work in some scenarios (#4767)

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

- chore(cli): remove outdated todo comment (#4787)

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

- feat(collections): `collections@1.0.0-rc.1` (#4697)
- docs(collections,internal,media-types): use `@typeParam` tag instead of
`@template` (#4772)
- docs(collections): fix typos and improve example (#4763)
- docs(collections): update module doc (#4765)

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

- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
links (#4777)

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

- docs(data-structures): improve documentation (#4793)

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

- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
links (#4777)

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

- fix(expect): updated error message for toContain (#4750)

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

- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
links (#4777)

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

- docs(collections,internal,media-types): use `@typeParam` tag instead of
`@template` (#4772)
- docs(internal): add module docs (#4757)
- refactor(assert,internal): rename `diffstr()` to `diffStr()` (#4758)

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

- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
links (#4777)

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

- fix(media-types): do not expose vendored json file as public API (#4776)
- docs(collections,internal,media-types): use `@typeParam` tag instead of
`@template` (#4772)
- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
links (#4777)
- chore(media-types): `media-types@1.0.0-rc.1` (#4744)

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

- fix(msgpack): encode maps with null prototype (#4764)

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

- docs(regexp): update module example to get full jsr score (#4796)

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

- feat(streams): `concatReadableStreams()` (#4747)

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

- docs(csv,encoding,http,json,media-types,uuid): use `rfc-editor.org` for RFC
links (#4777)

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

- docs(webgpu): improve docs for stabilization (#4811)

### 2024.05.16

#### @std/assert 0.225.2 (patch)
Expand Down
2 changes: 1 addition & 1 deletion assert/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/assert",
"version": "0.225.2",
"version": "0.225.3",
"exports": {
".": "./mod.ts",
"./assert": "./assert.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.0",
"version": "0.224.1",
"exports": {
".": "./mod.ts",
"./abortable": "./abortable.ts",
Expand Down
2 changes: 1 addition & 1 deletion bytes/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/bytes",
"version": "1.0.0-rc.2",
"version": "1.0.0-rc.3",
"exports": {
".": "./mod.ts",
"./concat": "./concat.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.2",
"version": "0.224.3",
"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.0",
"version": "0.224.1",
"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.224.0",
"version": "0.224.1",
"exports": {
".": "./mod.ts",
"./binary-heap": "./binary_heap.ts",
Expand Down
28 changes: 14 additions & 14 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,43 @@
"automation/": "https://raw.githubusercontent.com/denoland/automation/0.10.0/",

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

0 comments on commit 51dc36d

Please sign in to comment.