From 3cd3f87a71fd8112433a3bc7716bdb1df877ea29 Mon Sep 17 00:00:00 2001 From: Matthieu Huguet Date: Mon, 16 Aug 2021 14:25:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96(ashley)=20bump=20to=20version=201.?= =?UTF-8?q?0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed - limit the scope of the unread topics view to the current LTIContext --- CHANGELOG.md | 5 ++++- setup.cfg | 2 +- src/frontend/package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc51196d..95db983b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [1.0.0] - 2021-08-16 + ### Fixed - limit the scope of the unread topics view to the current LTIContext @@ -161,7 +163,8 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Update sandbox settings to be able to run Ashley in an `iframe` on multiple external websites -[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.6...master +[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0...master +[1.0.0]: https://github.com/openfun/ashley/compare/v1.0.0-beta.6...v1.0.0 [1.0.0-beta.6]: https://github.com/openfun/ashley/compare/v1.0.0-beta.5...v1.0.0-beta.6 [1.0.0-beta.5]: https://github.com/openfun/ashley/compare/v1.0.0-beta.4...v1.0.0-beta.5 [1.0.0-beta.4]: https://github.com/openfun/ashley/compare/v1.0.0-beta.3...v1.0.0-beta.4 diff --git a/setup.cfg b/setup.cfg index fcebb755..0a50338b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ashley -version = 1.0.0-beta.6 +version = 1.0.0 description = A self-hosted discussion forum for learning long_description = file:README.md long_description_content_type = text/markdown diff --git a/src/frontend/package.json b/src/frontend/package.json index f8d20052..515b660c 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ashley", - "version": "1.0.0-beta.6", + "version": "1.0.0", "description": "A self-hosted discussion forum for learning", "scripts": { "build": "tsc --noEmit && webpack",