Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/garrylachman/ElectroCRUD
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
garrylachman committed May 25, 2023
2 parents a6bae6d + e1b6a52 commit cee0418
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.6](https://github.com/garrylachman/ElectroCRUD/compare/v3.0.19-develop.5...v3.0.19-develop.6) (2023-05-25)


### Bug Fixes

* 🐛 pass version from prepare to build job ([bbbb1dc](https://github.com/garrylachman/ElectroCRUD/commit/bbbb1dcd945775d5541e559e9c8bfa8134768d71))

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

Please sign in to comment.