diff --git a/CHANGELOG.md b/CHANGELOG.md index d476e9c..3ee088f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +## [3.0.19](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.18...v3.0.19) (2023-06-05) + + +### Bug Fixes + +* 🐛 ci semantic version ([1d7eb16](https://github.com/garrylachman/ElectroCRUD/commit/1d7eb16a1787ef04372a3b502fb74e2502836db2)) +* 🐛 DMG & Wait 30s before build job ([cdc87c4](https://github.com/garrylachman/ElectroCRUD/commit/cdc87c4595a846bd64fa628829c62c8a4d640e5f)) +* 🐛 DMG Maker, forge debug, webpack optimization & minify ([8c3ce7f](https://github.com/garrylachman/ElectroCRUD/commit/8c3ce7f0cd832d79e822a5c867a597fc73c8cf32)) +* 🐛 fix ci ([fbd7680](https://github.com/garrylachman/ElectroCRUD/commit/fbd7680325c879af5f5af7d15af90e8d9b6c9f73)) +* 🐛 fix ci again ([60e4a8a](https://github.com/garrylachman/ElectroCRUD/commit/60e4a8a5de638f1c2e0ced619f3964579c27c353)) +* 🐛 fix ver ([a3fa56f](https://github.com/garrylachman/ElectroCRUD/commit/a3fa56f8bc6ea8622fc0eebd76de5d4a7d2c2009)) +* 🐛 pass version from prepare to build job ([bbbb1dc](https://github.com/garrylachman/ElectroCRUD/commit/bbbb1dcd945775d5541e559e9c8bfa8134768d71)) +* 🐛 remove cache from yarn & change to windows 2019 ([8aa4a00](https://github.com/garrylachman/ElectroCRUD/commit/8aa4a0099aa98709ef647f8a3766b5a166ad3d0d)) +* 🐛 semantic release changelog ([6aaf8fe](https://github.com/garrylachman/ElectroCRUD/commit/6aaf8fe8dd46fbc7408d71f72946912f1161b77d)) +* add post-release script for asset normalization ([8f04587](https://github.com/garrylachman/ElectroCRUD/commit/8f0458780feb6298a0d80380df1c53de3777bee9)) +* delete GPT Commit Summarizer workflow and update release to remove the `--force` form yarn ([b98bb1b](https://github.com/garrylachman/ElectroCRUD/commit/b98bb1ba1d315fecb88790970e40229035b302bd)) +* force yarn install and update release config ([9633370](https://github.com/garrylachman/ElectroCRUD/commit/9633370a67b91aefa85479eb69605bcd49669d7e)) +* merge develop to master ([c1fc6e5](https://github.com/garrylachman/ElectroCRUD/commit/c1fc6e50bd3425eb1f891affd51c5a2b8b59e955)) +* the successCmd for @semantic-release/exec has been fixed to properly substitute the new version number. This commit simplifies the success message that is outputted after a successful release ([a6bae6d](https://github.com/garrylachman/ElectroCRUD/commit/a6bae6ddd63d962db7e4cf7d64633425fa23c933)) + ## [3.0.19-develop.11](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.10...v3.0.19-develop.11) (2023-06-05) ## [3.0.19-develop.10](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.9...v3.0.19-develop.10) (2023-05-27) diff --git a/package.json b/package.json index c1a3502..6660718 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "productName": "ElectroCRUD", "name": "electrocrud", "displayName": "ElectroCRUD", - "version": "3.0.19-develop.11", + "version": "3.0.19", "description": "Free CRUD app with source code available for modification and distribution", "keywords": [ "electron", diff --git a/packages/buttons/package.json b/packages/buttons/package.json index b870a6f..a586c20 100644 --- a/packages/buttons/package.json +++ b/packages/buttons/package.json @@ -1,6 +1,6 @@ { "name": "@electrocrud/buttons", - "version": "3.0.19-develop.11", + "version": "3.0.19", "description": "> TODO: description", "author": "Garry Lachman ", "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/buttons#readme", diff --git a/packages/feedback/package.json b/packages/feedback/package.json index daff53e..f316dd5 100644 --- a/packages/feedback/package.json +++ b/packages/feedback/package.json @@ -1,6 +1,6 @@ { "name": "@electrocrud/feedback", - "version": "3.0.19-develop.11", + "version": "3.0.19", "description": "> TODO: description", "author": "Garry Lachman ", "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/feedback#readme", diff --git a/packages/layouts/package.json b/packages/layouts/package.json index 1983f10..b3d914d 100644 --- a/packages/layouts/package.json +++ b/packages/layouts/package.json @@ -1,6 +1,6 @@ { "name": "@electrocrud/layouts", - "version": "3.0.19-develop.11", + "version": "3.0.19", "description": "> TODO: description", "author": "Garry Lachman ", "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/layouts#readme", diff --git a/packages/pane/package.json b/packages/pane/package.json index f9f594b..5866e24 100644 --- a/packages/pane/package.json +++ b/packages/pane/package.json @@ -1,6 +1,6 @@ { "name": "@electrocrud/pane", - "version": "3.0.19-develop.11", + "version": "3.0.19", "description": "> TODO: description", "author": "Garry Lachman ", "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/pane#readme", diff --git a/packages/shared/package.json b/packages/shared/package.json index 19e5709..cc42c2f 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@electrocrud/shared", - "version": "3.0.19-develop.11", + "version": "3.0.19", "description": "Shared code beteen main & renderer", "author": "Garry Lachman ", "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/shared#readme", diff --git a/packages/tables/package.json b/packages/tables/package.json index 474fd51..0f7cfe1 100644 --- a/packages/tables/package.json +++ b/packages/tables/package.json @@ -1,6 +1,6 @@ { "name": "@electrocrud/tables", - "version": "3.0.19-develop.11", + "version": "3.0.19", "description": "> TODO: description", "author": "Garry Lachman ", "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/tables#readme", diff --git a/packages/tabs/package.json b/packages/tabs/package.json index d17342e..6d0f030 100644 --- a/packages/tabs/package.json +++ b/packages/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@electrocrud/tabs", - "version": "3.0.19-develop.11", + "version": "3.0.19", "description": "> TODO: description", "author": "Garry Lachman ", "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/tabs#readme", diff --git a/packages/utils/package.json b/packages/utils/package.json index cd34e9d..8597940 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@electrocrud/utils", - "version": "3.0.19-develop.11", + "version": "3.0.19", "description": "> TODO: description", "author": "Garry Lachman ", "homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/utils#readme",