diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d518ce0..d8ee3712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 5.0.1 (14.07.2022) + +Switched to react-highlight@0.12.0 instead of 0.14.0, because [0.14.0 is buggy](https://github.com/akiran/react-highlight/issues/80). + + ## 5.0.0 (14.07.2022) Published the package on Github and added LICENSE file. diff --git a/CHANGELOG.ru.md b/CHANGELOG.ru.md index e3680688..1a64e347 100644 --- a/CHANGELOG.ru.md +++ b/CHANGELOG.ru.md @@ -1,5 +1,10 @@ # История изменений проекта +## 5.0.1 (14.07.2022) + +Откатились на react-highlight@0.12.0 с 0.14.0, потому что [0.14.0 багованная](https://github.com/akiran/react-highlight/issues/80). + + ## 5.0.0 (14.07.2022) Опубликовали пакет на Гитхабе и добавили файл с лицензией. diff --git a/package-lock.json b/package-lock.json index 0dcac4a7..bd10b1dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@funboxteam/blueprinter", - "version": "5.0.0", + "version": "5.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -7377,9 +7377,9 @@ "dev": true }, "highlight.js": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.7.3.tgz", - "integrity": "sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==", + "version": "9.18.5", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz", + "integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==", "dev": true }, "history": { @@ -11651,12 +11651,12 @@ } }, "react-highlight": { - "version": "0.14.0", - "resolved": "https://registry.npmjs.org/react-highlight/-/react-highlight-0.14.0.tgz", - "integrity": "sha512-kWE+KXOXidS7SABhVopOgMnowbI3RAfeGZbnrduLNlWrYAED8sycL9l/Fvw3w0PFpIIawB7mRDnyhDcM/cIIGA==", + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/react-highlight/-/react-highlight-0.12.0.tgz", + "integrity": "sha512-j04EWbYOFM0PryhF5Vvl0FDa/dD3M6q0Sl+nFN9kTvWQ9hFkfISNNs85+ssL4TSkDM+4pQTpMdxlDRi8yfIxjw==", "dev": true, "requires": { - "highlight.js": "^10.5.0" + "highlight.js": "^9.11.0" } }, "react-hot-loader": { diff --git a/package.json b/package.json index dcf7b576..a753b7b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@funboxteam/blueprinter", - "version": "5.0.0", + "version": "5.0.1", "description": "Replacement of Aglio library for rendering generated AST as HTML page.", "repository": { "type": "git", @@ -81,7 +81,7 @@ "react": "16.12.0", "react-aria-modal": "4.0.1", "react-dom": "16.12.0", - "react-highlight": "0.14.0", + "react-highlight": "0.12.0", "react-router-dom": "5.1.2", "react-slide-toggle": "0.3.3", "react-window": "1.8.5",