Skip to content

Conversation

@xela1601
Copy link
Collaborator

@xela1601 xela1601 commented Jun 6, 2025

Description

This PR introduced changesets

Changes

[Add a list of features added/changed, bugs fixed etc]

  • Adds changesets

Related issues

Resolves #200

Comment on lines 56 to 58
```bash
changeset
```
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A command changeset is not added to my PATH by npm install. Is there some setup missing from this README?

Note that Changesets documents npx @changesets/cli instead of a command changeset.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i've adjusted the package.lock file to include all of these changeset commands referenced in the README and adjusted the README to include npm run commands instead.

Can you confirm that this works as documented now @WULCAN ?

"lyra"
],
"devDependencies": {
"@changesets/cli": "^2.29.4",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our package-lock is not fully updated after this change. Let's add the changes npm install does to our package-lock.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved via 8bc4959

Comment on lines 3 to 8
## 0.4.1

### Patch Changes

- Added changesets

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0.4.1 is already tagged, it's too late to add changesets to 0.4.1 now.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

now even more time has passed and it's gonna be 0.7.1

{
"name": "lyra-webapp",
"version": "0.4.0",
"version": "0.4.1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Our package-lock is not updated after this change. Please add the changes npm install does to our package-lock.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

resolved via 8bc4959

Signed-off-by: Alexander Schreiner <[email protected]>
@xela1601 xela1601 force-pushed the issue-200/add-changesets branch from bb8acd1 to 8bc4959 Compare October 25, 2025 08:56
@xela1601 xela1601 requested a review from WULCAN October 25, 2025 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate changesets to document changes and create releases

2 participants