Skip to content

Commit

Permalink
chore: merge pull request #48 from websublime/feature/bumps-by-changes
Browse files Browse the repository at this point in the history
feat: bumps by changes

BREAKING CHANGES:

- Bumps really on changes api
- Increment functions for packages api
- Increment functions in changes api
  • Loading branch information
miguelramos authored Sep 19, 2024
2 parents e061935 + 6366d90 commit 9c0f8bf
Show file tree
Hide file tree
Showing 9 changed files with 1,180 additions and 304 deletions.
31 changes: 24 additions & 7 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "workspace-node-tools"
version = "1.0.19"
version = "2.0.0"
edition = "2021"
description = "Node workspace version tools"
repository = "https://github.com/websublime/workspace-node-tools"
Expand All @@ -18,8 +18,8 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
regex = "1.10.6"
wax = { version = "0.6.0", features = ["walk"] }
napi-derive = { version = "2.16.11", optional = true }
napi = { version = "2.16.9", default-features = false, features = [
napi-derive = { version = "2.16.12", optional = true }
napi = { version = "2.16.10", default-features = false, features = [
"napi9",
"serde-json",
"tokio_rt",
Expand All @@ -30,6 +30,7 @@ git-cliff-core = "2.5.0"
chrono = "0.4.38"
semver = "1.0.23"
rand = "0.8.5"
petgraph = "0.6.5"

[build-dependencies]
vergen = { version = "8.3.2", features = [
Expand Down
Loading

0 comments on commit 9c0f8bf

Please sign in to comment.