Skip to content

Commit

Permalink
chore(release): 9.0.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
# [9.0.0-beta.1](v8.3.1...v9.0.0-beta.1) (2024-07-30)

### Bug Fixes

* **deps:** remove direct dependency to ember-data ([8801016](8801016))
* **deps:** update ember-intl and ember-localized-model ([b32db48](b32db48))

### BREAKING CHANGES

* **deps:** Please refer to the [documentation](MIGRATIONS.md).
* **deps:** This engine now requires the usage of `ember-intl` v7.
  • Loading branch information
semantic-release-bot committed Jul 30, 2024
1 parent 39daa3d commit f45f218
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [9.0.0-beta.1](https://github.com/projectcaluma/ember-alexandria/compare/v8.3.1...v9.0.0-beta.1) (2024-07-30)


### Bug Fixes

* **deps:** remove direct dependency to ember-data ([8801016](https://github.com/projectcaluma/ember-alexandria/commit/8801016c692cae3e2e8f1a12a9c1b4168e59226a))
* **deps:** update ember-intl and ember-localized-model ([b32db48](https://github.com/projectcaluma/ember-alexandria/commit/b32db48c394a038bd32620f6535ac74ff4e95db7))


### BREAKING CHANGES

* **deps:** Please refer to the [documentation](MIGRATIONS.md).
* **deps:** This engine now requires the usage of `ember-intl` v7.

## [8.3.1](https://github.com/projectcaluma/ember-alexandria/compare/v8.3.0...v8.3.1) (2024-07-11)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-alexandria",
"version": "8.3.1",
"version": "9.0.0-beta.1",
"description": "Document management frontend for the alexandria backend",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f45f218

Please sign in to comment.