Skip to content

Commit

Permalink
Release 1.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chird committed Nov 7, 2023
1 parent 31641b0 commit e8c8b93
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [1.17.3] - 2023-11-07
### Fixed
- Unnecessary console.log removed.

## [1.17.2] - 2023-10-23
### Fixed
- Typo bugfix.
Expand Down Expand Up @@ -310,7 +314,8 @@ will not work anymore, until you pass a callback to `getTimeText`.
### Fixed
- Some tests with DOM usage.

[Unreleased]: https://github.com/chird/meteoJS/compare/v1.17.2...HEAD
[Unreleased]: https://github.com/chird/meteoJS/compare/v1.17.3...HEAD
[1.17.3]: https://github.com/chird/meteoJS/compare/v1.17.2...v1.17.3
[1.17.2]: https://github.com/chird/meteoJS/compare/v1.17.1...v1.17.2
[1.17.1]: https://github.com/chird/meteoJS/compare/v1.17.0...v1.17.1
[1.17.0]: https://github.com/chird/meteoJS/compare/v1.16.1...v1.17.0
Expand Down
3 changes: 1 addition & 2 deletions doc/thermodynamicDiagram_WindspeedProfile.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ <h1>Source: thermodynamicDiagram/WindspeedProfile.js</h1>
if (labelFont.anchor &#x3D;&#x3D; &#x27;end&#x27; &amp;amp;&amp;amp;
x &amp;lt; 45)
labelFont.anchor &#x3D; &#x27;start&#x27;;
console.log(labelFont.anchor, x, this.width);
if (labelFont[&#x27;alignment-baseline&#x27;] &#x3D;&#x3D; &#x27;bottom&#x27; &amp;amp;&amp;amp;
y &amp;lt; labelFont.size * 5/4)
labelFont[&#x27;alignment-baseline&#x27;] &#x3D; &#x27;top&#x27;;
Expand Down Expand Up @@ -452,7 +451,7 @@ <h1>Source: thermodynamicDiagram/WindspeedProfile.js</h1>
<footer id="jsdoc-footer" class="jsdoc-footer">
<div id="jsdoc-footer-container">
<p>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.11 on October 23, 2023.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc</a> 3.6.11 on November 7, 2023.
</p>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion meteoJS.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion meteoJS.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*! /*meteoJS v1.17.2 | (c) Ivo Sonderegger | https://chird.github.io/meteoJS/LICENSE* / */
/*! /*meteoJS v1.17.3 | (c) Ivo Sonderegger | https://chird.github.io/meteoJS/LICENSE* / */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2 changes: 1 addition & 1 deletion meteoJS.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meteojs",
"version": "1.17.2",
"version": "1.17.3",
"description": "library for meteorological and atmospheric science tools",
"keywords": [
"meteorology",
Expand Down

0 comments on commit e8c8b93

Please sign in to comment.