diff --git a/CHANGELOG.md b/CHANGELOG.md index 0187cad56..d6e2e8061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +# [0.2.0](https://github.com/statusfy/statusfy/compare/v0.1.3...v0.2.0) (2018-12-11) + + +### Bug Fixes + +* downgrade prettier to 1.14.3 ([e0023c3](https://github.com/statusfy/statusfy/commit/e0023c3)) +* **core:** exclude the dynamic pages building from the SSR mode ([28ed4eb](https://github.com/statusfy/statusfy/commit/28ed4eb)) +* **package:** update [@nuxtjs/opencollective](https://github.com/nuxt/opencollective) to version 0.2.0 ([#76](https://github.com/statusfy/statusfy/issues/76)) ([15776b9](https://github.com/statusfy/statusfy/commit/15776b9)) + + +### Features + +* support contributions from Open Collective ([257261f](https://github.com/statusfy/statusfy/commit/257261f)) +* **core:** create the subscriptions sub-section ([b798439](https://github.com/statusfy/statusfy/commit/b798439)) +* **core:** support iCalendar generation from scheduled incidents ([c139aad](https://github.com/statusfy/statusfy/commit/c139aad)) +* **core:** support RSS and Atom feeds generation ([81371e2](https://github.com/statusfy/statusfy/commit/81371e2)) +* **core:** support Scheduled Maintenance definition ([2edbe9e](https://github.com/statusfy/statusfy/commit/2edbe9e)) +* **core:** support sitemap generation ([965f496](https://github.com/statusfy/statusfy/commit/965f496)) +* **docs:** create the incidents sub-section ([cbc5539](https://github.com/statusfy/statusfy/commit/cbc5539)) +* **docs:** create the Notifications sub-section ([7fa8959](https://github.com/statusfy/statusfy/commit/7fa8959)) +* **docs:** improve the Contribution Guide ([1d9bcdd](https://github.com/statusfy/statusfy/commit/1d9bcdd)) +* **docs:** support Algolia DocSearch ([9cd9bdb](https://github.com/statusfy/statusfy/commit/9cd9bdb)) + + + ## [0.1.3](https://github.com/statusfy/statusfy/compare/v0.1.2...v0.1.3) (2018-11-20) diff --git a/lerna.json b/lerna.json index 5db9e3df8..bf981fc29 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "lerna": "3.4.3", "npmClient": "yarn", "useWorkspaces": true, - "version": "0.2.0-alpha.5" + "version": "0.2.0" } diff --git a/package.json b/package.json index 87d1b0067..626700417 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.2.0-alpha.5", + "version": "0.2.0", "private": true, "workspaces": [ "packages/@statusfy/*", diff --git a/packages/@statusfy/cli/package.json b/packages/@statusfy/cli/package.json index 5deb7eb8f..245b29bdd 100644 --- a/packages/@statusfy/cli/package.json +++ b/packages/@statusfy/cli/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/cli", - "version": "0.2.0-alpha.5", + "version": "0.2.0", "description": "CLI for Statusfy", "main": "index.js", "publishConfig": { @@ -25,8 +25,8 @@ "semver": "^5.5.0" }, "peerDependencies": { - "@statusfy/common": "0.2.0-alpha.5", - "@statusfy/core": "0.2.0-alpha.5", - "@statusfy/editor": "0.2.0-alpha.5" + "@statusfy/common": "0.2.0", + "@statusfy/core": "0.2.0", + "@statusfy/editor": "0.2.0" } } diff --git a/packages/@statusfy/common/package.json b/packages/@statusfy/common/package.json index f4f2497da..0a36d5bcf 100644 --- a/packages/@statusfy/common/package.json +++ b/packages/@statusfy/common/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/common", - "version": "0.2.0-alpha.5", + "version": "0.2.0", "description": "Shared Utils for Statusfy", "main": "index.js", "publishConfig": { diff --git a/packages/@statusfy/core/package.json b/packages/@statusfy/core/package.json index 449627c45..83621ac5d 100644 --- a/packages/@statusfy/core/package.json +++ b/packages/@statusfy/core/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/core", - "version": "0.2.0-alpha.5", + "version": "0.2.0", "description": "Core of Statusfy", "author": { "name": "Bazzite", @@ -38,8 +38,8 @@ "@fortawesome/fontawesome-svg-core": "^1.2.5", "@nuxtjs/axios": "^5.3.3", "@nuxtjs/pwa": "^2.5.0", - "@statusfy/common": "0.2.0-alpha.5", - "@statusfy/markdown": "0.2.0-alpha.5", + "@statusfy/common": "0.2.0", + "@statusfy/markdown": "0.2.0", "body-parser": "^1.18.3", "browser-sync": "^2.26.0", "cors": "^2.8.4", @@ -76,7 +76,7 @@ "devDependencies": { "@babel/core": "^7.1.2", "@mapbox/stylelint-processor-arbitrary-tags": "^0.2.0", - "@statusfy/test-utils": "0.2.0-alpha.5", + "@statusfy/test-utils": "0.2.0", "babel-core": "^7.0.0-0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.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 0b664936a..cf7e8cf3b 100644 --- a/packages/@statusfy/core/test/config/__snapshots__/nuxt.spec.js.snap +++ b/packages/@statusfy/core/test/config/__snapshots__/nuxt.spec.js.snap @@ -91,7 +91,7 @@ Object { "publicPath": "/static/", "short_name": "Short Title", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", - "version": "0.2.0-alpha.5", + "version": "0.2.0", }, "meta": Object { "author": "Statusfy", @@ -267,7 +267,7 @@ Object { "title": "Long Title", }, "sourceDir": "../.tmp/advanced", - "version": "0.2.0-alpha.5", + "version": "0.2.0", }, "workbox": Object { "_runtimeCaching": Array [ @@ -375,7 +375,7 @@ Object { "publicPath": "/static/", "short_name": "Title", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", - "version": "0.2.0-alpha.5", + "version": "0.2.0", }, "meta": Object { "author": "Statusfy", @@ -501,7 +501,7 @@ Object { "title": "Title", }, "sourceDir": "../.tmp/cli", - "version": "0.2.0-alpha.5", + "version": "0.2.0", }, "workbox": Object { "_runtimeCaching": Array [ @@ -720,7 +720,7 @@ Object { "title": "Title", }, "sourceDir": "../.tmp/simple", - "version": "0.2.0-alpha.5", + "version": "0.2.0", }, } `; @@ -809,7 +809,7 @@ Object { "publicPath": "/static/", "short_name": "Título", "start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa", - "version": "0.2.0-alpha.5", + "version": "0.2.0", }, "meta": Object { "author": "Statusfy", @@ -953,7 +953,7 @@ Object { "title": "Título", }, "sourceDir": "../.tmp/spanish", - "version": "0.2.0-alpha.5", + "version": "0.2.0", }, "workbox": Object { "_runtimeCaching": Array [ diff --git a/packages/@statusfy/editor/package.json b/packages/@statusfy/editor/package.json index c0efc9fcf..b328caa11 100644 --- a/packages/@statusfy/editor/package.json +++ b/packages/@statusfy/editor/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/editor", - "version": "0.2.0-alpha.5", + "version": "0.2.0", "description": "Editor for Statusfy", "main": "index.js", "publishConfig": { diff --git a/packages/@statusfy/markdown/package.json b/packages/@statusfy/markdown/package.json index 0a522986a..012042a8e 100644 --- a/packages/@statusfy/markdown/package.json +++ b/packages/@statusfy/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@statusfy/markdown", - "version": "0.2.0-alpha.5", + "version": "0.2.0", "description": "Markdown Parser for Statusfy", "main": "index.js", "publishConfig": { @@ -21,12 +21,12 @@ }, "homepage": "https://github.com/bazzite/statusfy#readme", "dependencies": { - "@statusfy/common": "0.2.0-alpha.5", + "@statusfy/common": "0.2.0", "markdown-it": "^8.4.1", "markdown-it-container": "^2.0.0", "markdown-it-emoji": "^1.4.0" }, "devDependencies": { - "@statusfy/test-utils": "0.2.0-alpha.5" + "@statusfy/test-utils": "0.2.0" } } diff --git a/packages/@statusfy/test-utils/package.json b/packages/@statusfy/test-utils/package.json index 53c604323..5ec598186 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.2.0-alpha.5", + "version": "0.2.0", "description": "Test Utils for Statusfy", "publishConfig": { "access": "public" diff --git a/packages/demo/package.json b/packages/demo/package.json index 2f4fd7110..005a83599 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "statusfy-demo", - "version": "0.2.0-alpha.5", + "version": "0.2.0", "description": "Statusfy demo", "scripts": { "prepare": "node scripts/prepare.js", @@ -18,7 +18,7 @@ }, "license": "Apache-2.0", "dependencies": { - "statusfy": "0.2.0-alpha.5" + "statusfy": "0.2.0" }, "engines": { "node": ">=8.10", diff --git a/packages/demo/test/__snapshots__/build-generate.spec.js.snap b/packages/demo/test/__snapshots__/build-generate.spec.js.snap index 4e64940d4..1ef488481 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.2.0-alpha.5", + "version": "0.2.0", } `; diff --git a/packages/docs/package.json b/packages/docs/package.json index ad3bdb82f..e73068077 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "statusfy-docs", - "version": "0.2.0-alpha.5", + "version": "0.2.0", "description": "Statusfy Documentation", "license": "Apache-2.0", "main": "index.js", @@ -31,7 +31,7 @@ }, "homepage": "https://docs.statusfy.co", "devDependencies": { - "@statusfy/common": "0.2.0-alpha.5", + "@statusfy/common": "0.2.0", "axios": "^0.18.0", "consola": "^2.3.0", "fs-extra": "^7.0.1", diff --git a/packages/docs/src/es/guide/pwa.md b/packages/docs/src/es/guide/pwa.md index 83a25e124..339235c87 100644 --- a/packages/docs/src/es/guide/pwa.md +++ b/packages/docs/src/es/guide/pwa.md @@ -77,7 +77,7 @@ Statusfy crea un [Manifiesto de Aplicación Web](https://developers.google.com/w "background_color": "#ffffff", "theme_color": "#1b1f23", "lang": "en", - "version": "0.2.0-alpha.5" + "version": "0.2.0" } ``` diff --git a/packages/docs/src/guide/pwa.md b/packages/docs/src/guide/pwa.md index 4ed437253..f79b8a223 100644 --- a/packages/docs/src/guide/pwa.md +++ b/packages/docs/src/guide/pwa.md @@ -72,7 +72,7 @@ Statusfy creates a valid [Web App Manifest](https://developers.google.com/web/fu "background_color": "#ffffff", "theme_color": "#1b1f23", "lang": "en", - "version": "0.2.0-alpha.5" + "version": "0.2.0" } ``` diff --git a/packages/statusfy/package.json b/packages/statusfy/package.json index c3141e9e8..d07fbbb14 100644 --- a/packages/statusfy/package.json +++ b/packages/statusfy/package.json @@ -1,6 +1,6 @@ { "name": "statusfy", - "version": "0.2.0-alpha.5", + "version": "0.2.0", "description": "A marvelous open source Status Page system", "author": { "name": "Bazzite", @@ -32,9 +32,9 @@ ], "dependencies": { "@nuxtjs/opencollective": "^0.2.0", - "@statusfy/cli": "0.2.0-alpha.5", - "@statusfy/core": "0.2.0-alpha.5", - "@statusfy/editor": "0.2.0-alpha.5" + "@statusfy/cli": "0.2.0", + "@statusfy/core": "0.2.0", + "@statusfy/editor": "0.2.0" }, "engines": { "node": ">=8.10", diff --git a/packages/website/package.json b/packages/website/package.json index f5278d82e..d3bfadf1d 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "statusfy-website", - "version": "0.2.0-alpha.5", + "version": "0.2.0", "description": "Website for Statusfy", "author": { "name": "Bazzite", @@ -23,7 +23,7 @@ "@nuxtjs/google-analytics": "^2.0.2", "@nuxtjs/pwa": "^2.6.0", "@nuxtjs/sitemap": "^0.1.1", - "@statusfy/common": "0.2.0-alpha.5", + "@statusfy/common": "0.2.0", "animate.css": "^3.7.0", "consola": "^2.3.0", "date-fns": "1.29.0",