From 67bf9d318c7bbfc86a152d28a18eda23106f119e Mon Sep 17 00:00:00 2001 From: Dan Lynch Date: Mon, 22 Apr 2024 20:16:33 -0700 Subject: [PATCH] chore(release): publish - @starship-ci/cli@1.4.5 - @starship-ci/client@1.2.4 - starshipjs@1.1.4 --- ci/cli/CHANGELOG.md | 8 ++++++++ ci/cli/package.json | 4 ++-- ci/client/CHANGELOG.md | 8 ++++++++ ci/client/package.json | 2 +- js/starshipjs/CHANGELOG.md | 8 ++++++++ js/starshipjs/package.json | 2 +- 6 files changed, 28 insertions(+), 4 deletions(-) diff --git a/ci/cli/CHANGELOG.md b/ci/cli/CHANGELOG.md index dd7d2c0..1995848 100644 --- a/ci/cli/CHANGELOG.md +++ b/ci/cli/CHANGELOG.md @@ -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. +## [1.4.5](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.4...@starship-ci/cli@1.4.5) (2024-04-23) + +**Note:** Version bump only for package @starship-ci/cli + + + + + ## [1.4.4](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/cli@1.4.3...@starship-ci/cli@1.4.4) (2024-04-21) **Note:** Version bump only for package @starship-ci/cli diff --git a/ci/cli/package.json b/ci/cli/package.json index dccb9d6..69f51b4 100644 --- a/ci/cli/package.json +++ b/ci/cli/package.json @@ -1,6 +1,6 @@ { "name": "@starship-ci/cli", - "version": "1.4.4", + "version": "1.4.5", "author": "Dan Lynch ", "description": "Starship CLI", "main": "index.js", @@ -52,7 +52,7 @@ "@types/js-yaml": "^4.0.9" }, "dependencies": { - "@starship-ci/client": "^1.2.3", + "@starship-ci/client": "^1.2.4", "chalk": "^4.1.0", "deepmerge": "^4.3.1", "js-yaml": "^4.1.0", diff --git a/ci/client/CHANGELOG.md b/ci/client/CHANGELOG.md index 49103e0..8f38221 100644 --- a/ci/client/CHANGELOG.md +++ b/ci/client/CHANGELOG.md @@ -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. +## [1.2.4](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.3...@starship-ci/client@1.2.4) (2024-04-23) + +**Note:** Version bump only for package @starship-ci/client + + + + + ## [1.2.3](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/client@1.2.2...@starship-ci/client@1.2.3) (2024-04-21) **Note:** Version bump only for package @starship-ci/client diff --git a/ci/client/package.json b/ci/client/package.json index 303c996..945db99 100644 --- a/ci/client/package.json +++ b/ci/client/package.json @@ -1,6 +1,6 @@ { "name": "@starship-ci/client", - "version": "1.2.3", + "version": "1.2.4", "author": "Dan Lynch ", "description": "Starship CI Client", "main": "index.js", diff --git a/js/starshipjs/CHANGELOG.md b/js/starshipjs/CHANGELOG.md index 4ca07ee..2dfb826 100644 --- a/js/starshipjs/CHANGELOG.md +++ b/js/starshipjs/CHANGELOG.md @@ -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. +## [1.1.4](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.3...starshipjs@1.1.4) (2024-04-23) + +**Note:** Version bump only for package starshipjs + + + + + ## [1.1.3](https://github.com/cosmology-tech/starshipjs/compare/starshipjs@1.1.2...starshipjs@1.1.3) (2024-04-21) **Note:** Version bump only for package starshipjs diff --git a/js/starshipjs/package.json b/js/starshipjs/package.json index f5bbc3d..fd0d2d1 100644 --- a/js/starshipjs/package.json +++ b/js/starshipjs/package.json @@ -1,6 +1,6 @@ { "name": "starshipjs", - "version": "1.1.3", + "version": "1.1.4", "author": "Dan Lynch ", "description": "JS utilities for Starship", "main": "index.js",