Skip to content

Commit ff3d2df

Browse files
committed
🔖(ashley) bump version to 1.0.0-beta.2
Added - add dependency to bootstrap 4.4.1 and font-awesome 5.13.0 - add button to insert a link in AshleyEditor component Changed - build the forum CSS theme inside ashley instead of using the compiled CSS file distributed with django-machina - coalesce SASS color variables between django-machina and bootstrap - use a fluid container for a better iframe integration - change SASS colors
1 parent 95adf95 commit ff3d2df

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
88

99
## [Unreleased]
1010

11+
## [1.0.0-beta.2] - 2020-05-18
12+
1113
### Added
1214

1315
- add dependency to bootstrap 4.4.1 and font-awesome 5.13.0
@@ -65,6 +67,7 @@ Versioning](https://semver.org/spec/v2.0.0.html).
6567
- Update sandbox settings to be able to run Ashley in an `iframe` on multiple
6668
external websites
6769

68-
[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.1...master
70+
[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.2...master
71+
[1.0.0-beta.2]: https://github.com/openfun/ashley/compare/v1.0.0-beta.1...v1.0.0-beta.2
6972
[1.0.0-beta.1]: https://github.com/openfun/ashley/compare/v1.0.0-beta.0...v1.0.0-beta.1
7073
[1.0.0-beta.0]: https://github.com/openfun/ashley/compare/d767ba96aedcbc7d48fba5fefad2b93b9d623cc8...v1.0.0-beta.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ashley
3-
version = 1.0.0-beta.1
3+
version = 1.0.0-beta.2
44
description = A self-hosted discussion forum for learning
55
long_description = file:README.md
66
long_description_content_type = text/markdown

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ashley",
3-
"version": "1.0.0-beta.1",
3+
"version": "1.0.0-beta.2",
44
"description": "A self-hosted alternative discussion forum for OpenEdx",
55
"scripts": {
66
"build": "tsc --noEmit && webpack",

0 commit comments

Comments
 (0)