From 4ff942c56d5a9b9bd8cd7a588191e528a54015b7 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Thu, 20 Jul 2023 16:20:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(major)=20bump=20release=20to=201.0?= =?UTF-8?q?.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- CHANGELOG.md | 5 ++++- VERSION | 2 +- src/plugins/package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e10cf5c..70f44bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` @@ -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 diff --git a/VERSION b/VERSION index a3df0a6..3eefcb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.8.0 +1.0.0 diff --git a/src/plugins/package.json b/src/plugins/package.json index a653fd9..832becd 100644 --- a/src/plugins/package.json +++ b/src/plugins/package.json @@ -1,6 +1,6 @@ { "name": "potsie-plugins", - "version": "0.8.0", + "version": "1.0.0", "license": "MIT", "author": "GIP FUN MOOC", "engines": {