Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.31.0...v1.0.0) (2022-10-14)

### Features

* add complex-rubric to item config ([11016f8](11016f8))

### BREAKING CHANGES

* automatically add complex-rubric
The author will automatically add/remove the new item type (complex-rubric) depending on the value of a new property from models (rubricEnabled: Boolean)
  • Loading branch information
semantic-release-bot committed Oct 14, 2022
1 parent 88923a0 commit cc0d300
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.0.0](https://github.com/pie-framework/pie-player-components/compare/v0.31.0...v1.0.0) (2022-10-14)


### Features

* add complex-rubric to item config ([11016f8](https://github.com/pie-framework/pie-player-components/commit/11016f8f77ecd8fa43f85ca7c826a069f0d527c9))


### BREAKING CHANGES

* automatically add complex-rubric
The author will automatically add/remove the new item type (complex-rubric) depending on the value of a new property from models (rubricEnabled: Boolean)

# [0.31.0](https://github.com/pie-framework/pie-player-components/compare/v0.30.0...v0.31.0) (2022-09-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pie-framework/pie-player-components",
"version": "0.31.0",
"version": "1.0.0",
"description": "Pie Player Components",
"module": "dist/index.mjs",
"main": "dist/index.js",
Expand Down

0 comments on commit cc0d300

Please sign in to comment.