mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 06:50:36 +08:00
Release v1.1.0
This commit is contained in:
parent
bfdaee7e79
commit
c59c1becad
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## [1.1.0](https://github.com/flarum/likes/compare/v1.0.0...v1.1.0)
|
||||
|
||||
### Changed
|
||||
- Add missing dot to `liked_by_text` translation (https://github.com/flarum/likes/pulls/29)
|
||||
|
||||
## [1.0.0](https://github.com/flarum/likes/compare/v0.1.0-beta.16...v1.0.0)
|
||||
|
||||
### Added
|
||||
|
|
7423
extensions/likes/js/package-lock.json
generated
7423
extensions/likes/js/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -3,8 +3,8 @@
|
|||
"name": "@flarum/likes",
|
||||
"dependencies": {
|
||||
"flarum-webpack-config": "0.1.0-beta.10",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack-cli": "^3.3.11"
|
||||
"webpack": "^5.58.1",
|
||||
"webpack-cli": "^4.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "webpack --mode development --watch",
|
||||
|
|
Loading…
Reference in New Issue
Block a user