Skip to content

Commit

Permalink
update cli client with patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 7, 2024
1 parent ea1b7c4 commit 32c6566
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 5 deletions.
8 changes: 8 additions & 0 deletions clients/js/packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@2.0.1...@starship-ci/cli@2.0.1) (2024-06-07)

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





## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/cli@1.9.0...@starship-ci/cli@2.0.1) (2024-05-23)

**Note:** Version bump only for package @starship-ci/cli
Expand Down
4 changes: 2 additions & 2 deletions clients/js/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starship-ci/cli",
"version": "2.0.0",
"version": "2.0.1",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "Starship CLI",
"main": "index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
"@starship-ci/client": "^2.0.0",
"@starship-ci/client": "^2.0.1",
"chalk": "^4.1.0",
"deepmerge": "^4.3.1",
"inquirerer": "^1.9.0",
Expand Down
8 changes: 8 additions & 0 deletions clients/js/packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@2.0.1...@starship-ci/client@2.0.1) (2024-06-07)

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





## [2.0.1](https://github.com/cosmology-tech/starship/compare/@starship-ci/client@1.6.0...@starship-ci/client@2.0.1) (2024-05-23)

**Note:** Version bump only for package @starship-ci/client
Expand Down
2 changes: 1 addition & 1 deletion clients/js/packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starship-ci/client",
"version": "2.0.0",
"version": "2.0.1",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "Starship CI Client",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions clients/js/packages/starshipjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.1](https://github.com/cosmology-tech/starship/compare/starshipjs@2.0.1...starshipjs@2.0.1) (2024-06-07)

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





## [2.0.1](https://github.com/cosmology-tech/starship/compare/starshipjs@1.4.0...starshipjs@2.0.1) (2024-05-23)

**Note:** Version bump only for package starshipjs
Expand Down
2 changes: 1 addition & 1 deletion clients/js/packages/starshipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starshipjs",
"version": "2.0.0",
"version": "2.0.1",
"author": "Dan Lynch <pyramation@gmail.com>",
"description": "JS utilities for Starship",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion starship/cmd/starship/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cosmology-tech/starship/cmd/starship
module github.com/cosmology-tech/starship/starship/cmd/starship

go 1.21

Expand Down

0 comments on commit 32c6566

Please sign in to comment.