Skip to content

Commit d5dfe65

Browse files
committed
bump minor version
1 parent a75e491 commit d5dfe65

File tree

8 files changed

+111
-42
lines changed

8 files changed

+111
-42
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
Changelog
22
=========
33

4-
### 1.3.0 (next)
4+
### 1.3.1 (next)
5+
6+
### 1.3.0
57

68
#### public api
79

dist/js-joda-timezone-empty.js

Lines changed: 38 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! @version js-joda-timezone-1.2.1
1+
//! @version js-joda-timezone-1.3.0
22
//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
33
//! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
44
(function webpackUniversalModuleDefinition(root, factory) {
@@ -442,30 +442,58 @@ var MomentZoneRulesProvider = exports.MomentZoneRulesProvider = function (_ZoneR
442442

443443
/***/ }),
444444

445-
/***/ "./src/js-joda-timezone-empty.js":
446-
/*!***************************************!*\
447-
!*** ./src/js-joda-timezone-empty.js ***!
448-
\***************************************/
445+
/***/ "./src/auto-plug.js":
446+
/*!**************************!*\
447+
!*** ./src/auto-plug.js ***!
448+
\**************************/
449449
/*! no static exports found */
450450
/***/ (function(module, exports, __webpack_require__) {
451451

452452
"use strict";
453453

454454

455455
exports.__esModule = true;
456+
exports.default = autoPlug;
457+
458+
var _jsJoda = __webpack_require__(/*! js-joda */ "js-joda");
456459

457460
var _plug = __webpack_require__(/*! ./plug */ "./src/plug.js");
458461

459462
var _plug2 = _interopRequireDefault(_plug);
460463

461464
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
462465

463-
exports.default = _plug2.default; /*
464-
* @copyright (c) 2016-present, Philipp Thürwächter, Pattrick Hüper
465-
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
466-
*/
466+
/*
467+
* @copyright (c) 2016-present, Philipp Thürwächter, Pattrick Hüper
468+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
469+
*/
467470

468-
module.exports = exports['default'];
471+
function autoPlug() {
472+
(0, _jsJoda.use)(_plug2.default);
473+
}
474+
475+
/***/ }),
476+
477+
/***/ "./src/js-joda-timezone-empty.js":
478+
/*!***************************************!*\
479+
!*** ./src/js-joda-timezone-empty.js ***!
480+
\***************************************/
481+
/*! no static exports found */
482+
/***/ (function(module, exports, __webpack_require__) {
483+
484+
"use strict";
485+
486+
487+
var _autoPlug = __webpack_require__(/*! ./auto-plug */ "./src/auto-plug.js");
488+
489+
var _autoPlug2 = _interopRequireDefault(_autoPlug);
490+
491+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
492+
493+
(0, _autoPlug2.default)(); /*
494+
* @copyright (c) 2016-present, Philipp Thürwächter, Pattrick Hüper
495+
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
496+
*/
469497

470498
/***/ }),
471499

@@ -499,11 +527,6 @@ var _systemDefaultZone2 = _interopRequireDefault(_systemDefaultZone);
499527

500528
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
501529

502-
module.exports = exports['default']; /*
503-
* @copyright (c) 2016-present, Philipp Thürwächter, Pattrick Hüper
504-
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
505-
*/
506-
507530
/***/ }),
508531

509532
/***/ "./src/system-default-zone.js":
@@ -538,7 +561,6 @@ function extendSystemDefaultZoneId(ZoneId) {
538561
return resolvedZoneId;
539562
};
540563
}
541-
module.exports = exports["default"];
542564

543565
/***/ }),
544566

dist/js-joda-timezone-empty.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js-joda-timezone-empty.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js-joda-timezone.js

Lines changed: 65 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js-joda-timezone.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js-joda-timezone.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-joda-timezone",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "iana tzdb timezone bindings for js-joda",
55
"typings": "dist/js-joda-timezone.d.ts",
66
"main": "dist/js-joda-timezone.js",

0 commit comments

Comments
 (0)