Skip to content

Commit 688f267

Browse files
committed
chore(release): 14.0.0-alpha.34
1 parent 636dfac commit 688f267

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [14.0.0-alpha.34](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.33...14.0.0-alpha.34)
8+
9+
- fix(core): ensure source globs apply correctly [`#312`](https://github.com/JamieMason/syncpack/issues/312) [`#311`](https://github.com/JamieMason/syncpack/issues/311)
10+
- test(core): reproduce issue #311 [`b22c443`](https://github.com/JamieMason/syncpack/commit/b22c44351efed411fb64b1b53803a027889ee2ea)
11+
712
#### [14.0.0-alpha.33](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.32...14.0.0-alpha.33)
813

14+
> 28 December 2025
15+
916
- fix(core): ensure ignored paths are not visited [`#311`](https://github.com/JamieMason/syncpack/issues/311)
1017
- chore(npm): update dependencies [`1666fe6`](https://github.com/JamieMason/syncpack/commit/1666fe64cade248099d8f6db0853edd18509d19a)
1118
- fix(cargo): update dependencies [`8ae1cc7`](https://github.com/JamieMason/syncpack/commit/8ae1cc79b3900cf4658d25fb673942c0a2eedb24)
12-
- chore(core): fix clippy warnings [`ad9f0ab`](https://github.com/JamieMason/syncpack/commit/ad9f0ab8dcf14a5b168e4796785c85caadc03f96)
19+
- chore(release): 14.0.0-alpha.33 [`40c150a`](https://github.com/JamieMason/syncpack/commit/40c150a8fa05d3f88aab99e60fed3732f1cb7485)
1320

1421
#### [14.0.0-alpha.32](https://github.com/JamieMason/syncpack/compare/14.0.0-alpha.31...14.0.0-alpha.32)
1522

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "syncpack"
3-
version = "14.0.0-alpha.33"
3+
version = "14.0.0-alpha.34"
44
authors = ["Jamie Mason <jamie@foldleft.io>"]
55
edition = "2021"
66
homepage = "https://jamiemason.github.io/syncpack"

package-lock.json

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

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": "14.0.0-alpha.33",
4+
"version": "14.0.0-alpha.34",
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)