Skip to content

Commit 8a2a2b8

Browse files
authored
Merge pull request #2563 from pie-framework/master
Merge pull request #2556 from pie-framework/develop
2 parents 4b7a009 + 84bcb59 commit 8a2a2b8

168 files changed

Lines changed: 1116 additions & 90 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/boilerplate-item-type/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type@3.2.3...@pie-element/boilerplate-item-type@3.2.4) (2025-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
12+
* update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
13+
14+
15+
16+
17+
618
## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type@3.2.2...@pie-element/boilerplate-item-type@3.2.3) (2025-04-18)
719

820

packages/boilerplate-item-type/configure/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@3.2.3...@pie-element/boilerplate-item-type-configure@3.2.4) (2025-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
12+
* update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
13+
14+
15+
16+
17+
618
## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@3.2.2...@pie-element/boilerplate-item-type-configure@3.2.3) (2025-04-18)
719

820

packages/boilerplate-item-type/configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pie-element/boilerplate-item-type-configure",
33
"private": true,
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"description": "",
66
"main": "lib/index.js",
77
"module": "src/index.js",

packages/boilerplate-item-type/controller/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.3...@pie-element/boilerplate-item-type-controller@3.2.4) (2025-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
12+
* update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
13+
14+
15+
16+
17+
618
## [3.2.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.2...@pie-element/boilerplate-item-type-controller@3.2.3) (2025-04-18)
719

820

packages/boilerplate-item-type/controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pie-element/boilerplate-item-type-controller",
33
"private": true,
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"description": "",
66
"main": "lib/index.js",
77
"module": "src/index.js",

packages/boilerplate-item-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access": "public"
55
},
66
"repository": "pie-framework/pie-elements",
7-
"version": "3.2.3",
7+
"version": "3.2.4",
88
"description": "",
99
"dependencies": {
1010
"@material-ui/core": "^3.9.2",

packages/calculator/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator@5.1.3...@pie-element/calculator@5.1.4) (2025-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
12+
* update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
13+
14+
15+
16+
17+
618
## [5.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator@5.1.2...@pie-element/calculator@5.1.3) (2025-04-18)
719

820

packages/calculator/configure/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.1.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator-configure@4.1.3...@pie-element/calculator-configure@4.1.4) (2025-04-29)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-4976 ([ccf7412](https://github.com/pie-framework/pie-elements/commit/ccf74123f4581fc45383bdf2c181e699588b989d))
12+
* update pie-lib/pie-toolbox PD-4976, PD-4980, PD-3496 ([a001d12](https://github.com/pie-framework/pie-elements/commit/a001d122ca198b23eeef9596857555eb1a76bb6b))
13+
14+
15+
16+
17+
618
## [4.1.3](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator-configure@4.1.2...@pie-element/calculator-configure@4.1.3) (2025-04-18)
719

820

packages/calculator/configure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-element/calculator-configure",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "",
55
"main": "lib/index.js",
66
"private": true,

packages/calculator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pie-element/calculator",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"description": "A catalog tool",
55
"repository": "pie-framework/pie-elements",
66
"scripts": {

0 commit comments

Comments
 (0)