Skip to content

Commit

Permalink
chore: forward v1.29.1 release commit to main (denoland#17067)
Browse files Browse the repository at this point in the history
Co-authored-by: dsherret <[email protected]>
  • Loading branch information
denobot and dsherret committed Dec 15, 2022
1 parent 50c7526 commit b9527f5
Show file tree
Hide file tree
Showing 28 changed files with 79 additions and 74 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 24 additions & 24 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,33 +43,33 @@ repository = "https://github.com/denoland/deno"
v8 = { version = "0.60.0", default-features = false }
deno_ast = { version = "0.21.0", features = ["transpiling"] }

deno_core = { version = "0.163.0", path = "./core" }
deno_ops = { version = "0.41.0", path = "./ops" }
serde_v8 = { version = "0.74.0", path = "./serde_v8" }
deno_runtime = { version = "0.89.0", path = "./runtime" }
napi_sym = { version = "0.11.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.75.0", path = "./bench_util" }
deno_core = { version = "0.164.0", path = "./core" }
deno_ops = { version = "0.42.0", path = "./ops" }
serde_v8 = { version = "0.75.0", path = "./serde_v8" }
deno_runtime = { version = "0.90.0", path = "./runtime" }
napi_sym = { version = "0.12.0", path = "./cli/napi/sym" }
deno_bench_util = { version = "0.76.0", path = "./bench_util" }
test_util = { path = "./test_util" }

# exts
deno_broadcast_channel = { version = "0.75.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.13.0", path = "./ext/cache" }
deno_console = { version = "0.81.0", path = "./ext/console" }
deno_crypto = { version = "0.95.0", path = "./ext/crypto" }
deno_fetch = { version = "0.104.0", path = "./ext/fetch" }
deno_ffi = { version = "0.68.0", path = "./ext/ffi" }
deno_flash = { version = "0.17.0", path = "./ext/flash" }
deno_http = { version = "0.75.0", path = "./ext/http" }
deno_net = { version = "0.73.0", path = "./ext/net" }
deno_node = { version = "0.18.0", path = "./ext/node" }
deno_tls = { version = "0.68.0", path = "./ext/tls" }
deno_url = { version = "0.81.0", path = "./ext/url" }
deno_web = { version = "0.112.0", path = "./ext/web" }
deno_webgpu = { version = "0.82.0", path = "./ext/webgpu" }
deno_webidl = { version = "0.81.0", path = "./ext/webidl" }
deno_websocket = { version = "0.86.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.76.0", path = "./ext/webstorage" }
deno_napi = { version = "0.11.0", path = "./ext/napi" }
deno_broadcast_channel = { version = "0.76.0", path = "./ext/broadcast_channel" }
deno_cache = { version = "0.14.0", path = "./ext/cache" }
deno_console = { version = "0.82.0", path = "./ext/console" }
deno_crypto = { version = "0.96.0", path = "./ext/crypto" }
deno_fetch = { version = "0.105.0", path = "./ext/fetch" }
deno_ffi = { version = "0.69.0", path = "./ext/ffi" }
deno_flash = { version = "0.18.0", path = "./ext/flash" }
deno_http = { version = "0.76.0", path = "./ext/http" }
deno_net = { version = "0.74.0", path = "./ext/net" }
deno_node = { version = "0.19.0", path = "./ext/node" }
deno_tls = { version = "0.69.0", path = "./ext/tls" }
deno_url = { version = "0.82.0", path = "./ext/url" }
deno_web = { version = "0.113.0", path = "./ext/web" }
deno_webgpu = { version = "0.83.0", path = "./ext/webgpu" }
deno_webidl = { version = "0.82.0", path = "./ext/webidl" }
deno_websocket = { version = "0.87.0", path = "./ext/websocket" }
deno_webstorage = { version = "0.77.0", path = "./ext/webstorage" }
deno_napi = { version = "0.12.0", path = "./ext/napi" }

anyhow = "1.0.57"
async-trait = "0.1.51"
Expand Down
5 changes: 5 additions & 0 deletions Releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ https://github.com/denoland/deno/releases
We also have one-line install commands at:
https://github.com/denoland/deno_install

### 1.29.1 / 2022.12.15

- Revert "feat(ops): Fast zero copy string arguments (#16777)" (#17063)
- fix: re-add types for Response.json static method (#17061)

### 1.29.0 / 2022.12.14

- feat(cli): support configuring the lock file in the config file (#16781)
Expand Down
2 changes: 1 addition & 1 deletion bench_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_bench_util"
version = "0.75.0"
version = "0.76.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno"
version = "1.29.0"
version = "1.29.1"
authors.workspace = true
default-run = "deno"
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cli/napi/sym/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "napi_sym"
version = "0.11.0"
version = "0.12.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_core"
version = "0.163.0"
version = "0.164.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ext/broadcast_channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_broadcast_channel"
version = "0.75.0"
version = "0.76.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ext/cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_cache"
version = "0.13.0"
version = "0.14.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ext/console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_console"
version = "0.81.0"
version = "0.82.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ext/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_crypto"
version = "0.95.0"
version = "0.96.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ext/fetch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_fetch"
version = "0.104.0"
version = "0.105.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ext/ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_ffi"
version = "0.68.0"
version = "0.69.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion ext/flash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "deno_flash"
version = "0.17.0"
version = "0.18.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
Loading

0 comments on commit b9527f5

Please sign in to comment.