diff --git a/CHANGELOG.md b/CHANGELOG.md index bf97a50ef..57d367259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [0.4.1](https://github.com/statusfy/statusfy/compare/v0.4.0...v0.4.1) (2019-06-27) + + +### Bug Fixes + +* **docs:** make explicit the under-maintenance definition ([b2a41c9](https://github.com/statusfy/statusfy/commit/b2a41c9)) +* **website:** remove responsive image from the article "statusfy-release-0-2-0" ([fa58780](https://github.com/statusfy/statusfy/commit/fa58780)) +* **website:** remove unused definitions in the Spanish translation ([ae73c45](https://github.com/statusfy/statusfy/commit/ae73c45)) + + +### Features + +* **website:** create blog article "statusfy-release-0-4-0" ([b136e7d](https://github.com/statusfy/statusfy/commit/b136e7d)) +* **website:** include the community post in the blog section ([5e42ed4](https://github.com/statusfy/statusfy/commit/5e42ed4)) +* **website:** remove disqus comments ([e4e3bd0](https://github.com/statusfy/statusfy/commit/e4e3bd0)) + + + ## [0.4.0](https://github.com/statusfy/statusfy/compare/v0.3.1...v0.4.0) (2019-06-13) diff --git a/Dockerfile b/Dockerfile index e4d63f8b0..98d3cf45c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM node:8-alpine AS builder -ENV STATUSFY_VERSION 0.4.0 +ENV STATUSFY_VERSION 0.4.1 ENV NODE_ENV production WORKDIR /usr/src/app diff --git a/lerna.json b/lerna.json index bd8287f5a..b0ef8784b 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "3.4.3", "npmClient": "yarn", "useWorkspaces": true, - "version": "0.4.0" + "version": "0.4.1" } diff --git a/package.json b/package.json index 5fa378aad..3df1954b0 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.0", + "version": "0.4.1", "private": true, "workspaces": [ "packages/@statusfy/*", diff --git a/packages/@statusfy/cli/package.json b/packages/@statusfy/cli/package.json index e92427fce..fd5b0e385 100644 --- a/packages/@statusfy/cli/package.json +++ b/packages/@statusfy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/cli", - "version": "0.4.0", + "version": "0.4.1", "description": "CLI for Statusfy", "main": "index.js", "publishConfig": { @@ -25,8 +25,8 @@ "semver": "^6.1.2" }, "peerDependencies": { - "@statusfy/common": "0.4.0", - "@statusfy/core": "0.4.0", - "@statusfy/editor": "0.4.0" + "@statusfy/common": "0.4.1", + "@statusfy/core": "0.4.1", + "@statusfy/editor": "0.4.1" } } diff --git a/packages/@statusfy/common/package.json b/packages/@statusfy/common/package.json index eef6ec82b..3b8e203f0 100644 --- a/packages/@statusfy/common/package.json +++ b/packages/@statusfy/common/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/common", - "version": "0.4.0", + "version": "0.4.1", "description": "Shared Utils for Statusfy", "main": "index.js", "publishConfig": { diff --git a/packages/@statusfy/core/package.json b/packages/@statusfy/core/package.json index e408be6fd..00502b028 100644 --- a/packages/@statusfy/core/package.json +++ b/packages/@statusfy/core/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/core", - "version": "0.4.0", + "version": "0.4.1", "description": "Core of Statusfy", "author": { "name": "Bazzite", @@ -38,8 +38,8 @@ "@nuxtjs/axios": "^5.5.4", "@nuxtjs/onesignal": "^3.0.0-beta.16", "@nuxtjs/pwa": "^3.0.0-beta.16", - "@statusfy/common": "0.4.0", - "@statusfy/markdown": "0.4.0", + "@statusfy/common": "0.4.1", + "@statusfy/markdown": "0.4.1", "body-parser": "^1.18.3", "browser-sync": "^2.26.7", "cors": "^2.8.4", @@ -71,7 +71,7 @@ }, "devDependencies": { "@nuxtjs/eslint-config": "^0.0.1", - "@statusfy/test-utils": "0.4.0", + "@statusfy/test-utils": "0.4.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.2", "eslint": "^5.16.0", diff --git a/packages/@statusfy/core/test/config/__snapshots__/nuxt.spec.js.snap b/packages/@statusfy/core/test/config/__snapshots__/nuxt.spec.js.snap index 060140843..5cd117425 100644 --- a/packages/@statusfy/core/test/config/__snapshots__/nuxt.spec.js.snap +++ b/packages/@statusfy/core/test/config/__snapshots__/nuxt.spec.js.snap @@ -99,7 +99,7 @@ Object { "publicPath": "/static/", "short_name": "Short Title", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", - "version": "0.4.0", + "version": "0.4.1", }, "meta": Object { "author": "Statusfy", @@ -295,7 +295,7 @@ Object { "title": "Long Title", }, "sourceDir": "../.tmp/advanced", - "version": "0.4.0", + "version": "0.4.1", }, "workbox": Object { "assetsURLPattern": "/static/(?!content).*$", @@ -406,7 +406,7 @@ Object { "publicPath": "/static/", "short_name": "Title", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", - "version": "0.4.0", + "version": "0.4.1", }, "meta": Object { "author": "Statusfy", @@ -538,7 +538,7 @@ Object { "title": "Title", }, "sourceDir": "../.tmp/cli", - "version": "0.4.0", + "version": "0.4.1", }, "workbox": Object { "assetsURLPattern": "/static/(?!content).*$", @@ -765,7 +765,7 @@ Object { "title": "Title", }, "sourceDir": "../.tmp/simple", - "version": "0.4.0", + "version": "0.4.1", }, } `; @@ -862,7 +862,7 @@ Object { "publicPath": "/static/", "short_name": "Título", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", - "version": "0.4.0", + "version": "0.4.1", }, "meta": Object { "author": "Statusfy", @@ -1012,7 +1012,7 @@ Object { "title": "Título", }, "sourceDir": "../.tmp/spanish", - "version": "0.4.0", + "version": "0.4.1", }, "workbox": Object { "assetsURLPattern": "/static/(?!content).*$", diff --git a/packages/@statusfy/editor/package.json b/packages/@statusfy/editor/package.json index e7a59a809..2ac8a30fc 100644 --- a/packages/@statusfy/editor/package.json +++ b/packages/@statusfy/editor/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/editor", - "version": "0.4.0", + "version": "0.4.1", "description": "Editor for Statusfy", "main": "index.js", "publishConfig": { diff --git a/packages/@statusfy/markdown/package.json b/packages/@statusfy/markdown/package.json index 0511d387e..f1fcaf603 100644 --- a/packages/@statusfy/markdown/package.json +++ b/packages/@statusfy/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/markdown", - "version": "0.4.0", + "version": "0.4.1", "description": "Markdown Parser for Statusfy", "main": "index.js", "publishConfig": { @@ -21,12 +21,12 @@ }, "homepage": "https://github.com/bazzite/statusfy#readme", "dependencies": { - "@statusfy/common": "0.4.0", + "@statusfy/common": "0.4.1", "markdown-it": "^8.4.1", "markdown-it-container": "^2.0.0", "markdown-it-emoji": "^1.4.0" }, "devDependencies": { - "@statusfy/test-utils": "0.4.0" + "@statusfy/test-utils": "0.4.1" } } diff --git a/packages/@statusfy/test-utils/package.json b/packages/@statusfy/test-utils/package.json index 3e15052fc..c612d1dd9 100644 --- a/packages/@statusfy/test-utils/package.json +++ b/packages/@statusfy/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/test-utils", - "version": "0.4.0", + "version": "0.4.1", "description": "Test Utils for Statusfy", "publishConfig": { "access": "public" diff --git a/packages/demo/package.json b/packages/demo/package.json index 857a36603..d7ba0ec5c 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "statusfy-demo", - "version": "0.4.0", + "version": "0.4.1", "description": "Statusfy demo", "scripts": { "prepare": "node scripts/prepare.js", @@ -20,7 +20,7 @@ }, "license": "Apache-2.0", "dependencies": { - "statusfy": "0.4.0" + "statusfy": "0.4.1" }, "devDependencies": { "less": "^3.8.1", diff --git a/packages/demo/test/__snapshots__/build-generate.spec.js.snap b/packages/demo/test/__snapshots__/build-generate.spec.js.snap index 9dbeb0096..5f55aa7ea 100644 --- a/packages/demo/test/__snapshots__/build-generate.spec.js.snap +++ b/packages/demo/test/__snapshots__/build-generate.spec.js.snap @@ -48,6 +48,6 @@ Object { "short_name": "System Status", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", "theme_color": "#1b1f23", - "version": "0.4.0", + "version": "0.4.1", } `; diff --git a/packages/docs/package.json b/packages/docs/package.json index be01879ea..bd050a054 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "statusfy-docs", - "version": "0.4.0", + "version": "0.4.1", "description": "Statusfy Documentation", "license": "Apache-2.0", "main": "index.js", @@ -34,7 +34,7 @@ "vuepress": "^1.0.2" }, "devDependencies": { - "@statusfy/common": "0.4.0", + "@statusfy/common": "0.4.1", "@vuepress/plugin-back-to-top": "^1.0.2", "@vuepress/plugin-google-analytics": "^1.0.2", "@vuepress/plugin-pwa": "^1.0.2", diff --git a/packages/statusfy/package.json b/packages/statusfy/package.json index 909c0c54f..8cf4bc8a6 100644 --- a/packages/statusfy/package.json +++ b/packages/statusfy/package.json @@ -1,6 +1,6 @@ { "name": "statusfy", - "version": "0.4.0", + "version": "0.4.1", "description": "A marvelous open source Status Page system", "author": { "name": "Bazzite", @@ -32,9 +32,9 @@ ], "dependencies": { "@nuxtjs/opencollective": "^0.2.0", - "@statusfy/cli": "0.4.0", - "@statusfy/core": "0.4.0", - "@statusfy/editor": "0.4.0" + "@statusfy/cli": "0.4.1", + "@statusfy/core": "0.4.1", + "@statusfy/editor": "0.4.1" }, "engines": { "node": ">=8.10", diff --git a/packages/website/package.json b/packages/website/package.json index 9633ff9a8..0ef0a8596 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "statusfy-website", - "version": "0.4.0", + "version": "0.4.1", "description": "Website for Statusfy", "author": { "name": "Bazzite", @@ -23,7 +23,7 @@ "@nuxtjs/google-analytics": "^2.2.0", "@nuxtjs/pwa": "^3.0.0-beta.16", "@nuxtjs/sitemap": "^1.2.0", - "@statusfy/common": "0.4.0", + "@statusfy/common": "0.4.1", "animate.css": "^3.7.2", "consola": "^2.9.0", "date-fns": "~1.30.0",