Skip to content

Commit a4ae21b

Browse files
chore(release): 1.3.0
# [1.3.0](v1.2.1...v1.3.0) (2020-12-02) ### Bug Fixes * **document-grid:** use node counter instead of pointer-events ([d553f2c](d553f2c)) * **tag-filter:** change javascript: link to button ([f2eca4e](f2eca4e)) ### Features * **document-grid:** add drag'n'drop capability to document grid ([dd8bc22](dd8bc22)) * **models:** change tag name to non-localized ([b5abb58](b5abb58)) * **services:** add document service for upload and replace ([a1d0a2f](a1d0a2f))
1 parent d553f2c commit a4ae21b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.3.0](https://github.com/projectcaluma/ember-alexandria/compare/v1.2.1...v1.3.0) (2020-12-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **document-grid:** use node counter instead of pointer-events ([d553f2c](https://github.com/projectcaluma/ember-alexandria/commit/d553f2c60f1edf5d2eccd378505473bd86147e48))
7+
* **tag-filter:** change javascript: link to button ([f2eca4e](https://github.com/projectcaluma/ember-alexandria/commit/f2eca4efc960b5dd382510ef1e13361823bc105e))
8+
9+
10+
### Features
11+
12+
* **document-grid:** add drag'n'drop capability to document grid ([dd8bc22](https://github.com/projectcaluma/ember-alexandria/commit/dd8bc22c88423cc6097d8ff7f90e6bf1f60fd705))
13+
* **models:** change tag name to non-localized ([b5abb58](https://github.com/projectcaluma/ember-alexandria/commit/b5abb587f5c2742233a03ad00b9fa131df907034))
14+
* **services:** add document service for upload and replace ([a1d0a2f](https://github.com/projectcaluma/ember-alexandria/commit/a1d0a2fda27a397d308e98280adf5cba96d10bdb))
15+
116
## [1.2.1](https://github.com/projectcaluma/ember-alexandria/compare/v1.2.0...v1.2.1) (2020-11-26)
217

318

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-alexandria",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "The default blueprint for ember-cli addons.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)