From f5a57607146a174dee847dc6c85fc28954a9621c Mon Sep 17 00:00:00 2001 From: Robin Schneider Date: Wed, 18 May 2022 23:10:57 +0200 Subject: [PATCH] Release version 3.8.0 --- CHANGELOG.rst | 20 +++++++++++++++----- bower.json | 2 +- package.json | 36 ++++++++++++++++++------------------ 3 files changed, 34 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c711541c..c778225d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -84,7 +84,6 @@ Contributors * [fodor0205_] * [goodudetheboy_] - Vuong Ho * [MerlinPerrotLegler_] - Merlin Perrot -* [Undigon_] - Rodrigo Iván Avila Demitroff Thanks very much to all contributors! @@ -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 @@ -168,14 +166,20 @@ master_ - unreleased .. _master: https://github.com/opening-hours/opening_hours.js/compare/v3.7.0...master -`v3.8.0 milestone `__ +`v3.9.0 milestone `__ + + +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: @@ -189,6 +193,12 @@ Changed * Romania * France +Fixed +~~~~~ + +* Typing for typescript + + v3.7.0_ - 2021-07-24 -------------------- @@ -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 ```` 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. diff --git a/bower.json b/bower.json index 276b0cd8..72ea0248 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "opening_hours", - "version": "3.8.0-dev", + "version": "3.8.0", "authors": [ "Robin Schneider ", "Dmitry Marakasov ", diff --git a/package.json b/package.json index 40827307..32b8d16c 100644 --- a/package.json +++ b/package.json @@ -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 ", "maintainers": [ @@ -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"