Skip to content

Commit

Permalink
chore(release): 11.0.0-beta.5 [skip ci]
Browse files Browse the repository at this point in the history
# [@projectcaluma/ember-testing-v11.0.0-beta.5](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-testing-v11.0.0-beta.4...@projectcaluma/ember-testing-v11.0.0-beta.5) (2022-03-23)

### Bug Fixes

* **embroider:** add missing dependency on @ember/string ([3a6e6bb](3a6e6bb))
* **embroider:** use factory function instead of dynamic importing ([91459e7](91459e7))

### Features

* **testing:** add handler for canceling work items ([51c8024](51c8024))
* **testing:** extend distribution scenario with withdrawn inquiries ([a190f0f](a190f0f))
  • Loading branch information
semantic-release-bot committed Mar 23, 2022
1 parent 9f348cc commit b5b90cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [@projectcaluma/ember-testing-v11.0.0-beta.5](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-testing-v11.0.0-beta.4...@projectcaluma/ember-testing-v11.0.0-beta.5) (2022-03-23)


### Bug Fixes

* **embroider:** add missing dependency on @ember/string ([3a6e6bb](https://github.com/projectcaluma/ember-caluma/commit/3a6e6bb39a8c1a40a2ae00b3d4ea00606a755e25))
* **embroider:** use factory function instead of dynamic importing ([91459e7](https://github.com/projectcaluma/ember-caluma/commit/91459e7add66139a1f268b6c74dbabd9fa486158))


### Features

* **testing:** add handler for canceling work items ([51c8024](https://github.com/projectcaluma/ember-caluma/commit/51c80240234fffa36a44a68a695ee7dbf074f1a9))
* **testing:** extend distribution scenario with withdrawn inquiries ([a190f0f](https://github.com/projectcaluma/ember-caluma/commit/a190f0f7ccceeca2944b1647320c738d81d44733))

# [@projectcaluma/ember-testing-v11.0.0-beta.4](https://github.com/projectcaluma/ember-caluma/compare/@projectcaluma/ember-testing-v11.0.0-beta.3...@projectcaluma/ember-testing-v11.0.0-beta.4) (2022-03-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@projectcaluma/ember-testing",
"version": "11.0.0-beta.4",
"version": "11.0.0-beta.5",
"description": "Ember addon for testing with Caluma addons.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit b5b90cf

Please sign in to comment.