From f981677302efd023e52a2694bb5407d26f8e51fe Mon Sep 17 00:00:00 2001 From: Claude Giovagnoli Date: Sat, 23 Mar 2019 10:12:39 -0400 Subject: [PATCH] chore(release): v0.3.1 --- CHANGELOG.md | 16 ++++++++++++++++ Dockerfile | 2 +- lerna.json | 2 +- package.json | 2 +- packages/@statusfy/cli/package.json | 8 ++++---- packages/@statusfy/common/package.json | 2 +- packages/@statusfy/core/package.json | 8 ++++---- .../test/config/__snapshots__/nuxt.spec.js.snap | 14 +++++++------- packages/@statusfy/editor/package.json | 2 +- packages/@statusfy/markdown/package.json | 6 +++--- packages/@statusfy/test-utils/package.json | 2 +- packages/demo/package.json | 4 ++-- .../__snapshots__/build-generate.spec.js.snap | 2 +- packages/docs/package.json | 4 ++-- packages/statusfy/package.json | 8 ++++---- packages/website/package.json | 4 ++-- 16 files changed, 51 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980bfa127..cc0122155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [0.3.1](https://github.com/statusfy/statusfy/compare/v0.3.0...v0.3.1) (2019-03-23) + + +### Bug Fixes + +* **bug:** incorrect context referenct in nuxt ([647cab0](https://github.com/statusfy/statusfy/commit/647cab0)) +* **website:** fix avatar position ([821deea](https://github.com/statusfy/statusfy/commit/821deea)) +* **website:** fix starting the website when no internet connection is available ([2e08200](https://github.com/statusfy/statusfy/commit/2e08200)) + + +### Performance Improvements + +* **website:** support lazy loading the images from the blog section ([136c01a](https://github.com/statusfy/statusfy/commit/136c01a)) + + + # [0.3.0](https://github.com/statusfy/statusfy/compare/v0.2.1...v0.3.0) (2019-03-18) diff --git a/Dockerfile b/Dockerfile index 4ea486433..a91f959ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN apk add --no-cache git # Set environment variables ENV USER_DIR=/usr/src/app ENV NODE_ENV production -ENV STATUSFY_VERSION=0.3.0 +ENV STATUSFY_VERSION=0.3.1 ENV NODE_ENV production ENV HOST 0.0.0.0 ENV PORT 3000 diff --git a/lerna.json b/lerna.json index c3f5d6b3f..6dbecb7a9 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "3.4.3", "npmClient": "yarn", "useWorkspaces": true, - "version": "0.3.0" + "version": "0.3.1" } diff --git a/package.json b/package.json index 9592de9f5..44c3f0c21 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.3.0", + "version": "0.3.1", "private": true, "workspaces": [ "packages/@statusfy/*", diff --git a/packages/@statusfy/cli/package.json b/packages/@statusfy/cli/package.json index 5e9b31781..3cd63e309 100644 --- a/packages/@statusfy/cli/package.json +++ b/packages/@statusfy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/cli", - "version": "0.3.0", + "version": "0.3.1", "description": "CLI for Statusfy", "main": "index.js", "publishConfig": { @@ -25,8 +25,8 @@ "semver": "^5.5.0" }, "peerDependencies": { - "@statusfy/common": "0.3.0", - "@statusfy/core": "0.3.0", - "@statusfy/editor": "0.3.0" + "@statusfy/common": "0.3.1", + "@statusfy/core": "0.3.1", + "@statusfy/editor": "0.3.1" } } diff --git a/packages/@statusfy/common/package.json b/packages/@statusfy/common/package.json index 77b8ec545..8db91877e 100644 --- a/packages/@statusfy/common/package.json +++ b/packages/@statusfy/common/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/common", - "version": "0.3.0", + "version": "0.3.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 51f5a768c..9de70586b 100644 --- a/packages/@statusfy/core/package.json +++ b/packages/@statusfy/core/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/core", - "version": "0.3.0", + "version": "0.3.1", "description": "Core of Statusfy", "author": { "name": "Bazzite", @@ -38,8 +38,8 @@ "@fortawesome/fontawesome-svg-core": "^1.2.17", "@nuxtjs/axios": "^5.4.1", "@nuxtjs/pwa": "^2.5.0", - "@statusfy/common": "0.3.0", - "@statusfy/markdown": "0.3.0", + "@statusfy/common": "0.3.1", + "@statusfy/markdown": "0.3.1", "body-parser": "^1.18.3", "browser-sync": "^2.26.0", "cors": "^2.8.4", @@ -73,7 +73,7 @@ "devDependencies": { "@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0", "@nuxtjs/eslint-config": "^0.0.1", - "@statusfy/test-utils": "0.3.0", + "@statusfy/test-utils": "0.3.1", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.1", "eslint": "^5.15.3", 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 ce51b9adf..e95ad04e7 100644 --- a/packages/@statusfy/core/test/config/__snapshots__/nuxt.spec.js.snap +++ b/packages/@statusfy/core/test/config/__snapshots__/nuxt.spec.js.snap @@ -94,7 +94,7 @@ Object { "publicPath": "/static/", "short_name": "Short Title", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", - "version": "0.3.0", + "version": "0.3.1", }, "meta": Object { "author": "Statusfy", @@ -275,7 +275,7 @@ Object { "title": "Long Title", }, "sourceDir": "../.tmp/advanced", - "version": "0.3.0", + "version": "0.3.1", }, "workbox": Object { "_runtimeCaching": Array [ @@ -386,7 +386,7 @@ Object { "publicPath": "/static/", "short_name": "Title", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", - "version": "0.3.0", + "version": "0.3.1", }, "meta": Object { "author": "Statusfy", @@ -518,7 +518,7 @@ Object { "title": "Title", }, "sourceDir": "../.tmp/cli", - "version": "0.3.0", + "version": "0.3.1", }, "workbox": Object { "_runtimeCaching": Array [ @@ -746,7 +746,7 @@ Object { "title": "Title", }, "sourceDir": "../.tmp/simple", - "version": "0.3.0", + "version": "0.3.1", }, } `; @@ -838,7 +838,7 @@ Object { "publicPath": "/static/", "short_name": "Título", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", - "version": "0.3.0", + "version": "0.3.1", }, "meta": Object { "author": "Statusfy", @@ -987,7 +987,7 @@ Object { "title": "Título", }, "sourceDir": "../.tmp/spanish", - "version": "0.3.0", + "version": "0.3.1", }, "workbox": Object { "_runtimeCaching": Array [ diff --git a/packages/@statusfy/editor/package.json b/packages/@statusfy/editor/package.json index 8e7c55f17..808813b96 100644 --- a/packages/@statusfy/editor/package.json +++ b/packages/@statusfy/editor/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/editor", - "version": "0.3.0", + "version": "0.3.1", "description": "Editor for Statusfy", "main": "index.js", "publishConfig": { diff --git a/packages/@statusfy/markdown/package.json b/packages/@statusfy/markdown/package.json index 0cd6a697c..779ad1cf1 100644 --- a/packages/@statusfy/markdown/package.json +++ b/packages/@statusfy/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/markdown", - "version": "0.3.0", + "version": "0.3.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.3.0", + "@statusfy/common": "0.3.1", "markdown-it": "^8.4.1", "markdown-it-container": "^2.0.0", "markdown-it-emoji": "^1.4.0" }, "devDependencies": { - "@statusfy/test-utils": "0.3.0" + "@statusfy/test-utils": "0.3.1" } } diff --git a/packages/@statusfy/test-utils/package.json b/packages/@statusfy/test-utils/package.json index 0fe191cc4..11f04e430 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.3.0", + "version": "0.3.1", "description": "Test Utils for Statusfy", "publishConfig": { "access": "public" diff --git a/packages/demo/package.json b/packages/demo/package.json index 61515fbe8..4a677f1a1 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "statusfy-demo", - "version": "0.3.0", + "version": "0.3.1", "description": "Statusfy demo", "scripts": { "prepare": "node scripts/prepare.js", @@ -20,7 +20,7 @@ }, "license": "Apache-2.0", "dependencies": { - "statusfy": "0.3.0" + "statusfy": "0.3.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 06084af8a..d74a48e13 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.3.0", + "version": "0.3.1", } `; diff --git a/packages/docs/package.json b/packages/docs/package.json index e1e3c4dae..137cb6822 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "statusfy-docs", - "version": "0.3.0", + "version": "0.3.1", "description": "Statusfy Documentation", "license": "Apache-2.0", "main": "index.js", @@ -31,7 +31,7 @@ }, "homepage": "https://docs.statusfy.co", "devDependencies": { - "@statusfy/common": "0.3.0", + "@statusfy/common": "0.3.1", "axios": "^0.18.0", "consola": "^2.5.7", "fs-extra": "^7.0.1", diff --git a/packages/statusfy/package.json b/packages/statusfy/package.json index 6554f61bf..75c471934 100644 --- a/packages/statusfy/package.json +++ b/packages/statusfy/package.json @@ -1,6 +1,6 @@ { "name": "statusfy", - "version": "0.3.0", + "version": "0.3.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.3.0", - "@statusfy/core": "0.3.0", - "@statusfy/editor": "0.3.0" + "@statusfy/cli": "0.3.1", + "@statusfy/core": "0.3.1", + "@statusfy/editor": "0.3.1" }, "engines": { "node": ">=8.10", diff --git a/packages/website/package.json b/packages/website/package.json index f7b6c67c1..3370727b9 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "statusfy-website", - "version": "0.3.0", + "version": "0.3.1", "description": "Website for Statusfy", "author": { "name": "Bazzite", @@ -24,7 +24,7 @@ "@nuxtjs/google-analytics": "^2.2.0", "@nuxtjs/pwa": "^2.6.0", "@nuxtjs/sitemap": "^0.2.2", - "@statusfy/common": "0.3.0", + "@statusfy/common": "0.3.1", "animate.css": "^3.7.0", "consola": "^2.5.7", "date-fns": "~1.30.0",