Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.3.5] - 2026-03-28

### Security

- Fixed [GHSA-38f7-945m-qr2g](https://github.com/advisories/GHSA-38f7-945m-qr2g) in effect
- Fixed [GHSA-c2c7-rcm5-vvqj](https://github.com/advisories/GHSA-c2c7-rcm5-vvqj) in picomatch
- Fixed [GHSA-3v7f-55p6-f55p](https://github.com/advisories/GHSA-3v7f-55p6-f55p) in picomatch
- Fixed [GHSA-48c2-rrv3-qjmp](https://github.com/advisories/GHSA-48c2-rrv3-qjmp) in yaml
- Fixed [GHSA-f886-m6hf-6m8v](https://github.com/advisories/GHSA-f886-m6hf-6m8v) in brace-expansion

### Changed

- Updated @shellicar/build-clean to 1.3.2
- Updated all dependencies to latest versions

## [1.3.4] - 2026-02-28

### Security
Expand Down Expand Up @@ -98,6 +113,7 @@ Fix missing README

Initial release.

[1.3.5]: https://github.com/shellicar/build-version/releases/tag/1.3.5
[1.3.4]: https://github.com/shellicar/build-version/releases/tag/1.3.4
[1.3.3]: https://github.com/shellicar/build-version/releases/tag/1.3.3
[1.3.2]: https://github.com/shellicar/build-version/releases/tag/1.3.2
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
"$schema": "https://biomejs.dev/schemas/2.4.9/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
4 changes: 2 additions & 2 deletions examples/cjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type-check": "tsc -p tsconfig.check.json"
},
"devDependencies": {
"@shellicar/build-clean": "1.2.3",
"@shellicar/build-clean": "1.3.2",
"@shellicar/build-version": "workspace:^",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.2",
"@types/node": "^25.5.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"devDependencies": {
"@shellicar/build-version": "workspace:^",
"@tsconfig/node20": "^20.1.9",
"@types/node": "^25.3.2",
"esbuild": "^0.27.3",
"@types/node": "^25.5.0",
"esbuild": "^0.27.4",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"zod": "^4.3.6"
Expand Down
4 changes: 2 additions & 2 deletions examples/esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"type-check": "tsc -p tsconfig.check.json"
},
"devDependencies": {
"@shellicar/build-clean": "1.2.3",
"@shellicar/build-clean": "1.3.2",
"@shellicar/build-version": "workspace:^",
"@tsconfig/node22": "^22.0.5",
"@types/node": "^25.3.2",
"@types/node": "^25.5.0",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@shellicar/build-version": "workspace:^",
"@tsconfig/node20": "^20.1.9",
"@types/node": "^25.3.2",
"@types/node": "^25.5.0",
"nodemon": "^3.1.14",
"typescript": "^5.9.3",
"vite": "^7.3.1",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
Expand All @@ -19,10 +19,10 @@
"verify-version": "./scripts/verify-version.sh"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"lefthook": "^2.1.1",
"npm-check-updates": "^19.6.3",
"@biomejs/biome": "^2.4.9",
"lefthook": "^2.1.4",
"npm-check-updates": "^19.6.6",
"syncpack": "^13.0.4",
"turbo": "^2.8.12"
"turbo": "^2.8.20"
}
}
18 changes: 9 additions & 9 deletions packages/build-version/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shellicar/build-version",
"private": false,
"version": "1.3.4",
"version": "1.3.5",
"type": "module",
"license": "MIT",
"author": "Stephen Hellicar",
Expand Down Expand Up @@ -223,22 +223,22 @@
}
},
"devDependencies": {
"@nuxt/kit": "^4.3.1",
"@nuxt/schema": "^4.3.1",
"@shellicar/build-clean": "^1.2.3",
"@nuxt/kit": "^4.4.2",
"@nuxt/schema": "^4.4.2",
"@shellicar/build-clean": "^1.3.2",
"@tsconfig/node20": "^20.1.9",
"@types/node": "^25.3.2",
"@types/node": "^25.5.0",
"bumpp": "^10.4.1",
"chalk": "^5.6.2",
"esno": "^4.8.0",
"npm-run-all2": "^8.0.4",
"rollup": "^4.59.0",
"terser": "^5.46.0",
"rollup": "^4.60.0",
"terser": "^5.46.1",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.18",
"webpack": "^5.105.3"
"vitest": "^4.1.2",
"webpack": "^5.105.4"
},
"dependencies": {
"unplugin": "^2.3.11"
Expand Down
1 change: 1 addition & 0 deletions packages/build-version/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
import { Options, VersionCalculator, VersionCalculatorType, VersionInfo } from './core/types';

export { Options, VersionCalculator, VersionCalculatorType, VersionInfo };
Loading
Loading