Skip to content

Commit

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

### Bug Fixes

* 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))
  • Loading branch information
semantic-release-bot committed May 26, 2023
1 parent 682cdaa commit 4bc66df
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [3.0.19-develop.9](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.8...v3.0.19-develop.9) (2023-05-26)


### Bug Fixes

* 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))

## [3.0.19-develop.8](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.7...v3.0.19-develop.8) (2023-05-26)


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.8",
"version": "3.0.19-develop.9",
"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.8",
"version": "3.0.19-develop.9",
"description": "> TODO: description",
"author": "Garry Lachman <garry@lachman.co>",
"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.8",
"version": "3.0.19-develop.9",
"description": "> TODO: description",
"author": "Garry Lachman <garry@lachman.co>",
"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.8",
"version": "3.0.19-develop.9",
"description": "> TODO: description",
"author": "Garry Lachman <garry@lachman.co>",
"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.8",
"version": "3.0.19-develop.9",
"description": "> TODO: description",
"author": "Garry Lachman <garry@lachman.co>",
"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.8",
"version": "3.0.19-develop.9",
"description": "Shared code beteen main & renderer",
"author": "Garry Lachman <garry@lachman.co>",
"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.8",
"version": "3.0.19-develop.9",
"description": "> TODO: description",
"author": "Garry Lachman <garry@lachman.co>",
"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.8",
"version": "3.0.19-develop.9",
"description": "> TODO: description",
"author": "Garry Lachman <garry@lachman.co>",
"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.8",
"version": "3.0.19-develop.9",
"description": "> TODO: description",
"author": "Garry Lachman <garry@lachman.co>",
"homepage": "https://github.com/garrylachman/ElectroCRUD/tree/main/packages/utils#readme",
Expand Down

0 comments on commit 4bc66df

Please sign in to comment.