Skip to content

Commit 553582a

Browse files
committed
chore(release): 15.3.0
1 parent 63d17e5 commit 553582a

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [15.3.0](https://github.com/JamieMason/syncpack/compare/15.2.0...15.3.0) (2026-05-18)
4+
5+
### Features
6+
7+
* **groups:** add range only version group ([a9d511a](https://github.com/JamieMason/syncpack/commit/a9d511a097b373e14559614e945ad512bb83912b))
8+
* **update:** only list selected updates in summary ([63d17e5](https://github.com/JamieMason/syncpack/commit/63d17e5d41a9329a60763d49e8f2ec8d6611db5b))
9+
310
## [15.2.0](https://github.com/JamieMason/syncpack/compare/15.1.2...15.2.0) (2026-05-17)
411

512
### Features

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/syncpack-specifier"]
33

44
[package]
55
name = "syncpack"
6-
version = "15.2.0"
6+
version = "15.3.0"
77
authors = ["Jamie Mason <jamie@foldleft.io>"]
88
edition = "2024"
99
homepage = "https://syncpack.dev"

crates/syncpack-specifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncpack-specifier"
3-
version = "15.2.0"
3+
version = "15.3.0"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
55
edition = "2024"
66
description = "npm version specifier parser and comparator"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "syncpack",
33
"description": "Consistent dependency versions in large JavaScript Monorepos",
4-
"version": "15.2.0",
4+
"version": "15.3.0",
55
"author": "Jamie Mason <jamie@foldleft.io> (https://github.com/JamieMason)",
66
"bugs": "https://github.com/JamieMason/syncpack/issues",
77
"contributors": [

0 commit comments

Comments
 (0)