Skip to content

Commit

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

### Bug Fixes

* add post-release script for asset normalization ([8f04587](8f04587))
  • Loading branch information
semantic-release-bot committed May 26, 2023
1 parent 4acfa28 commit b7a2648
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.8](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.7...v3.0.19-develop.8) (2023-05-26)


### Bug Fixes

* add post-release script for asset normalization ([8f04587](https://github.com/garrylachman/ElectroCRUD/commit/8f0458780feb6298a0d80380df1c53de3777bee9))

## [3.0.19-develop.7](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.6...v3.0.19-develop.7) (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.7",
"version": "3.0.19-develop.8",
"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.7",
"version": "3.0.19-develop.8",
"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.7",
"version": "3.0.19-develop.8",
"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.7",
"version": "3.0.19-develop.8",
"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.7",
"version": "3.0.19-develop.8",
"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.7",
"version": "3.0.19-develop.8",
"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.7",
"version": "3.0.19-develop.8",
"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.7",
"version": "3.0.19-develop.8",
"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.7",
"version": "3.0.19-develop.8",
"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 b7a2648

Please sign in to comment.