Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and zouguangxian committed Jun 15, 2024
1 parent 3813fc5 commit 0c54409
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .changeset/cuddly-lions-learn.md

This file was deleted.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,21 @@
## How to publish the `@layerzerolabs/changesets-cli`

this branch merged:

- `feat/support-all-popular-package-managers`
- `feat/hooks-for-publish-packages-with-layerzerolabs`
- `feat/update-yarn-configuration`
- `fix/null-pre-version`

Please `Sync fork` the main branch with the upstream and `git rebase origin/main` on `gx/main` branch if you want to catch up the upstream.

```
cd packages/cli
yarn pack
tar -xzOf changesets-cli-*.tgz package/package.json | jq '.name'
npm --no-workspaces publish ./changesets-cli*.tgz
```


[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@changesets/cli)

The `changesets` workflow is designed to help when people are making changes, all the way through to publishing. It lets contributors declare how their changes should be released, then we automate updating package versions, and changelogs, and publishing new versions of packages based on the provided information.
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @changesets/cli

## 2.27.6

### Patch Changes

- [`2c7a500`](https://github.com/changesets/changesets/commit/2c7a500da550256c89cdf8b4644936f065f4ed00) Thanks [@zouguangxian](https://github.com/zouguangxian)! - support all popular package managers.
publish @changesets/cli as @layerzerolabs/changesets-cli.
allow missing version field for private packages.

## 2.27.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@changesets/cli",
"version": "2.27.5",
"version": "2.27.6",
"description": "Organise your package versioning and publishing to make both contributors and maintainers happy",
"bin": {
"changeset": "bin.js"
Expand Down

0 comments on commit 0c54409

Please sign in to comment.