Skip to content

Commit 401fde8

Browse files
Merge pull request #1569 from pie-framework/master
Master
2 parents 72cc9ef + 1f4df4f commit 401fde8

18 files changed

Lines changed: 119 additions & 11 deletions

File tree

packages/charting/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+
# [6.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting@6.5.2...@pie-element/charting@6.6.0) (2023-11-07)
7+
8+
9+
### Features
10+
11+
* **charting:** Update default behavior of charting authoring UI properties PD-3216 ([f9474f7](https://github.com/pie-framework/pie-elements/commit/f9474f7f5018dbe2a7ce8d38eb20edb87d6dcbce))
12+
* **charting:** Update default behavior of charting authoring UI properties. Update docs accordingly. PD-3216 ([207ebe2](https://github.com/pie-framework/pie-elements/commit/207ebe2be2fd06519f7199da65f2c9d2c7ba3007))
13+
14+
15+
16+
17+
618
## [6.5.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting@6.5.1...@pie-element/charting@6.5.2) (2023-10-26)
719

820

packages/charting/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+
# [6.6.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting-configure@6.5.1...@pie-element/charting-configure@6.6.0) (2023-11-07)
7+
8+
9+
### Features
10+
11+
* **charting:** Update default behavior of charting authoring UI properties PD-3216 ([f9474f7](https://github.com/pie-framework/pie-elements/commit/f9474f7f5018dbe2a7ce8d38eb20edb87d6dcbce))
12+
13+
14+
15+
16+
617
## [6.5.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/charting-configure@6.5.0...@pie-element/charting-configure@6.5.1) (2023-10-26)
718

819

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

packages/charting/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": "6.5.2",
7+
"version": "6.6.0",
88
"description": "",
99
"scripts": {
1010
"test": "echo \"Error: no test specified\" && exit 1",

packages/ebsr/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [8.14.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@8.14.1...@pie-element/ebsr@8.14.2) (2023-11-07)
7+
8+
**Note:** Version bump only for package @pie-element/ebsr
9+
10+
11+
12+
13+
614
## [8.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr@8.14.0...@pie-element/ebsr@8.14.1) (2023-10-26)
715

816

packages/ebsr/configure/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [8.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@8.12.1...@pie-element/ebsr-configure@8.12.2) (2023-11-07)
7+
8+
**Note:** Version bump only for package @pie-element/ebsr-configure
9+
10+
11+
12+
13+
614
## [8.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/ebsr-configure@8.12.0...@pie-element/ebsr-configure@8.12.1) (2023-10-26)
715

816

packages/ebsr/configure/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@pie-element/ebsr-configure",
33
"private": true,
4-
"version": "8.12.1",
4+
"version": "8.12.2",
55
"description": "",
66
"main": "lib/index.js",
77
"module": "src/index.js",
88
"author": "",
99
"dependencies": {
1010
"@material-ui/core": "^3.9.2",
11-
"@pie-element/multiple-choice": "^7.16.1",
11+
"@pie-element/multiple-choice": "^7.17.0",
1212
"@pie-framework/pie-configure-events": "^1.2.0",
1313
"@pie-lib/config-ui": "^11.9.24",
1414
"lodash": "^4.17.15",

packages/ebsr/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@pie-element/ebsr",
3-
"version": "8.14.1",
3+
"version": "8.14.2",
44
"description": "",
55
"repository": "pie-framework/pie-elements",
66
"publishConfig": {
77
"access": "public"
88
},
99
"dependencies": {
10-
"@pie-element/multiple-choice": "^7.16.1",
10+
"@pie-element/multiple-choice": "^7.17.0",
1111
"@pie-framework/pie-player-events": "^0.1.0",
1212
"classnames": "^2.2.5",
1313
"debug": "^4.1.1",

packages/hotspot/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.19.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot@5.18.1...@pie-element/hotspot@5.19.0) (2023-11-07)
7+
8+
9+
### Features
10+
11+
* **hotspot:** ability to delete an hospot pd-597 ([972c4c9](https://github.com/pie-framework/pie-elements/commit/972c4c90c41fe7dd447715e711883af4517bc2a5))
12+
* **hotspot:** add image component to delete button pd-597 ([17c64c5](https://github.com/pie-framework/pie-elements/commit/17c64c5984977299cdfdc1594438d53b775c57fe))
13+
* **hotspot:** add tests for delete functionality pd-597 ([772762e](https://github.com/pie-framework/pie-elements/commit/772762ee7760356c16ab74cef41ec73a3de0dc65))
14+
* **hotspot:** delete unused field from state pd-597 ([620b9a6](https://github.com/pie-framework/pie-elements/commit/620b9a693063de7cff5448ce95ff3026b5803ce9))
15+
* **hotspot:** get rid of undo pd-597 ([185f7d1](https://github.com/pie-framework/pie-elements/commit/185f7d1fde2f6af6ba9b3c4b82597066f267805d))
16+
* **hotspot:** refactor code where needed pd-597 ([b7640d2](https://github.com/pie-framework/pie-elements/commit/b7640d203accb908fd56a9d2dcae4bd4959fd130))
17+
* **hotspot:** update snapshot pd-597 ([7e81c25](https://github.com/pie-framework/pie-elements/commit/7e81c2589eecc0f2ce97a2873d468929241a05e8))
18+
19+
20+
21+
22+
623
## [5.18.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot@5.18.0...@pie-element/hotspot@5.18.1) (2023-10-26)
724

825

packages/hotspot/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+
# [5.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.14.1...@pie-element/hotspot-configure@5.15.0) (2023-11-07)
7+
8+
9+
### Features
10+
11+
* **hotspot:** ability to delete an hospot pd-597 ([972c4c9](https://github.com/pie-framework/pie-elements/commit/972c4c90c41fe7dd447715e711883af4517bc2a5))
12+
* **hotspot:** add image component to delete button pd-597 ([17c64c5](https://github.com/pie-framework/pie-elements/commit/17c64c5984977299cdfdc1594438d53b775c57fe))
13+
* **hotspot:** add tests for delete functionality pd-597 ([772762e](https://github.com/pie-framework/pie-elements/commit/772762ee7760356c16ab74cef41ec73a3de0dc65))
14+
* **hotspot:** delete unused field from state pd-597 ([620b9a6](https://github.com/pie-framework/pie-elements/commit/620b9a693063de7cff5448ce95ff3026b5803ce9))
15+
* **hotspot:** get rid of undo pd-597 ([185f7d1](https://github.com/pie-framework/pie-elements/commit/185f7d1fde2f6af6ba9b3c4b82597066f267805d))
16+
* **hotspot:** refactor code where needed pd-597 ([b7640d2](https://github.com/pie-framework/pie-elements/commit/b7640d203accb908fd56a9d2dcae4bd4959fd130))
17+
* **hotspot:** update snapshot pd-597 ([7e81c25](https://github.com/pie-framework/pie-elements/commit/7e81c2589eecc0f2ce97a2873d468929241a05e8))
18+
19+
20+
21+
22+
623
## [5.14.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/hotspot-configure@5.14.0...@pie-element/hotspot-configure@5.14.1) (2023-10-26)
724

825

0 commit comments

Comments
 (0)