Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Feb 20, 2020
1 parent 037d8b8 commit 456f610
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 90 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -178,7 +178,7 @@
</nav>

<section class="container page-banner" id="overview">
<h1>PNotify <small>v5 pre-alpha</small></h1>
<h1>PNotify <small>v5-alpha</small></h1>
<p id="description">Beautiful notifications and prompts.</p>
<p class="dev-note" style="display: none;">
You probably want to go to the <a href="https://sciactive.com/pnotify/">production site</a>, cause things will be broken here.
Expand Down Expand Up @@ -828,7 +828,7 @@ <h5 class="card-header">Lifecycle Events <small>Manipulate the notice during its
const dontAlert = () => {};
const initListener = event => {
console.log(event.type, event.detail);
alert('I\'m listening for when the notice initializes. This and mount are the only PNotify lifecycle event that bubble. The event object has a reference to the notice.');
alert('I\'m listening for when the notice initializes. This and \'mount\' are the only PNotify lifecycle events that bubble. The event object has a reference to the notice.');
};
const mountListener = event => {
console.log(event.type, event.detail);
Expand Down
174 changes: 92 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pnotify",
"version": "5.0.0-dev",
"version": "5.0.0-alpha.1",
"description": "Beautiful notifications and prompts.",
"keywords": [
"notice",
Expand Down Expand Up @@ -55,18 +55,18 @@
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-standard": "^4.0.1",
"mini-css-extract-plugin": "^0.9.0",
"style-loader": "^1.1.3",
"svelte-loader": "^2.13.6",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"svelte": "^3.18.1"
"svelte": "^3.18.2"
}
}

0 comments on commit 456f610

Please sign in to comment.