Skip to content

Commit

Permalink
Release version 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed May 18, 2022
1 parent bd28993 commit f5a5760
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 24 deletions.
20 changes: 15 additions & 5 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Contributors
* [fodor0205_]
* [goodudetheboy_] - Vuong Ho
* [MerlinPerrotLegler_] - Merlin Perrot
* [Undigon_] - Rodrigo Iván Avila Demitroff


Thanks very much to all contributors!
Expand Down Expand Up @@ -149,7 +148,6 @@ Thanks very much to all contributors!
.. _fodor0205: https://github.com/fodor0205
.. _goodudetheboy: https://github.com/goodudetheboy
.. _MerlinPerrotLegler: https://github.com/MerlinPerrotLegler
.. _Undigon: https://avilademitroff.net.ar/


Supporters
Expand All @@ -168,14 +166,20 @@ master_ - unreleased

.. _master: https://github.com/opening-hours/opening_hours.js/compare/v3.7.0...master

`v3.8.0 milestone <https://github.com/opening-hours/opening_hours.js/issues?q=milestone%3Av3.8.0+is%3Aclosed>`__
`v3.9.0 milestone <https://github.com/opening-hours/opening_hours.js/issues?q=milestone%3Av3.9.0+is%3Aclosed>`__


v3.8.0_ - 2022-05-18
--------------------

.. _v3.8.0: https://github.com/opening-hours/opening_hours.js/compare/v3.7.0...v3.8.0

Added
~~~~~

* Public holiday definitions added:

* Argentina [Undigon_]
* Argentina

* Localizations added:

Expand All @@ -189,6 +193,12 @@ Changed
* Romania
* France

Fixed
~~~~~

* Typing for typescript


v3.7.0_ - 2021-07-24
--------------------

Expand Down Expand Up @@ -246,7 +256,7 @@ Added
* Misused ``.`` character. Example: ``Jan 01,Dec 24.-25.``. [ypid_]
* Trailing ``,`` after time selector. Example: ``We 12:00-18:00,``. [ypid_]
* Additional rule which evaluates to closed. Example: ``Mo-Fr 10:00-20:00, We off``. [ypid_]
* Value consists of multiple rules each only using a time selector. Example: ``11:30-14:30;17:30-23:00``. [ypid]
* Value consists of multiple rules each only using a time selector. Example: ``11:30-14:30;17:30-23:00``. [ypid_]
* Potentially missing use of ``<additional_rule_separator>`` if the previous
rule has a time range which wraps over midnight and the current rule
matches one of the following days of the previous rule.
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": "opening_hours",
"version": "3.8.0-dev",
"version": "3.8.0",
"authors": [
"Robin Schneider <[email protected]>",
"Dmitry Marakasov <[email protected]>",
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"typings": "./types/index.d.ts",
"types": "./types/index.d.ts",
"description": "Library to parse and process opening_hours tag from OpenStreetMap data",
"version": "3.8.0-dev",
"version": "3.8.0",
"homepage": "https://github.com/opening-hours/opening_hours.js",
"author": "Dmitry Marakasov <[email protected]>",
"maintainers": [
Expand Down Expand Up @@ -48,38 +48,38 @@
"check-updates": " npm-check-updates --reject colors --upgrade"
},
"dependencies": {
"i18next": "^21.2.4",
"i18next-browser-languagedetector": "^6.1.2",
"suncalc": "^1.8.0"
"i18next": "^21.8.3",
"i18next-browser-languagedetector": "^6.1.4",
"suncalc": "^1.9.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-yaml": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"assert": "^2.0.0",
"colors": "^0.6.2",
"country-language": "^0.1.7",
"doctoc": "^2.0.1",
"esbuild": "^0.13.4",
"eslint": "^7.32.0",
"doctoc": "^2.2.0",
"esbuild": "^0.14.39",
"eslint": "^8.15.0",
"full-icu": "^1.4.0",
"glob": "^7.2.0",
"glob": "^8.0.3",
"https": "^1.0.0",
"husky": "^7.0.2",
"husky": "^8.0.1",
"js-yaml": "^4.1.0",
"line-reader": "^0.4.0",
"npm-check-updates": "^11.8.5",
"npm-check-updates": "^13.0.1",
"optimist": "^0.6.1",
"package-json-validator": "^0.6.3",
"pinst": "^2.1.6",
"rollup": "^2.58.0",
"pinst": "^3.0.0",
"rollup": "^2.73.0",
"sprintf-js": "1.1.2",
"terser": "^5.9.0",
"terser": "^5.13.1",
"timekeeper": "^2.2.0",
"typescript": "^4.4.3"
"typescript": "^4.6.4"
},
"engines": {
"node": ">=10.0.0"
Expand Down

0 comments on commit f5a5760

Please sign in to comment.