Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Apr 18, 2023
1 parent 915504c commit 1de63ae
Show file tree
Hide file tree
Showing 11 changed files with 37 additions and 37 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "orogene"
version = "0.3.19"
version = "0.3.20"
description = "`node_modules/` package manager and utility toolkit."
readme = "README.md"
build = "build.rs"
Expand All @@ -17,13 +17,13 @@ tag = true

[dependencies]
# Workspace Deps
nassun = { version = "=0.3.19", path = "./crates/nassun" }
node-maintainer = { version = "=0.3.19", path = "./crates/node-maintainer" }
oro-client = { version = "=0.3.19", path = "./crates/oro-client" }
oro-common = { version = "=0.3.19", path = "./crates/oro-common" }
oro-config = { version = "=0.3.19", path = "./crates/oro-config" }
oro-package-spec = { version = "=0.3.19", path = "./crates/oro-package-spec" }
oro-pretty-json = { version = "=0.3.19", path = "./crates/oro-pretty-json" }
nassun = { version = "=0.3.20", path = "./crates/nassun" }
node-maintainer = { version = "=0.3.20", path = "./crates/node-maintainer" }
oro-client = { version = "=0.3.20", path = "./crates/oro-client" }
oro-common = { version = "=0.3.20", path = "./crates/oro-common" }
oro-config = { version = "=0.3.20", path = "./crates/oro-config" }
oro-package-spec = { version = "=0.3.20", path = "./crates/oro-package-spec" }
oro-pretty-json = { version = "=0.3.20", path = "./crates/oro-pretty-json" }

# Regular deps
async-std = { workspace = true, features = ["attributes", "tokio1", "unstable"] }
Expand Down
8 changes: 4 additions & 4 deletions crates/nassun/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "nassun"
version = "0.3.19"
version = "0.3.20"
description = "NPM package interface for resolving, fetching metadata, downloading, and extracting individual packages."
readme = "README.md"
license = "Apache-2.0"
Expand All @@ -12,9 +12,9 @@ homepage.workspace = true
rust-version.workspace = true

[dependencies]
oro-common = { version = "=0.3.19", path = "../oro-common" }
oro-client = { version = "=0.3.19", path = "../oro-client" }
oro-package-spec = { version = "=0.3.19", path = "../oro-package-spec" }
oro-common = { version = "=0.3.20", path = "../oro-common" }
oro-client = { version = "=0.3.20", path = "../oro-client" }
oro-package-spec = { version = "=0.3.20", path = "../oro-package-spec" }

async-compression = { workspace = true, features = ["gzip", "futures-io"] }
async-std = { workspace = true, features = [
Expand Down
12 changes: 6 additions & 6 deletions crates/node-maintainer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "node-maintainer"
version = "0.3.19"
version = "0.3.20"
description = "NPM dependency tree resolver for Orogene."
readme = "README.md"
license = "Apache-2.0"
Expand All @@ -12,9 +12,9 @@ homepage.workspace = true
rust-version.workspace = true

[dependencies]
nassun = { version = "=0.3.19", path = "../nassun" }
oro-common = { version = "=0.3.19", path = "../oro-common" }
oro-package-spec = { version = "=0.3.19", path = "../oro-package-spec" }
nassun = { version = "=0.3.20", path = "../nassun" }
oro-common = { version = "=0.3.20", path = "../oro-common" }
oro-package-spec = { version = "=0.3.20", path = "../oro-package-spec" }

async-std = { workspace = true }
colored = { workspace = true }
Expand All @@ -36,8 +36,8 @@ url = { workspace = true }
junction = { workspace = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
oro-script = { version = "=0.3.19", path = "../oro-script" }
oro-shim-bin = { version = "=0.3.19", path = "../oro-shim-bin" }
oro-script = { version = "=0.3.20", path = "../oro-script" }
oro-shim-bin = { version = "=0.3.20", path = "../oro-shim-bin" }

reflink = { workspace = true }
indicatif = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions crates/oro-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oro-client"
version = "0.3.19"
version = "0.3.20"
description = "Generic client for the HTTP NPM api."
readme = "README.md"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ homepage.workspace = true
rust-version.workspace = true

[dependencies]
oro-common = { version = "=0.3.19", path = "../oro-common" }
oro-common = { version = "=0.3.20", path = "../oro-common" }

futures = { workspace = true, features = ["io-compat"] }
indexmap = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/oro-common/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oro-common"
version = "0.3.19"
version = "0.3.20"
description = "Common types and utilities for Orogene."
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/oro-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oro-config"
version = "0.3.19"
version = "0.3.20"
description = "Configuration management for Orogene."
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/oro-package-spec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oro-package-spec"
version = "0.3.19"
version = "0.3.20"
description = "NPM package specification parsing and manipulation."
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/oro-pretty-json/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oro-pretty-json"
version = "0.3.19"
version = "0.3.20"
description = "Utility for pretty printing JSON while preserving the order of keys and the original indentation and line endings from a JSON source."
readme = "README.md"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/oro-script/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oro-script"
version = "0.3.19"
version = "0.3.20"
description = "Execute scripts for NPM packages."
readme = "README.md"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ homepage.workspace = true
rust-version.workspace = true

[dependencies]
oro-common = { version = "=0.3.19", path = "../oro-common" }
oro-common = { version = "=0.3.20", path = "../oro-common" }

dunce = { workspace = true }
miette = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/oro-shim-bin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oro-shim-bin"
version = "0.3.19"
version = "0.3.20"
description = "Generates shims for NPM bins"
readme = "README.md"
license = "Apache-2.0"
Expand Down

0 comments on commit 1de63ae

Please sign in to comment.