-
-
Notifications
You must be signed in to change notification settings - Fork 306
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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
1 parent
5c50124
commit 9aa82f3
Showing
10 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|