Skip to content

Commit 19a186d

Browse files
committed
chore(release): publish
1 parent b530491 commit 19a186d

File tree

12 files changed

+37
-13
lines changed

12 files changed

+37
-13
lines changed

packages/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.0.0-alpha.0](https://github.com/hyperweb-io/starship/compare/v3.14.1...v4.0.0-alpha.0) (2025-06-24)
7+
8+
**Note:** Version bump only for package starship-js
9+
610
## [3.14.1](https://github.com/hyperweb-io/starship/compare/v3.14.0...v3.14.1) (2025-06-11)
711

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

packages/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.14.1",
7+
"version": "4.0.0-alpha.0",
88
"registry": "https://registry.npmjs.org",
99
"command": {
1010
"create": {

packages/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+
# [4.0.0-alpha.0](https://github.com/hyperweb-io/starship/compare/v3.14.1...v4.0.0-alpha.0) (2025-06-24)
7+
8+
**Note:** Version bump only for package @starship-ci/cli
9+
610
## [3.14.1](https://github.com/hyperweb-io/starship/compare/v3.14.0...v3.14.1) (2025-06-11)
711

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

packages/packages/cli/package.json

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

packages/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+
# [4.0.0-alpha.0](https://github.com/hyperweb-io/starship/compare/v3.14.1...v4.0.0-alpha.0) (2025-06-24)
7+
8+
**Note:** Version bump only for package @starship-ci/client
9+
610
## [3.14.1](https://github.com/hyperweb-io/starship/compare/v3.14.0...v3.14.1) (2025-06-11)
711

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

packages/packages/client/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/client",
3-
"version": "3.14.1",
3+
"version": "4.0.0-alpha.0",
44
"author": "Dan Lynch <[email protected]>",
55
"description": "Starship CI Client",
66
"main": "index.js",
@@ -47,7 +47,7 @@
4747
"interchain"
4848
],
4949
"dependencies": {
50-
"@starship-ci/types": "^3.14.0",
50+
"@starship-ci/types": "^4.0.0-alpha.0",
5151
"axios": "^1.6.7",
5252
"chalk": "^4.1.0",
5353
"deepmerge": "^4.3.1",

packages/packages/generator/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.0.0-alpha.0](https://github.com/hyperweb-io/starship/compare/v3.14.1...v4.0.0-alpha.0) (2025-06-24)
7+
8+
**Note:** Version bump only for package @starship-ci/generator
9+
610
# [3.14.0](https://github.com/hyperweb-io/starship/compare/v3.13.0...v3.14.0) (2025-06-11)
711

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

packages/packages/generator/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@starship-ci/generator",
3-
"version": "3.14.0",
3+
"version": "4.0.0-alpha.0",
44
"author": "Anmol1696 <[email protected]>",
55
"description": "Kubernetes manifest generator for Starship deployments",
66
"main": "index.js",
@@ -41,9 +41,9 @@
4141
"blockchain"
4242
],
4343
"dependencies": {
44-
"@starship-ci/types": "^3.14.0",
45-
"kubernetesjs": "^0.7.0",
46-
"js-yaml": "^4.1.0"
44+
"@starship-ci/types": "^4.0.0-alpha.0",
45+
"js-yaml": "^4.1.0",
46+
"kubernetesjs": "^0.7.0"
4747
},
4848
"devDependencies": {
4949
"@types/js-yaml": "^4.0.9"

packages/packages/starshipjs/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.0.0-alpha.0](https://github.com/hyperweb-io/starship/compare/v3.14.1...v4.0.0-alpha.0) (2025-06-24)
7+
8+
**Note:** Version bump only for package starshipjs
9+
610
## [3.14.1](https://github.com/hyperweb-io/starship/compare/v3.14.0...v3.14.1) (2025-06-11)
711

812
**Note:** Version bump only for package starshipjs

packages/packages/starshipjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starshipjs",
3-
"version": "3.14.1",
3+
"version": "4.0.0-alpha.0",
44
"author": "Anmol1696 <[email protected]>",
55
"description": "JS utilities for Starship",
66
"main": "index.js",
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@chain-registry/client": "^2.0.0",
37-
"@starship-ci/types": "^3.14.0",
37+
"@starship-ci/types": "^4.0.0-alpha.0",
3838
"bip39": "^3.1.0",
3939
"js-yaml": "^4.1.0",
4040
"node-fetch": "^2.6.1"

0 commit comments

Comments
 (0)