Skip to content

Commit bfebe0b

Browse files
author
circleci
committed
[ci skip] chore: publish
- @pie-element/complex-rubric@1.12.2 - @pie-element/multi-trait-rubric@2.15.2 - @pie-element/complex-rubric-configure@1.11.2 - @pie-element/multi-trait-rubric-configure@2.12.2
1 parent fd1cded commit bfebe0b

8 files changed

Lines changed: 44 additions & 6 deletions

File tree

packages/complex-rubric/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+
## [1.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@1.12.1...@pie-element/complex-rubric@1.12.2) (2023-11-06)
7+
8+
**Note:** Version bump only for package @pie-element/complex-rubric
9+
10+
11+
12+
13+
614
## [1.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@1.12.0...@pie-element/complex-rubric@1.12.1) (2023-10-26)
715

816

packages/complex-rubric/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+
## [1.11.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.11.1...@pie-element/complex-rubric-configure@1.11.2) (2023-11-06)
7+
8+
**Note:** Version bump only for package @pie-element/complex-rubric-configure
9+
10+
11+
12+
13+
614
## [1.11.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@1.11.0...@pie-element/complex-rubric-configure@1.11.1) (2023-10-26)
715

816

packages/complex-rubric/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/complex-rubric-configure",
33
"private": true,
4-
"version": "1.11.1",
4+
"version": "1.11.2",
55
"description": "Complex Rubric authoring view",
66
"main": "lib/index.js",
77
"module": "src/index.js",
88
"author": "Pie Framework Authors",
99
"dependencies": {
1010
"@material-ui/core": "^3.9.2",
11-
"@pie-element/multi-trait-rubric": "^2.15.1",
11+
"@pie-element/multi-trait-rubric": "^2.15.2",
1212
"@pie-element/rubric": "^2.12.1",
1313
"@pie-framework/pie-configure-events": "^1.3.0",
1414
"@pie-lib/config-ui": "^11.9.24",

packages/complex-rubric/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/complex-rubric",
33
"repository": "pie-framework/pie-elements",
4-
"version": "1.12.1",
4+
"version": "1.12.2",
55
"publishConfig": {
66
"access": "public"
77
},
88
"dependencies": {
99
"@material-ui/core": "^3.9.2",
10-
"@pie-element/multi-trait-rubric": "^2.15.1",
10+
"@pie-element/multi-trait-rubric": "^2.15.2",
1111
"@pie-element/rubric": "^2.12.1",
1212
"@pie-framework/pie-player-events": "^0.1.0",
1313
"classnames": "^2.2.5",

packages/multi-trait-rubric/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.15.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.15.1...@pie-element/multi-trait-rubric@2.15.2) (2023-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **multi-trait-rubric:** horizontal scrollbar missing initially PD-3267 ([a7b0d13](https://github.com/pie-framework/pie-elements/commit/a7b0d1350459792b44e11e4679c545c38b9e953b))
12+
13+
14+
15+
16+
617
## [2.15.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric@2.15.0...@pie-element/multi-trait-rubric@2.15.1) (2023-10-26)
718

819

packages/multi-trait-rubric/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+
## [2.12.2](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.12.1...@pie-element/multi-trait-rubric-configure@2.12.2) (2023-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **multi-trait-rubric:** horizontal scrollbar missing initially PD-3267 ([a7b0d13](https://github.com/pie-framework/pie-elements/commit/a7b0d1350459792b44e11e4679c545c38b9e953b))
12+
13+
14+
15+
16+
617
## [2.12.1](https://github.com/pie-framework/pie-elements/compare/@pie-element/multi-trait-rubric-configure@2.12.0...@pie-element/multi-trait-rubric-configure@2.12.1) (2023-10-26)
718

819

packages/multi-trait-rubric/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/multi-trait-rubric-configure",
3-
"version": "2.12.1",
3+
"version": "2.12.2",
44
"private": true,
55
"main": "lib/index.js",
66
"module": "src/index.js",

packages/multi-trait-rubric/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/multi-trait-rubric",
33
"repository": "pie-framework/pie-elements",
4-
"version": "2.15.1",
4+
"version": "2.15.2",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)