Skip to content

Commit

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

### Bug Fixes

* 🐛 DMG & Wait 30s before build job ([cdc87c4](cdc87c4))
  • Loading branch information
semantic-release-bot committed May 25, 2023
1 parent c234db1 commit 0cc77a4
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.0.19-develop.5](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.4...v3.0.19-develop.5) (2023-05-25)


### Bug Fixes

* 🐛 DMG & Wait 30s before build job ([cdc87c4](https://github.com/garrylachman/ElectroCRUD/commit/cdc87c4595a846bd64fa628829c62c8a4d640e5f))

## [3.0.19-develop.4](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.3...v3.0.19-develop.4) (2023-05-25)


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.4",
"version": "3.0.19-develop.5",
"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.4",
"version": "3.0.19-develop.5",
"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.4",
"version": "3.0.19-develop.5",
"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.4",
"version": "3.0.19-develop.5",
"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.4",
"version": "3.0.19-develop.5",
"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.4",
"version": "3.0.19-develop.5",
"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.4",
"version": "3.0.19-develop.5",
"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.4",
"version": "3.0.19-develop.5",
"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.4",
"version": "3.0.19-develop.5",
"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 0cc77a4

Please sign in to comment.