Skip to content

Commit

Permalink
🔖(major) bump release to 1.0.0
Browse files Browse the repository at this point in the history
Changed:

- Moved `object.id` and `context.contextActivities.parent.id` to
  `keyword` mapping type.

Removed:

- Support for legacy course key building from object definition
  extensions [BC]
  • Loading branch information
jmaupetit committed Jul 20, 2023
1 parent 59e4d9f commit 4ff942c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to

## [Unreleased]

## [1.0.0] - 2023-07-20

### Changed

- Moved `object.id` and `context.contextActivities.parent.id` to `keyword`
Expand Down Expand Up @@ -155,7 +157,8 @@ with corresponding Teachers Course Video Details Dashboard

- Video details Dashboard

[unreleased]: https://github.com/openfun/potsie/compare/v0.8.0...main
[unreleased]: https://github.com/openfun/potsie/compare/v1.0.0...main
[1.0.0]: https://github.com/openfun/potsie/compare/v0.8.0...v1.0.0
[0.8.0]: https://github.com/openfun/potsie/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/openfun/potsie/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/openfun/potsie/compare/v0.5.1...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.0
1.0.0
2 changes: 1 addition & 1 deletion src/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "potsie-plugins",
"version": "0.8.0",
"version": "1.0.0",
"license": "MIT",
"author": "GIP FUN MOOC",
"engines": {
Expand Down

0 comments on commit 4ff942c

Please sign in to comment.