Skip to content

Commit 9c7ea8b

Browse files
authored
Merge branch 'main' into feat/cosmos-evm
2 parents 20db5d3 + 766b20f commit 9c7ea8b

File tree

546 files changed

+1435
-1377
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

546 files changed

+1435
-1377
lines changed

packages/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1](https://github.com/hyperweb-io/starship/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2025-08-20)
7+
8+
9+
### Features
10+
11+
* **cosmos:** propagate `$chain.env` when calling scripts ([6c75e19](https://github.com/hyperweb-io/starship/commit/6c75e19d17d9db1f3c95ade5bddda3bcf1de76fc))
12+
13+
14+
15+
16+
617
# [4.0.0-alpha.0](https://github.com/hyperweb-io/starship/compare/v3.14.1...v4.0.0-alpha.0) (2025-06-24)
718

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

packages/lerna.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22
"lerna": "6",
33
"conventionalCommits": true,
44
"npmClient": "yarn",
5-
"npmClientArgs": ["--no-lockfile"],
6-
"packages": ["packages/*"],
7-
"version": "4.0.0-alpha.0",
5+
"npmClientArgs": [
6+
"--no-lockfile"
7+
],
8+
"packages": [
9+
"packages/*"
10+
],
11+
"version": "4.0.0-alpha.1",
812
"registry": "https://registry.npmjs.org",
913
"command": {
1014
"create": {
@@ -13,8 +17,11 @@
1317
"access": "restricted"
1418
},
1519
"publish": {
16-
"allowBranch": ["main", "v2"],
20+
"allowBranch": [
21+
"main",
22+
"v2"
23+
],
1724
"message": "chore(release): publish"
1825
}
1926
}
20-
}
27+
}

packages/packages/cli/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/hyperweb-io/starship/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2025-08-20)
7+
8+
**Note:** Version bump only for package @starship-ci/cli
9+
10+
11+
12+
13+
614
# [4.0.0-alpha.0](https://github.com/hyperweb-io/starship/compare/v3.14.1...v4.0.0-alpha.0) (2025-06-24)
715

816
**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": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
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": "^4.0.0-alpha.0",
59-
"@starship-ci/types": "^4.0.0-alpha.0",
58+
"@starship-ci/client": "^4.0.0-alpha.1",
59+
"@starship-ci/types": "^4.0.0-alpha.1",
6060
"chalk": "^4.1.0",
6161
"deepmerge": "^4.3.1",
6262
"inquirerer": "^1.9.0",

packages/packages/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/hyperweb-io/starship/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2025-08-20)
7+
8+
**Note:** Version bump only for package @starship-ci/client
9+
10+
11+
12+
13+
614
# [4.0.0-alpha.0](https://github.com/hyperweb-io/starship/compare/v3.14.1...v4.0.0-alpha.0) (2025-06-24)
715

816
**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": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
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": "^4.0.0-alpha.0",
50+
"@starship-ci/types": "^4.0.0-alpha.1",
5151
"axios": "^1.6.7",
5252
"chalk": "^4.1.0",
5353
"deepmerge": "^4.3.1",

packages/packages/generator/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1](https://github.com/hyperweb-io/starship/compare/v4.0.0-alpha.0...v4.0.0-alpha.1) (2025-08-20)
7+
8+
**Note:** Version bump only for package @starship-ci/generator
9+
10+
11+
12+
13+
614
# [4.0.0-alpha.0](https://github.com/hyperweb-io/starship/compare/v3.14.1...v4.0.0-alpha.0) (2025-06-24)
715

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

packages/packages/generator/__tests__/__output__/builder-tests/build-chain/configmaps/keys.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: keys
55
labels:
66
starship.io/name: starship-generator-test
7-
app.kubernetes.io/version: 4.0.0-alpha.0
7+
app.kubernetes.io/version: 4.0.0-alpha.1
88
app.kubernetes.io/managed-by: starship
99
app.kubernetes.io/component: configmap
1010
app.kubernetes.io/part-of: global

packages/packages/generator/__tests__/__output__/builder-tests/build-chain/configmaps/setup-scripts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: setup-scripts
55
labels:
66
starship.io/name: starship-generator-test
7-
app.kubernetes.io/version: 4.0.0-alpha.0
7+
app.kubernetes.io/version: 4.0.0-alpha.1
88
app.kubernetes.io/managed-by: starship
99
app.kubernetes.io/component: configmap
1010
app.kubernetes.io/part-of: global

packages/packages/generator/__tests__/__output__/builder-tests/build-chain/persistencecore/genesis-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: core-1-genesis
55
labels:
66
starship.io/name: starship-generator-test
7-
app.kubernetes.io/version: 4.0.0-alpha.0
7+
app.kubernetes.io/version: 4.0.0-alpha.1
88
app.kubernetes.io/managed-by: starship
99
app.kubernetes.io/component: chain
1010
app.kubernetes.io/name: core-1-genesis

0 commit comments

Comments
 (0)