Skip to content

Commit

Permalink
Changesets: Version Packages (#100)
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 Jul 9, 2024
1 parent d4d8ef9 commit 58e4dc4
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-rings-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cool-actors-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-fans-explain.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/silver-oranges-wink.md

This file was deleted.

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

## 2.2.0

### Minor Changes

- [#99](https://github.com/LekoArts/secco/pull/99) [`1593131`](https://github.com/LekoArts/secco/commit/159313193103ba27f8c5fed5915e0a88552e617e) Thanks [@LekoArts](https://github.com/LekoArts)! - Support Yarn Berry (currently v3 & v4) by modyfing the `.yarnrc.yml` file inside the destination before trying to install packages from the local Verdaccio registry

- [#101](https://github.com/LekoArts/secco/pull/101) [`d4d8ef9`](https://github.com/LekoArts/secco/commit/d4d8ef98085e74d0869af0a17b43f13989b0848e) Thanks [@LekoArts](https://github.com/LekoArts)! - Add `SECCO_VERDACCIO_PORT` environment variable. You can use this to change the default port (`4873`) when secco uses Verdaccio.

- [#101](https://github.com/LekoArts/secco/pull/101) [`d4d8ef9`](https://github.com/LekoArts/secco/commit/d4d8ef98085e74d0869af0a17b43f13989b0848e) Thanks [@LekoArts](https://github.com/LekoArts)! - You can now use secco inside destinations that are set up with [workspaces](https://docs.npmjs.com/cli/v10/using-npm/workspaces). It should work for all supported package managers (npm, yarn, pnpm, bun).

Please note: secco will automatically use the `--force-verdaccio` flag when inside a workspaces project.

### Patch Changes

- [#101](https://github.com/LekoArts/secco/pull/101) [`d4d8ef9`](https://github.com/LekoArts/secco/commit/d4d8ef98085e74d0869af0a17b43f13989b0848e) Thanks [@LekoArts](https://github.com/LekoArts)! - Correctly display additional information e.g. during `npm install` when `VERBOSE` env var is set

## 2.1.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.1.0",
"version": "2.2.0",
"packageManager": "pnpm@9.4.0",
"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 58e4dc4

Please sign in to comment.