Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
chore(release): v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juliomrqz committed Aug 22, 2019
1 parent 3c3c0ec commit 09ea473
Show file tree
Hide file tree
Showing 16 changed files with 150 additions and 34 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.4.3](https://github.com/statusfy/statusfy/compare/v0.4.1...v0.4.3) (2019-08-22)


### Bug Fixes

* **core:** add missing English translation ([3c3c0ec](https://github.com/statusfy/statusfy/commit/3c3c0ec))



# [0.4.2](https://github.com/statusfy/statusfy/compare/v0.4.1...v0.4.2) (2019-08-22)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "3.4.3",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.4.2"
"version": "0.4.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"workspaces": [
"packages/@statusfy/*",
Expand Down
8 changes: 4 additions & 4 deletions packages/@statusfy/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statusfy/cli",
"version": "0.4.2",
"version": "0.4.3",
"description": "CLI for Statusfy",
"main": "index.js",
"publishConfig": {
Expand All @@ -25,8 +25,8 @@
"semver": "6.3.0"
},
"peerDependencies": {
"@statusfy/common": "0.4.2",
"@statusfy/core": "0.4.2",
"@statusfy/editor": "0.4.2"
"@statusfy/common": "0.4.3",
"@statusfy/core": "0.4.3",
"@statusfy/editor": "0.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/@statusfy/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statusfy/common",
"version": "0.4.2",
"version": "0.4.3",
"description": "Shared Utils for Statusfy",
"main": "index.js",
"publishConfig": {
Expand Down
107 changes: 107 additions & 0 deletions packages/@statusfy/core/client/locales/en-default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
{
"title": "System Status",
"description": "Keep up to date with real-time and historical interruptions to our service which may be affecting you.",
"labels": {
"contact": "Contact",
"support": "Support",
"home": "Home",
"powered-by": "Powered by"
},
"statuses": {
"under-maintenance": "Under Maintenance",
"degraded-performance": "Degraded Performance",
"partial-outage": "Partial Outage",
"major-outage": "Major Outage",
"operational": "Operational"
},
"dates": {
"formats": {
"short": "MMM D, YYYY",
"long": "MMM D, HH:mm UTC",
"month": "MMMM YYYY"
}
},
"incidents": {
"incidents": "Incidents",
"incident": "Incident",
"scheduled": "Scheduled Maintenance",
"incidents-history": "Incidents History",
"incidents-history-description": "Current & Historical operational interruptions to our service.",
"incidents-history-days-since-latest": "1 day since last incident | {days} days since last incident",
"latest-incidents": "Latest Incidents",
"current-status": "Current Status",
"current-status-description": "Keep up to date with real-time and historical interruptions to our service which may be affecting you.",
"no-incidents": "No incidents reported.",
"resolved": "Resolved",
"unresolved": "Unresolved",
"paginator": {
"previous": "Previous Page",
"next": "Next Page",
"page": "Page"
},
"collapse": {
"show": "Show all {count} Incidents",
"hide": "Show less Incidents"
}
},
"error": {
"go-back-link": "Go back to homepage",
"404": {
"title": "Page not found",
"description": "The page you were looking for was not found"
},
"other": {
"title": "An error occurred",
"description": "We're sorry, but we cannot fulfill your request"
}
},
"systems": {
"items": {
"cdn": {
"title": "CDN"
},
"dns": {
"title": "DNS"
},
"site-delivery": {
"title": "Site delivery"
},
"api": {
"title": "API",
"description": "The API Endpoints any developers can access to"
}
}
},
"notifications": {
"title": "Subscribe to Updates",
"description": "Choose from the options below to automatically receive status updates.",
"buttons": {
"subscribe": "Subscribe",
"close": "Close"
},
"items": {
"icalendar": {
"title": "Calendar",
"description": "Receive <strong>Scheduled Maintenances</strong> via <a href=\"{url}\" target=\"_blank\" rel=\"noopener\">iCalendar</a>."
},
"feeds": {
"title": "Feeds",
"description": "Get <a href=\"{atom_url}\" target=\"_blank\" rel=\"noopener\">the Atom Feed</a> or <a href=\"{rss_url}\" target=\"_blank\" rel=\"noopener\">the RSS Feed</a>."
},
"twitter": {
"title": "Twitter",
"description": "or <a href=\"https://twitter.com/{username}\" target=\"_blank\" rel=\"noopener\">view our Profile</a>."
},
"support": {
"title": "Support",
"description": "Visit our <a href=\"{url}\" target=\"_blank\" rel=\"noopener\">Support Site</a>."
},
"webpush": {
"title": "Push",
"description": "Notifications delivered to your browser.",
"enable": "Enable Notifications",
"enabled": "Notifications are enabled for this browser."
}
}
}
}
8 changes: 4 additions & 4 deletions packages/@statusfy/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statusfy/core",
"version": "0.4.2",
"version": "0.4.3",
"description": "Core of Statusfy",
"author": {
"name": "Bazzite",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@nuxtjs/axios": "5.6.0",
"@nuxtjs/onesignal": "3.0.0-beta.16",
"@nuxtjs/pwa": "3.0.0-beta.16",
"@statusfy/common": "0.4.2",
"@statusfy/markdown": "0.4.2",
"@statusfy/common": "0.4.3",
"@statusfy/markdown": "0.4.3",
"body-parser": "1.19.0",
"browser-sync": "2.26.7",
"cors": "2.8.5",
Expand Down Expand Up @@ -73,7 +73,7 @@
"devDependencies": {
"@nuxt/types": "^0.2.5",
"@nuxtjs/eslint-config": "1.1.2",
"@statusfy/test-utils": "0.4.2",
"@statusfy/test-utils": "0.4.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.2",
"eslint": "6.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"version": "0.4.3",
},
"meta": Object {
"author": "Statusfy",
Expand Down Expand Up @@ -295,7 +295,7 @@ Object {
"title": "Long Title",
},
"sourceDir": "../.tmp/advanced",
"version": "0.4.2",
"version": "0.4.3",
},
"workbox": Object {
"assetsURLPattern": "/static/(?!content).*$",
Expand Down Expand Up @@ -406,7 +406,7 @@ Object {
"publicPath": "/static/",
"short_name": "Title",
"start_url": "/?standalone=true&utm_source=web_app&utm_medium=pwa",
"version": "0.4.2",
"version": "0.4.3",
},
"meta": Object {
"author": "Statusfy",
Expand Down Expand Up @@ -538,7 +538,7 @@ Object {
"title": "Title",
},
"sourceDir": "../.tmp/cli",
"version": "0.4.2",
"version": "0.4.3",
},
"workbox": Object {
"assetsURLPattern": "/static/(?!content).*$",
Expand Down Expand Up @@ -765,7 +765,7 @@ Object {
"title": "Title",
},
"sourceDir": "../.tmp/simple",
"version": "0.4.2",
"version": "0.4.3",
},
}
`;
Expand Down Expand Up @@ -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.2",
"version": "0.4.3",
},
"meta": Object {
"author": "Statusfy",
Expand Down Expand Up @@ -1012,7 +1012,7 @@ Object {
"title": "Título",
},
"sourceDir": "../.tmp/spanish",
"version": "0.4.2",
"version": "0.4.3",
},
"workbox": Object {
"assetsURLPattern": "/static/(?!content).*$",
Expand Down
2 changes: 1 addition & 1 deletion packages/@statusfy/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statusfy/editor",
"version": "0.4.2",
"version": "0.4.3",
"description": "Editor for Statusfy",
"main": "index.js",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions packages/@statusfy/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statusfy/markdown",
"version": "0.4.2",
"version": "0.4.3",
"description": "Markdown Parser for Statusfy",
"main": "index.js",
"publishConfig": {
Expand All @@ -21,12 +21,12 @@
},
"homepage": "https://github.com/bazzite/statusfy#readme",
"dependencies": {
"@statusfy/common": "0.4.2",
"@statusfy/common": "0.4.3",
"markdown-it": "9.1.0",
"markdown-it-container": "2.0.0",
"markdown-it-emoji": "1.4.0"
},
"devDependencies": {
"@statusfy/test-utils": "0.4.2"
"@statusfy/test-utils": "0.4.3"
}
}
2 changes: 1 addition & 1 deletion packages/@statusfy/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@statusfy/test-utils",
"version": "0.4.2",
"version": "0.4.3",
"description": "Test Utils for Statusfy",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "statusfy-demo",
"version": "0.4.2",
"version": "0.4.3",
"description": "Statusfy demo",
"scripts": {
"prepare": "node scripts/prepare.js",
Expand All @@ -20,7 +20,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"statusfy": "0.4.2"
"statusfy": "0.4.3"
},
"devDependencies": {
"less": "3.10.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.2",
"version": "0.4.3",
}
`;
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "statusfy-docs",
"version": "0.4.2",
"version": "0.4.3",
"description": "Statusfy Documentation",
"license": "Apache-2.0",
"main": "index.js",
Expand Down Expand Up @@ -34,7 +34,7 @@
"vuepress": "1.0.3"
},
"devDependencies": {
"@statusfy/common": "0.4.2",
"@statusfy/common": "0.4.3",
"@vuepress/plugin-back-to-top": "1.0.3",
"@vuepress/plugin-google-analytics": "1.0.3",
"@vuepress/plugin-pwa": "1.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/statusfy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "statusfy",
"version": "0.4.2",
"version": "0.4.3",
"description": "A marvelous open source Status Page system",
"author": {
"name": "Bazzite",
Expand Down Expand Up @@ -32,9 +32,9 @@
],
"dependencies": {
"@nuxtjs/opencollective": "0.2.2",
"@statusfy/cli": "0.4.2",
"@statusfy/core": "0.4.2",
"@statusfy/editor": "0.4.2"
"@statusfy/cli": "0.4.3",
"@statusfy/core": "0.4.3",
"@statusfy/editor": "0.4.3"
},
"engines": {
"node": ">=8.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "statusfy-website",
"version": "0.4.2",
"version": "0.4.3",
"description": "Website for Statusfy",
"author": {
"name": "Bazzite",
Expand All @@ -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.2",
"@statusfy/common": "0.4.3",
"animate.css": "3.7.2",
"consola": "2.10.1",
"date-fns": "1.30.1",
Expand Down

0 comments on commit 09ea473

Please sign in to comment.