Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.0.1...v7.0.0) (2024-03-11)

### Bug Fixes

* **categories:** format alexandria category descriptions ([c7ff8b0](c7ff8b0))
* **convert:** typo for success message ([#708](#708)) ([2a9cdae](2a9cdae))
* **documents:** fix inital selection with ctrl ([#729](#729)) ([ef80fc3](ef80fc3))
* **thumbnail:** make sure thumbnail of latest file is rendered ([#679](#679)) ([38baf73](38baf73))
* update and fix flatpickr integration ([#710](#710)) ([74d7f50](74d7f50))

### Features

* add button to convert to pdf ([#700](#700)) ([223febe](223febe))
* add web dav edit integration ([9d63feb](9d63feb))
* **api:** upload files directly via alexandria API ([f934fc4](f934fc4))
* change displayed modified date to be latest file creation ([6946f6f](6946f6f))

### BREAKING CHANGES

* **api:** Requires alexandria backend v3.0.0-beta.3
  • Loading branch information
semantic-release-bot committed Mar 11, 2024
1 parent c7ff8b0 commit d0d6e74
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [7.0.0](https://github.com/projectcaluma/ember-alexandria/compare/v6.0.1...v7.0.0) (2024-03-11)


### Bug Fixes

* **categories:** format alexandria category descriptions ([c7ff8b0](https://github.com/projectcaluma/ember-alexandria/commit/c7ff8b054f10e3a20b90d0f624426590ae101eeb))
* **convert:** typo for success message ([#708](https://github.com/projectcaluma/ember-alexandria/issues/708)) ([2a9cdae](https://github.com/projectcaluma/ember-alexandria/commit/2a9cdae38461c9c819f478e3cf77f9a1f5889e59))
* **documents:** fix inital selection with ctrl ([#729](https://github.com/projectcaluma/ember-alexandria/issues/729)) ([ef80fc3](https://github.com/projectcaluma/ember-alexandria/commit/ef80fc3e17524b079d5f62af9fda005a368bbfa6))
* **thumbnail:** make sure thumbnail of latest file is rendered ([#679](https://github.com/projectcaluma/ember-alexandria/issues/679)) ([38baf73](https://github.com/projectcaluma/ember-alexandria/commit/38baf73c868fe7ccabf92d9cae5dc7bf94a84e7d))
* update and fix flatpickr integration ([#710](https://github.com/projectcaluma/ember-alexandria/issues/710)) ([74d7f50](https://github.com/projectcaluma/ember-alexandria/commit/74d7f50d22282c3cca1e413a3ac9a4a331df8d8c))


### Features

* add button to convert to pdf ([#700](https://github.com/projectcaluma/ember-alexandria/issues/700)) ([223febe](https://github.com/projectcaluma/ember-alexandria/commit/223febe67c6475e6d91f8d746e6ca6e465b4c1ed))
* add web dav edit integration ([9d63feb](https://github.com/projectcaluma/ember-alexandria/commit/9d63feb631ce074da9a895259e256fff76263ffc))
* **api:** upload files directly via alexandria API ([f934fc4](https://github.com/projectcaluma/ember-alexandria/commit/f934fc487275252008fd069936b0afd3cdc7bb5f))
* change displayed modified date to be latest file creation ([6946f6f](https://github.com/projectcaluma/ember-alexandria/commit/6946f6fae7488c4843b83d7359ab04aed23509f2))


### BREAKING CHANGES

* **api:** Requires alexandria backend v3.0.0-beta.3

# [7.0.0-beta.1](https://github.com/projectcaluma/ember-alexandria/compare/v6.0.1...v7.0.0-beta.1) (2024-01-18)


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": "7.0.0-beta.1",
"version": "7.0.0",
"description": "The default blueprint for ember-cli addons.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit d0d6e74

Please sign in to comment.