Skip to content

Commit fd19bb2

Browse files
author
circleci
committed
[ci skip] chore: publish
- @pie-element/passage@2.21.7 - @pie-element/passage-configure@1.6.5 - @pie-element/passage-controller@1.4.2
1 parent e25b3cd commit fd19bb2

File tree

6 files changed

+36
-3
lines changed

6 files changed

+36
-3
lines changed

packages/passage/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [2.21.7](https://github.com/pie-framework/pie-elements/compare/@pie-element/passage@2.21.6...@pie-element/passage@2.21.7) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **passage:** fix validation and update controller default values PD-4068 PD-4006 ([c4976b6](https://github.com/pie-framework/pie-elements/commit/c4976b664a441b225f5ebe47273a5a309cdfa9f7))
12+
13+
14+
15+
16+
617
## [2.21.6](https://github.com/pie-framework/pie-elements/compare/@pie-element/passage@2.21.5...@pie-element/passage@2.21.6) (2024-09-10)
718

819

packages/passage/configure/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.6.5](https://github.com/pie-framework/pie-elements/compare/@pie-element/passage-configure@1.6.4...@pie-element/passage-configure@1.6.5) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **passage:** fix validation and update controller default values PD-4068 PD-4006 ([c4976b6](https://github.com/pie-framework/pie-elements/commit/c4976b664a441b225f5ebe47273a5a309cdfa9f7))
12+
13+
14+
15+
16+
617
## [1.6.4](https://github.com/pie-framework/pie-elements/compare/@pie-element/passage-configure@1.6.3...@pie-element/passage-configure@1.6.4) (2024-09-10)
718

819

packages/passage/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/passage-configure",
33
"private": true,
4-
"version": "1.6.4",
4+
"version": "1.6.5",
55
"description": "",
66
"main": "lib/index.js",
77
"module": "src/index.js",

packages/passage/controller/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [1.4.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/passage-controller@1.4.1...@pie-element/passage-controller@1.4.2) (2024-09-11)
7+
8+
9+
### Bug Fixes
10+
11+
* **passage:** fix validation and update controller default values PD-4068 PD-4006 ([c4976b6](https://github.com/pie-framework/pie-elements/commit/c4976b664a441b225f5ebe47273a5a309cdfa9f7))
12+
13+
14+
15+
16+
617
## [1.4.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/passage-controller@1.4.0...@pie-element/passage-controller@1.4.1) (2024-09-05)
718

819

packages/passage/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/passage-controller",
33
"private": true,
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"description": "",
66
"main": "lib/index.js",
77
"module": "src/index.js",

packages/passage/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/passage",
3-
"version": "2.21.6",
3+
"version": "2.21.7",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)