mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 14:59:26 +01:00
Removes standard-version
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,16 +0,0 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [1.20.4](https://github.com/amir20/dozzle/compare/v1.20.3...v1.20.4) (2019-12-29)
|
||||
|
||||
### [1.20.3](https://github.com/amir20/dozzle/compare/v1.20.2...v1.20.3) (2019-12-29)
|
||||
|
||||
### [1.20.2](https://github.com/amir20/dozzle/compare/v1.20.1...v1.20.2) (2019-12-29)
|
||||
|
||||
### [1.20.1](https://github.com/amir20/dozzle/compare/v1.20.0...v1.20.1) (2019-12-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* tries to fix a scroll bug in mobile ([cc99eaa](https://github.com/amir20/dozzle/commit/cc99eaa819f1ca6fbb95d4e9da10ecc781d2fe01))
|
||||
1453
package-lock.json
generated
1453
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "dozzle",
|
||||
"version": "1.20.3",
|
||||
"version": "1.20.4",
|
||||
"description": "Realtime log viewer for docker containers. ",
|
||||
"scripts": {
|
||||
"prestart": "npm run clean",
|
||||
@@ -11,9 +11,7 @@
|
||||
"build": "npx parcel build --no-source-maps --public-url '__BASE__' assets/index.html -d static",
|
||||
"clean": "rm -rf static/ a_main-packr.go",
|
||||
"release": "goreleaser --rm-dist",
|
||||
"test": "jest",
|
||||
"commit": "git-cz",
|
||||
"version": "standard-version"
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -47,7 +45,6 @@
|
||||
"@vue/test-utils": "^1.0.0-beta.29",
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"babel-jest": "^24.9.0",
|
||||
"commitizen": "^4.0.3",
|
||||
"concurrently": "^5.0.2",
|
||||
"cz-conventional-changelog": "^3.0.2",
|
||||
"eventsourcemock": "^2.0.0",
|
||||
@@ -60,7 +57,6 @@
|
||||
"parcel-bundler": "^1.12.4",
|
||||
"prettier": "^1.19.1",
|
||||
"sass": "^1.24.0",
|
||||
"standard-version": "^7.0.1",
|
||||
"vue-hot-reload-api": "^2.3.4",
|
||||
"vue-jest": "^3.0.5",
|
||||
"vue-template-compiler": "^2.6.11"
|
||||
|
||||
Reference in New Issue
Block a user