Skip to content

Commit

Permalink
Version Packages (#309)
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] committed May 20, 2023
1 parent 681c4c6 commit f53e816
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .changeset/empirica-release.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/upgrade-global.md

This file was deleted.

15 changes: 15 additions & 0 deletions lib/@empirica/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @empirica/core

## 1.3.3

### Patch Changes

- fef4bb4: Empirica proxy download was using hard links and it could break upgrades. It now uses copy for safety.
That does mean we are using up more space on disk, but it remain relatively minimal all things
considered. We might want to look into pruning old versions at some point, but it does not seem
critical at the moment since empirica binaries are not that large.

We've also improved looking up the current project release version by looking for the .empirica
directory in parent directories. This is helpful in the case of export, which runs in subdirectory and
will not pick up the correct empirica version.

- 681c4c6: `empirica upgrade` will automaticall run in "global" mode when not in a project.

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/@empirica/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@empirica/core",
"version": "1.3.2",
"version": "1.3.3",
"description": "Empirica Core",
"author": "Nicolas Paton <nicolas.paton@gmail.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit f53e816

Please sign in to comment.