Skip to content

Commit

Permalink
chore: release 2024.10.24 (#6145)
Browse files Browse the repository at this point in the history
Co-authored-by: kt3k <[email protected]>
  • Loading branch information
denobot and kt3k authored Oct 24, 2024
1 parent c0427a0 commit 10ee73d
Show file tree
Hide file tree
Showing 13 changed files with 73 additions and 22 deletions.
51 changes: 51 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
### 2024.10.24

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

- feat(async/unstable): add `throttle()` function (#6110)

#### @std/cbor 0.1.2 (patch)

- refactor(cbor): replace `toByteStream` function in common with import from
`@std/streams` (#6107)
- test(cbor): number precision error in decoding test (#6115)
- test(cbor): empty string being excluded from expected result (#6106)

#### @std/collections 1.0.9 (patch)

- feat(collections/unstable): support `Iterable` argument in `slidingWindows`
(#6095)

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

- fix(expect): support `expect.objectContaining` (#6065)

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

- docs(fmt): fix %f width typo in printf docs (#6139)
- test(fmt): handle missing group separator for 1000.1 in some locales (#6117)

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

- refactor(fs): fix uncaught errors in browsers (#6135)

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

- fix(http): fix tablet and smarttv in Device.type literal types (#6129)

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

- refactor(json): fix typo (#6103)

#### @std/path 1.0.7 (patch)

- docs(path): re-add URL examples to `@std/path/posix` examples (#6105)

#### @std/tar 0.1.3 (patch)

- docs(tar): fix example in creating directories (#6113)

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

- feat(text/unstable): handle non-Latin-script text in `slugify` (#6012)

### 2024.10.10a

#### @std/cbor 0.1.1 (patch)
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.6",
"version": "1.0.7",
"exports": {
".": "./mod.ts",
"./abortable": "./abortable.ts",
Expand Down
2 changes: 1 addition & 1 deletion cbor/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/cbor",
"version": "0.1.1",
"version": "0.1.2",
"exports": {
".": "./mod.ts",
"./array-encoder-stream": "./array_encoder_stream.ts",
Expand Down
2 changes: 1 addition & 1 deletion collections/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/collections",
"version": "1.0.8",
"version": "1.0.9",
"exports": {
".": "./mod.ts",
"./aggregate-groups": "./aggregate_groups.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": "1.0.5",
"version": "1.0.6",
"exports": {
".": "./mod.ts",
"./expect": "./expect.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": "1.0.2",
"version": "1.0.3",
"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": "1.0.4",
"version": "1.0.5",
"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": "1.0.8",
"version": "1.0.9",
"exports": {
".": "./mod.ts",
"./cookie": "./cookie.ts",
Expand Down
22 changes: 11 additions & 11 deletions import_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,41 +8,41 @@

"@std/archive": "jsr:@std/archive@^0.225.4",
"@std/assert": "jsr:@std/assert@^1.0.6",
"@std/async": "jsr:@std/async@^1.0.6",
"@std/async": "jsr:@std/async@^1.0.7",
"@std/bytes": "jsr:@std/bytes@^1.0.2",
"@std/cache": "jsr:@std/cache@^0.1.3",
"@std/cbor": "jsr:@std/cbor@^0.1.1",
"@std/cbor": "jsr:@std/cbor@^0.1.2",
"@std/cli": "jsr:@std/cli@^1.0.6",
"@std/collections": "jsr:@std/collections@^1.0.8",
"@std/collections": "jsr:@std/collections@^1.0.9",
"@std/crypto": "jsr:@std/crypto@^1.0.3",
"@std/csv": "jsr:@std/csv@^1.0.3",
"@std/data-structures": "jsr:@std/data-structures@^1.0.4",
"@std/datetime": "jsr:@std/datetime@^0.225.2",
"@std/dotenv": "jsr:@std/dotenv@^0.225.2",
"@std/encoding": "jsr:@std/encoding@^1.0.5",
"@std/expect": "jsr:@std/expect@^1.0.5",
"@std/fmt": "jsr:@std/fmt@^1.0.2",
"@std/expect": "jsr:@std/expect@^1.0.6",
"@std/fmt": "jsr:@std/fmt@^1.0.3",
"@std/front-matter": "jsr:@std/front-matter@^1.0.5",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/fs": "jsr:@std/fs@^1.0.5",
"@std/html": "jsr:@std/html@^1.0.3",
"@std/http": "jsr:@std/http@^1.0.8",
"@std/http": "jsr:@std/http@^1.0.9",
"@std/ini": "jsr:@std/ini@^1.0.0-rc.4",
"@std/internal": "jsr:@std/internal@^1.0.4",
"@std/io": "jsr:@std/io@^0.225.0",
"@std/json": "jsr:@std/json@^1.0.0",
"@std/json": "jsr:@std/json@^1.0.1",
"@std/jsonc": "jsr:@std/jsonc@^1.0.1",
"@std/log": "jsr:@std/log@^0.224.9",
"@std/media-types": "jsr:@std/media-types@^1.0.3",
"@std/msgpack": "jsr:@std/msgpack@^1.0.2",
"@std/net": "jsr:@std/net@^1.0.4",
"@std/path": "jsr:@std/path@^1.0.6",
"@std/path": "jsr:@std/path@^1.0.7",
"@std/regexp": "jsr:@std/regexp@^1.0.0",
"@std/random": "jsr:@std/random@^0.1.0",
"@std/semver": "jsr:@std/semver@^1.0.3",
"@std/streams": "jsr:@std/streams@^1.0.7",
"@std/tar": "jsr:@std/tar@^0.1.2",
"@std/tar": "jsr:@std/tar@^0.1.3",
"@std/testing": "jsr:@std/testing@^1.0.3",
"@std/text": "jsr:@std/text@^1.0.7",
"@std/text": "jsr:@std/text@^1.0.8",
"@std/toml": "jsr:@std/toml@^1.0.1",
"@std/ulid": "jsr:@std/ulid@^1.0.0",
"@std/uuid": "jsr:@std/uuid@^1.0.4",
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": "1.0.0",
"version": "1.0.1",
"exports": {
".": "./mod.ts",
"./types": "./types.ts",
Expand Down
2 changes: 1 addition & 1 deletion path/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/path",
"version": "1.0.6",
"version": "1.0.7",
"exports": {
".": "./mod.ts",
"./basename": "./basename.ts",
Expand Down
2 changes: 1 addition & 1 deletion tar/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@std/tar",
"version": "0.1.2",
"version": "0.1.3",
"exports": {
".": "./mod.ts",
"./tar-stream": "./tar_stream.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": "1.0.7",
"version": "1.0.8",
"exports": {
".": "./mod.ts",
"./closest-string": "./closest_string.ts",
Expand Down

0 comments on commit 10ee73d

Please sign in to comment.