Release v1.1.0

This commit is contained in:
Alexander Skvortsov 2021-10-11 21:16:54 -04:00
parent 6f706f7774
commit 75f3ec0b36
3 changed files with 673 additions and 621 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [1.1.0](https://github.com/flarum/subscriptions/compare/v1.0.0...v1.1.0)
### Changed
- Use css variables for badge (https://github.com/flarum/subscriptions/pulls/42)
- Add Prettier config and Update dependencies (https://github.com/flarum/subscriptions/pulls/41)
## [1.0.0](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.16...v1.0.0) ## [1.0.0](https://github.com/flarum/subscriptions/compare/v0.1.0-beta.16...v1.0.0)
### Changed ### Changed

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
"dependencies": { "dependencies": {
"flarum-webpack-config": "0.1.0-beta.16.2", "flarum-webpack-config": "0.1.0-beta.16.2",
"webpack": "^4.46.0", "webpack": "^4.46.0",
"webpack-cli": "^3.3.12" "webpack-cli": "^4.9.0"
}, },
"scripts": { "scripts": {
"dev": "webpack --mode development --watch", "dev": "webpack --mode development --watch",