Skip to content

Commit 6bdec44

Browse files
committed
build(release): next version [skip_build]
- @shiftcode/[email protected] - @shiftcode/[email protected]
1 parent 87ae69b commit 6bdec44

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

package-lock.json

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

packages/branch-utilities/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.2](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-11)
7+
8+
### Bug Fixes
9+
10+
- **is-production:** crucial fix to detect `main` correctly as production ([8c1d1ca](https://github.com/shiftcode/sc-commons-public/commit/8c1d1cadd0205513b82c058df597b39c73cab411))
11+
612
## [5.0.1](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-09)
713

814
**Note:** Version bump only for package @shiftcode/branch-utilities

packages/branch-utilities/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/branch-utilities",
3-
"version": "5.0.2-pr65.0",
3+
"version": "5.0.2",
44
"description": "Utilities for local and ci to get branch name and stage",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "MIT",

packages/publish-helper/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.2](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-11)
7+
8+
**Note:** Version bump only for package @shiftcode/publish-helper
9+
610
## [4.1.1](https://github.com/shiftcode/sc-commons-public/compare/@shiftcode/[email protected]...@shiftcode/[email protected]) (2025-09-09)
711

812
**Note:** Version bump only for package @shiftcode/publish-helper

packages/publish-helper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shiftcode/publish-helper",
3-
"version": "4.1.2-pr65.0",
3+
"version": "4.1.2",
44
"description": "scripts for conventional (pre)releases",
55
"repository": "https://github.com/shiftcode/sc-commons-public",
66
"license": "MIT",
@@ -32,7 +32,7 @@
3232
"yargs": "^17.7.2"
3333
},
3434
"devDependencies": {
35-
"@shiftcode/branch-utilities": "^5.0.2-pr65.0",
35+
"@shiftcode/branch-utilities": "^5.0.2",
3636
"@types/yargs": "^17.0.32"
3737
},
3838
"peerDependencies": {

0 commit comments

Comments
 (0)