Compare commits

...

7 Commits

Author SHA1 Message Date
Amir Raminfar
ec4f3c0339 Release 3.4.7 2021-04-01 13:03:02 -07:00
Amir Raminfar
721e30385e Fixes release and updates fonts again 2021-04-01 13:02:41 -07:00
Amir Raminfar
ee95bc75fb Add changelog 2021-04-01 12:49:16 -07:00
Amir Raminfar
6ec6d26f52 Release 3.4.6 2021-04-01 12:28:14 -07:00
Amir Raminfar
c53b21d0af Fixes CI bug 2021-04-01 12:25:05 -07:00
dependabot-preview[bot]
d03d278bb9 Merge pull request #1118 from amir20/dependabot/npm_and_yarn/webpack-5.30.0 2021-04-01 18:57:09 +00:00
dependabot-preview[bot]
84bdc26547 Bump webpack from 5.28.0 to 5.30.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.28.0 to 5.30.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.28.0...v5.30.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-04-01 18:51:09 +00:00
4 changed files with 13 additions and 10 deletions

View File

@@ -63,6 +63,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Node
uses: actions/setup-node@v1
- name: Install dependencies
@@ -70,4 +72,4 @@ jobs:
- name: Release to Github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: yarn release --github.release --no-increment --no-git
run: yarn release --github.release --no-increment --no-git --ci

View File

@@ -63,8 +63,8 @@ export default {
</script>
<style scoped lang="scss">
.events {
padding: 10px;
font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monaco, monospace;
padding: 1em;
font-family: SFMono-Regular, Consolas, Liberation Mono, monaco, Menlo, monospace;
& > li {
word-wrap: break-word;

View File

@@ -1,6 +1,6 @@
{
"name": "dozzle",
"version": "3.4.5",
"version": "3.4.7",
"description": "Realtime log viewer for docker containers. ",
"scripts": {
"watch": "npm-run-all -p watch:*",
@@ -74,7 +74,7 @@
"vue-loader": "^15.9.6",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.28.0",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-pwa-manifest": "^4.3.0"
@@ -86,7 +86,8 @@
},
"release-it": {
"github": {
"release": false
"release": false,
"releaseNotes": "git log --pretty=format:\"* %s (%h)\" $(git describe --abbrev=0 --tags $(git rev-list --tags --skip=1 --max-count=1))...HEAD~1"
},
"npm": {
"publish": false

View File

@@ -8808,10 +8808,10 @@ webpack-sources@^2.1.1:
source-list-map "^2.0.1"
source-map "^0.6.1"
webpack@^5.28.0:
version "5.28.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.28.0.tgz#0de8bcd706186b26da09d4d1e8cbd3e4025a7c2f"
integrity sha512-1xllYVmA4dIvRjHzwELgW4KjIU1fW4PEuEnjsylz7k7H5HgPOctIq7W1jrt3sKH9yG5d72//XWzsHhfoWvsQVg==
webpack@^5.30.0:
version "5.30.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.30.0.tgz#07d87c182a060e0c2491062f3dc0edc85a29d884"
integrity sha512-Zr9NIri5yzpfmaMea2lSMV1UygbW0zQsSlGLMgKUm63ACXg6alhd1u4v5UBSBjzYKXJN6BNMGVM7w165e7NxYA==
dependencies:
"@types/eslint-scope" "^3.7.0"
"@types/estree" "^0.0.46"