Skip to content

Commit

Permalink
chore(release): 3.0.19 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.19](v3.0.18...v3.0.19) (2023-06-05)

### Bug Fixes

* 🐛 ci semantic version ([1d7eb16](1d7eb16))
* 🐛 DMG & Wait 30s before build job ([cdc87c4](cdc87c4))
* 🐛 DMG Maker, forge debug, webpack optimization & minify ([8c3ce7f](8c3ce7f))
* 🐛 fix ci ([fbd7680](fbd7680))
* 🐛 fix ci again ([60e4a8a](60e4a8a))
* 🐛 fix ver ([a3fa56f](a3fa56f))
* 🐛 pass version from prepare to build job ([bbbb1dc](bbbb1dc))
* 🐛 remove cache from yarn & change to windows 2019 ([8aa4a00](8aa4a00))
* 🐛 semantic release changelog ([6aaf8fe](6aaf8fe))
* add post-release script for asset normalization ([8f04587](8f04587))
* delete GPT Commit Summarizer workflow and update release to remove the `--force` form yarn ([b98bb1b](b98bb1b))
* force yarn install and update release config ([9633370](9633370))
* merge develop to master ([c1fc6e5](c1fc6e5))
* 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](a6bae6d))
  • Loading branch information
semantic-release-bot committed Jun 5, 2023
1 parent 5c50124 commit 9aa82f3
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/buttons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrocrud/buttons",
"version": "3.0.19-develop.11",
"version": "3.0.19",
"description": "> TODO: description",
"author": "Garry Lachman <[email protected]>",
"homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/buttons#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/feedback/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrocrud/feedback",
"version": "3.0.19-develop.11",
"version": "3.0.19",
"description": "> TODO: description",
"author": "Garry Lachman <[email protected]>",
"homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/feedback#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrocrud/layouts",
"version": "3.0.19-develop.11",
"version": "3.0.19",
"description": "> TODO: description",
"author": "Garry Lachman <[email protected]>",
"homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/layouts#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/pane/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrocrud/pane",
"version": "3.0.19-develop.11",
"version": "3.0.19",
"description": "> TODO: description",
"author": "Garry Lachman <[email protected]>",
"homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/pane#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/shared#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/tables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrocrud/tables",
"version": "3.0.19-develop.11",
"version": "3.0.19",
"description": "> TODO: description",
"author": "Garry Lachman <[email protected]>",
"homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/tables#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrocrud/tabs",
"version": "3.0.19-develop.11",
"version": "3.0.19",
"description": "> TODO: description",
"author": "Garry Lachman <[email protected]>",
"homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/tabs#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@electrocrud/utils",
"version": "3.0.19-develop.11",
"version": "3.0.19",
"description": "> TODO: description",
"author": "Garry Lachman <[email protected]>",
"homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/utils#readme",
Expand Down

0 comments on commit 9aa82f3

Please sign in to comment.