Skip to content

Commit

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

### Bug Fixes

* 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 May 25, 2023
1 parent cee0418 commit 230d90c
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.7](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.6...v3.0.19-develop.7) (2023-05-25)


### Bug Fixes

* 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.6](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.5...v3.0.19-develop.6) (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.6",
"version": "3.0.19-develop.7",
"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.6",
"version": "3.0.19-develop.7",
"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.6",
"version": "3.0.19-develop.7",
"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.6",
"version": "3.0.19-develop.7",
"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.6",
"version": "3.0.19-develop.7",
"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.6",
"version": "3.0.19-develop.7",
"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.6",
"version": "3.0.19-develop.7",
"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.6",
"version": "3.0.19-develop.7",
"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.6",
"version": "3.0.19-develop.7",
"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 230d90c

Please sign in to comment.