Skip to content

Commit c75b129

Browse files
committed
chore(release): publish
- @starship-ci/cli@2.9.0 - @starship-ci/client@2.8.0 - starshipjs@2.4.0
1 parent 9c1f2d4 commit c75b129

File tree

6 files changed

+16
-4
lines changed

6 files changed

+16
-4
lines changed

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+
# [2.9.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.8.1...@starship-ci/cli@2.9.0) (2024-06-24)
7+
8+
**Note:** Version bump only for package @starship-ci/cli
9+
610
## [2.8.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.8.0...@starship-ci/cli@2.8.1) (2024-06-21)
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": "2.8.1",
3+
"version": "2.9.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
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": "^2.7.2",
58+
"@starship-ci/client": "^2.8.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+
# [2.8.0](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.7.2...@starship-ci/client@2.8.0) (2024-06-24)
7+
8+
**Note:** Version bump only for package @starship-ci/client
9+
610
## [2.7.2](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.7.1...@starship-ci/client@2.7.2) (2024-06-21)
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": "2.7.2",
3+
"version": "2.8.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "Starship CI Client",
66
"main": "index.js",

clients/js/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+
# [2.4.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.3.0...starshipjs@2.4.0) (2024-06-24)
7+
8+
**Note:** Version bump only for package starshipjs
9+
610
# [2.3.0](https://github.com/cosmology-tech/starship/compare/starshipjs@2.2.0...starshipjs@2.3.0) (2024-06-13)
711

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

clients/js/packages/starshipjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "starshipjs",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"author": "Dan Lynch <pyramation@gmail.com>",
55
"description": "JS utilities for Starship",
66
"main": "index.js",

0 commit comments

Comments
 (0)