Skip to content

Commit

Permalink
v4.9.3 release
Browse files Browse the repository at this point in the history
fixes only a missing entry in package.json
  • Loading branch information
Flyer53 committed Jan 16, 2020
1 parent 380aad8 commit 838749b
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## <span style='color:#563D7C;'>CHANGELOG</span>

### <span style='color:#563D7C;'>Version 4.9.3 *2020-01-16*</span>

+ this release only fixes a missing entry in `package.json`

### <span style='color:#563D7C;'>Version 4.9.2 *2020-01-15*</span>

+ **updated** events `jspanelclosed` and `jspanelcloseduser`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![license MIT](https://img.shields.io/badge/license-MIT-blue.svg) [![npm version](https://badge.fury.io/js/jspanel4.svg)](https://badge.fury.io/js/jspanel4) [![npm](https://img.shields.io/npm/dt/express.svg)](https://www.npmjs.com/package/jspanel4) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/jsPanel/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)

## [jsPanel 4.9.2 released 2020-01-15](#)
## [jsPanel 4.9.3 released 2020-01-16](#)

<img src="https://res.cloudinary.com/stefanstraesser-eu/image/upload/v1558601426/jsPanel4.7.0-sample-panels-1920_yzobd9.jpg">

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspanel4x",
"version": "4.9.2",
"version": "4.9.3",
"authors": [
"Stefan Straesser <[email protected]> (http://jspanel.de/)"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/jspanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }

var jsPanel = {
version: '4.9.2',
version: '4.9.3',
date: '2020-01-14 14:00',
ajaxAlwaysCallbacks: [],
autopositionSpacing: 4,
Expand Down
2 changes: 1 addition & 1 deletion dist/jspanel.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion es6module/jspanel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* jspanel.js - License MIT, copyright 2013 - 2020 Stefan Straesser <[email protected]> (https://jspanel.de) */
'use strict';
export const jsPanel = {
version: '4.9.2',
version: '4.9.3',
date: '2020-01-14 14:00',
ajaxAlwaysCallbacks: [],
autopositionSpacing: 4,
Expand Down
2 changes: 1 addition & 1 deletion es6module/jspanel.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jspanel4",
"version": "4.9.2",
"version": "4.9.3",
"description": "A JavaScript library to create highly configurable multifunctional floating panels that can also be used as modal, tooltip, hint or contextmenu",
"keywords": [
"jsPanel",
Expand Down
2 changes: 1 addition & 1 deletion source/jspanel.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* jspanel.js - License MIT, copyright 2013 - 2020 Stefan Straesser <[email protected]> (https://jspanel.de) */
'use strict';
const jsPanel = {
version: '4.9.2',
version: '4.9.3',
date: '2020-01-14 14:00',
ajaxAlwaysCallbacks: [],
autopositionSpacing: 4,
Expand Down

0 comments on commit 838749b

Please sign in to comment.