Skip to content

Commit 7d13825

Browse files
committed
chore(release): publish
1 parent e21e508 commit 7d13825

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

clients/js/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+
# [3.10.0](https://github.com/hyperweb-io/starship/compare/v3.9.0...v3.10.0) (2025-04-12)
7+
8+
**Note:** Version bump only for package starship-js
9+
610
# [3.9.0](https://github.com/hyperweb-io/starship/compare/v3.8.0...v3.9.0) (2025-04-09)
711

812
**Note:** Version bump only for package starship-js

clients/js/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"npmClient": "yarn",
55
"npmClientArgs": ["--no-lockfile"],
66
"packages": ["packages/*"],
7-
"version": "3.9.0",
7+
"version": "3.10.0",
88
"registry": "https://registry.npmjs.org",
99
"command": {
1010
"create": {

clients/js/packages/cli/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+
# [3.10.0](https://github.com/hyperweb-io/starship/compare/v3.9.0...v3.10.0) (2025-04-12)
7+
8+
**Note:** Version bump only for package @starship-ci/cli
9+
610
# [3.9.0](https://github.com/hyperweb-io/starship/compare/v3.8.0...v3.9.0) (2025-04-09)
711

812
**Note:** Version bump only for package @starship-ci/cli

clients/js/packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starship-ci/cli",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Starship CLI",
66
"main": "index.js",
@@ -55,7 +55,7 @@
5555
"@types/js-yaml": "^4.0.9"
5656
},
5757
"dependencies": {
58-
"@starship-ci/client": "^3.9.0",
58+
"@starship-ci/client": "^3.10.0",
5959
"chalk": "^4.1.0",
6060
"deepmerge": "^4.3.1",
6161
"inquirerer": "^1.9.0",

clients/js/packages/client/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+
# [3.10.0](https://github.com/hyperweb-io/starship/compare/v3.9.0...v3.10.0) (2025-04-12)
7+
8+
**Note:** Version bump only for package @starship-ci/client
9+
610
# [3.9.0](https://github.com/hyperweb-io/starship/compare/v3.8.0...v3.9.0) (2025-04-09)
711

812
**Note:** Version bump only for package @starship-ci/client

clients/js/packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starship-ci/client",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Starship CI Client",
66
"main": "index.js",

0 commit comments

Comments
 (0)