Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 791ab80

Browse files
authored
Release/1.1.2 (#1016)
* chore(release): v1.1.2 * change log
1 parent c07b579 commit 791ab80

File tree

30 files changed

+32
-29
lines changed

30 files changed

+32
-29
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
55

66
## CHANGELOG FOR v1.1.x
77

8+
#### 1.1.2
9+
- hotfix [#1014](https://github.com/ergonode/frontend/issues/1014) Workflow - wrong modules relations (bleto)
10+
811
#### 1.1.1
912
- hotfix [#963](https://github.com/ergonode/frontend/issues/963) Workflow - wrong component import (bleto)
1013

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"message": "chore(release): %s"
1515
}
1616
},
17-
"version": "1.1.1"
17+
"version": "1.1.2"
1818
}

modules/@ergonode/activity-logs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ergonode/activity-logs",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Team Ergonode <[email protected]>",
55
"description": "Ergonode activity logs module",
66
"license": "OSL-3.0",

modules/@ergonode/attribute-groups/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ergonode/attribute-groups",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Team Ergonode <[email protected]>",
55
"description": "Ergonode attribute groups module",
66
"license": "OSL-3.0",

modules/@ergonode/attributes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ergonode/attributes",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Team Ergonode <[email protected]>",
55
"description": "Ergonode attributes module",
66
"license": "OSL-3.0",

modules/@ergonode/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ergonode/authentication",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Team Ergonode <[email protected]>",
55
"description": "Ergonode authentication module",
66
"license": "OSL-3.0",

modules/@ergonode/batch-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ergonode/batch-actions",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Team Ergonode <[email protected]>",
55
"description": "Ergonode batch actions module",
66
"license": "OSL-3.0",

modules/@ergonode/categories/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ergonode/categories",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Team Ergonode <[email protected]>",
55
"description": "Ergonode categories module",
66
"license": "OSL-3.0",

modules/@ergonode/category-trees/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ergonode/category-trees",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Team Ergonode <[email protected]>",
55
"description": "Ergonode category trees module",
66
"license": "OSL-3.0",

modules/@ergonode/channels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ergonode/channels",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"author": "Team Ergonode <[email protected]>",
55
"description": "Ergonode channels module",
66
"license": "OSL-3.0",

0 commit comments

Comments
 (0)