Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Feb 1, 2025
1 parent 805fbaf commit 700caf7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions clients/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/hyperweb-io/starship/compare/v3.0.0...v3.1.0) (2025-02-01)

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

# 3.0.0 (2025-01-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion clients/js/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"npmClient": "yarn",
"npmClientArgs": ["--no-lockfile"],
"packages": ["packages/*"],
"version": "3.0.0",
"version": "3.1.0",
"registry": "https://registry.npmjs.org",
"command": {
"create": {
Expand Down
4 changes: 4 additions & 0 deletions clients/js/packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/hyperweb-io/starship/compare/v3.0.0...v3.1.0) (2025-02-01)

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

# 3.0.0 (2025-01-30)

**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": "3.0.0",
"version": "3.1.0",
"author": "Dan Lynch <[email protected]>",
"description": "Starship CLI",
"main": "index.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@types/js-yaml": "^4.0.9"
},
"dependencies": {
"@starship-ci/client": "^3.0.0",
"@starship-ci/client": "^3.1.0",
"chalk": "^4.1.0",
"deepmerge": "^4.3.1",
"inquirerer": "^1.9.0",
Expand Down
4 changes: 4 additions & 0 deletions clients/js/packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/hyperweb-io/starship/compare/v3.0.0...v3.1.0) (2025-02-01)

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

# 3.0.0 (2025-01-30)

### Features
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": "3.0.0",
"version": "3.1.0",
"author": "Dan Lynch <[email protected]>",
"description": "Starship CI Client",
"main": "index.js",
Expand Down

0 comments on commit 700caf7

Please sign in to comment.