Skip to content

Commit

Permalink
v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LevelbossMike committed Nov 30, 2022
1 parent 5c59c37 commit 63864c3
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .changeset/eleven-chairs-promise.md

This file was deleted.

11 changes: 11 additions & 0 deletions ember-statecharts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.15.1

### Patch Changes

- da688ce: [#392 Avoid changing state property](https://github.com/LevelbossMike/ember-statecharts/pull/392) - [miguelcobain](https://github.com/miguelcobain)

Make sure to only update the resources `state`-property when the state actually changed. This makes sure
we don't trigger reactive getters unnecessarily.

See [Xstate-Transitions docs](https://xstate.js.org/docs/guides/interpretation.html#transitions) for reference.

## 0.15.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion ember-statecharts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-statecharts",
"version": "0.15.0",
"version": "0.15.1",
"description": "Statecharts for Ember.js applications",
"keywords": [
"ember-addon"
Expand Down
7 changes: 7 additions & 0 deletions site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# site

## 0.13.4

### Patch Changes

- Updated dependencies [da688ce]
- [email protected]

## 0.13.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "site",
"version": "0.13.3",
"version": "0.13.4",
"description": "Site for ember-statecharts",
"homepage": "https://ember-statecharts.com/",
"repository": "https://github.com/LevelbossMike/ember-statecharts",
Expand Down

0 comments on commit 63864c3

Please sign in to comment.