Skip to content

Commit 0ec7c6b

Browse files
authored
Merge pull request #2689 from pie-framework/master
Merge pull request #2688 from pie-framework/develop
2 parents a8aff00 + dd63ede commit 0ec7c6b

168 files changed

Lines changed: 1525 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type@3.2.10...@pie-element/boilerplate-item-type@3.3.0) (2025-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
12+
13+
14+
### Features
15+
16+
* update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
17+
* update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
18+
19+
20+
21+
22+
623
## [3.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type@3.2.9...@pie-element/boilerplate-item-type@3.2.10) (2025-06-27)
724

825

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@3.2.10...@pie-element/boilerplate-item-type-configure@3.3.0) (2025-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
12+
13+
14+
### Features
15+
16+
* update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
17+
* update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
18+
19+
20+
21+
22+
623
## [3.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-configure@3.2.9...@pie-element/boilerplate-item-type-configure@3.2.10) (2025-06-27)
724

825

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.10",
4+
"version": "3.3.0",
55
"description": "",
66
"main": "lib/index.js",
77
"module": "src/index.js",

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.3.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.10...@pie-element/boilerplate-item-type-controller@3.3.0) (2025-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
12+
13+
14+
### Features
15+
16+
* update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
17+
* update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
18+
19+
20+
21+
22+
623
## [3.2.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/boilerplate-item-type-controller@3.2.9...@pie-element/boilerplate-item-type-controller@3.2.10) (2025-06-27)
724

825

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.10",
4+
"version": "3.3.0",
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.10",
7+
"version": "3.3.0",
88
"description": "",
99
"dependencies": {
1010
"@material-ui/core": "^3.9.2",

packages/calculator/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator@5.1.10...@pie-element/calculator@5.2.0) (2025-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
12+
13+
14+
### Features
15+
16+
* update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
17+
* update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
18+
19+
20+
21+
22+
623
## [5.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator@5.1.9...@pie-element/calculator@5.1.10) (2025-06-27)
724

825

packages/calculator/configure/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.2.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator-configure@4.1.10...@pie-element/calculator-configure@4.2.0) (2025-07-18)
7+
8+
9+
### Bug Fixes
10+
11+
* update pie-lib/pie-toolbox PD-363 ([10ce402](https://github.com/pie-framework/pie-elements/commit/10ce402bcb1c0c9c24dfc9ecff2e13c4de14a753))
12+
13+
14+
### Features
15+
16+
* update pie-lib/pie toolbox PD-5082, PD-5081, PD-3797, PD-5083, revert PD-363, PD-653 ([9214466](https://github.com/pie-framework/pie-elements/commit/92144667464f18c213c7ab1d769595e43b553dab))
17+
* update pie-lib/pie-toolbox PD-5082, PD-5081, PD-3797, PD-5083, PD-4885, PD-5097, PD-5100, PD-5131, PD-5080 ([dc67b1c](https://github.com/pie-framework/pie-elements/commit/dc67b1c735b2adb60943e5d145e739ce4e39a428))
18+
19+
20+
21+
22+
623
## [4.1.10](https://github.com/pie-framework/pie-elements/compare/@pie-element/calculator-configure@4.1.9...@pie-element/calculator-configure@4.1.10) (2025-06-27)
724

825

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.10",
3+
"version": "4.2.0",
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.10",
3+
"version": "5.2.0",
44
"description": "A catalog tool",
55
"repository": "pie-framework/pie-elements",
66
"scripts": {

0 commit comments

Comments
 (0)