Skip to content

Commit

Permalink
Version Packages (#471)
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 26, 2023
1 parent d1816ad commit 656d19b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
14 changes: 0 additions & 14 deletions .changeset/attribute-equality.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/userplayers-nil.md

This file was deleted.

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

## 1.8.12

### Patch Changes

- c20ca73: Fix setting attributes with the same mutated object as the current one.

For example, before this patch, the value would not be saved, since we are
reusing the same object, which we've only mutated in place:

```js
const value = player.get("myobject");
value["mykey"] = "myvalue";
player.set("myobject", value);
```

- d1816ad: Ensure `usePlayers` never returns undefined (expect in unmanaged games).

## 1.8.11

### 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.8.11",
"version": "1.8.12",
"description": "Empirica Core",
"author": "Nicolas Paton <nicolas.paton@gmail.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 656d19b

Please sign in to comment.