Skip to content

Commit

Permalink
changelog and constraint for beta 15
Browse files Browse the repository at this point in the history
  • Loading branch information
luceos committed Dec 15, 2020
1 parent 0e1842c commit 533ef14
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.1.0-beta.15](https://github.com/flarum/mentions/compare/v0.1.0-beta.14.1...v0.1.0-beta.15)

### Changed
- Updated composer.json and admin javascript for new admin area.
- Updated to use newest extenders.

### Fixed
- Touchstart event with cancelable=false triggers a console error (#54)
- Props in javascript component still used after rewrite.

## [0.1.0-beta.14](https://github.com/flarum/mentions/compare/v0.1.0-beta.13...v0.1.0-beta.14)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
],
"require": {
"flarum/core": "^0.1.0-beta.14"
"flarum/core": "^0.1.0-beta.15"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 533ef14

Please sign in to comment.