Skip to content

Commit

Permalink
Changesets: Version Packages (#125)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 27, 2024
1 parent 39f7eca commit 39f52aa
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 20 deletions.
19 changes: 0 additions & 19 deletions .changeset/sixty-peas-complain.md

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# secco

## 2.3.0

### Minor Changes

- [#124](https://github.com/LekoArts/secco/pull/124) [`39f7eca`](https://github.com/LekoArts/secco/commit/39f7ecae275ee4fc74305f105b4918d2628f9668) Thanks [@LekoArts](https://github.com/LekoArts)! - Add support for pnpm's [`workspace:` protocol](https://pnpm.io/workspaces) and [`catalog:`](https://pnpm.io/catalogs) features inside the source directory.

For example, if the package you want to test out has some of its dependencies defined like this:

```json
{
"name": "source",
"dependencies": {
"internal-dep": "workspace:*",
"react": "catalog:react"
}
}
```

The `workspace:*` will be transformed to `latest` before publishing (if the dependency isn't being published with secco) and the `catalog:` entries are resolved using the `pnpm-workspace.yaml` file.

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "secco",
"type": "module",
"version": "2.2.0",
"version": "2.3.0",
"packageManager": "pnpm@9.12.3",
"description": "Local package testing made easy. secco is a command-line tool for local development. It uses Verdaccio and direct file copying to apply your latest changes to other projects.",
"author": "LekoArts",
Expand Down

0 comments on commit 39f52aa

Please sign in to comment.