Skip to content

Commit

Permalink
Version Packages (#545)
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 Apr 11, 2024
1 parent e0c695e commit b3ec173
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .changeset/export-from-file.md

This file was deleted.

18 changes: 18 additions & 0 deletions lib/@empirica/core/CHANGELOG.md
@@ -1,5 +1,23 @@
# @empirica/core

## 1.11.0

### Minor Changes

- efc0fd5: Export now supports passing a tajriba.json file as the first argument to export
the data directly from a file instead of automatically detecting the file from
the current project.

```sh
# At the root of the project.
empirica export

# Anywhere, although it uses the global version of empirica (not the version
# locked in your project). Upgrade to the latest version of empirica with:
# `empirica upgrade --global`
empirica export path/to/tajriba.json
```

## 1.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/@empirica/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@empirica/core",
"version": "1.10.0",
"version": "1.11.0",
"description": "Empirica Core",
"author": "Nicolas Paton <nicolas.paton@gmail.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit b3ec173

Please sign in to comment.