Skip to content

Commit

Permalink
Changesets: Version Packages (#36)
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 Dec 19, 2023
1 parent 62fa0c6 commit a00dc57
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 15 deletions.
7 changes: 0 additions & 7 deletions .changeset/heavy-ads-prove.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rich-carpets-deliver.md

This file was deleted.

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

## 1.1.2

### Patch Changes

- [`62fa0c6`](https://github.com/LekoArts/secco/commit/62fa0c64bb696ba277e8ab8d74775e86ce2791f2) Thanks [@LekoArts](https://github.com/LekoArts)! - When secco publishes a package to the local Verdaccio registry it's in the format `<pkg-name>@1.0.0-secco-1702997119379` where `1702997119379` is the `Date.now()` timestamp. The postfix got extended by using [`nanoid`](https://github.com/ai/nanoid) to add 4 characters at the end, e.g. `<pkg-name>@1.0.0-secco-1702998721042-9hax`.

The goal of this is to mitigate collisions during publishing when at the same timestamp publishing happens to the instance.

- [`3a7b8e5`](https://github.com/LekoArts/secco/commit/3a7b8e502cabcf163b71428d2e18d2be763f1860) Thanks [@LekoArts](https://github.com/LekoArts)! - Adjust the default list of ignored files and directories to include lock files of popular package managers. Also a bug was fixed to now correctly exclude `src` when copying over changes from source to destination. Your logs (e.g. `Copied X to Y`) now **not** include any files inside `src`.

Also a small bug was fixed that occurred when using the `--force-verdaccio` flag. Previously, the process ended even without the `--scan-once` flag.

## 1.1.1

### Patch 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": "1.1.1",
"version": "1.1.2",
"packageManager": "pnpm@8.11.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 a00dc57

Please sign in to comment.