Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed Apr 21, 2024
1 parent e8d462f commit f274802
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions ci/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.

# [1.0.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-04-21)

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





# [0.6.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-04-21)

**Note:** Version bump only for package @starship-ci/cli
Expand Down
4 changes: 2 additions & 2 deletions ci/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starship-ci/cli",
"version": "0.6.0",
"version": "1.0.0",
"author": "Dan Lynch <[email protected]>",
"description": "Starship CLI",
"main": "index.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
"@starship-ci/client": "^0.4.0",
"@starship-ci/client": "^1.0.0",
"chalk": "^4.1.0",
"deepmerge": "^4.3.1",
"js-yaml": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions ci/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.

# [1.0.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-04-21)

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





# [0.4.0](https://github.com/cosmology-tech/starshipjs/compare/@starship-ci/[email protected]...@starship-ci/[email protected]) (2024-04-21)

**Note:** Version bump only for package @starship-ci/client
Expand Down
2 changes: 1 addition & 1 deletion ci/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@starship-ci/client",
"version": "0.4.0",
"version": "1.0.0",
"author": "Dan Lynch <[email protected]>",
"description": "Starship CI Client",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions js/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.

# [1.0.0](https://github.com/cosmology-tech/starshipjs/compare/[email protected]@1.0.0) (2024-04-21)

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





# [0.3.0](https://github.com/cosmology-tech/starshipjs/compare/[email protected]@0.3.0) (2024-04-21)

**Note:** Version bump only for package starshipjs
Expand Down
2 changes: 1 addition & 1 deletion js/starshipjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starshipjs",
"version": "0.3.0",
"version": "1.0.0",
"author": "Dan Lynch <[email protected]>",
"description": "JS utilities for Starship",
"main": "index.js",
Expand Down

0 comments on commit f274802

Please sign in to comment.