Release v1.1.0

This commit is contained in:
Alexander Skvortsov 2021-10-11 21:11:21 -04:00
parent 711793c470
commit 4547a4416b
3 changed files with 1205 additions and 6227 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## [1.1.0](https://github.com/flarum/lock/compare/v1.0.0...v1.1.0)
### Changed
- Use css variables for badge (https://github.com/flarum/lock/pulls/29)
## [1.0.0](https://github.com/flarum/lock/compare/v0.1.0-beta.16...v1.0.0)
### Changed

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,8 @@
"name": "@flarum/lock",
"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",