Skip to content

Commit

Permalink
🔖(ashley) bump version to 1.0.0-beta.2
Browse files Browse the repository at this point in the history
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
  • Loading branch information
madmatah committed May 18, 2020
1 parent 95adf95 commit ff3d2df
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 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0-beta.2] - 2020-05-18

### Added

- add dependency to bootstrap 4.4.1 and font-awesome 5.13.0
Expand Down Expand Up @@ -65,6 +67,7 @@ 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.1...master
[Unreleased]: https://github.com/openfun/ashley/compare/v1.0.0-beta.2...master
[1.0.0-beta.2]: https://github.com/openfun/ashley/compare/v1.0.0-beta.1...v1.0.0-beta.2
[1.0.0-beta.1]: https://github.com/openfun/ashley/compare/v1.0.0-beta.0...v1.0.0-beta.1
[1.0.0-beta.0]: https://github.com/openfun/ashley/compare/d767ba96aedcbc7d48fba5fefad2b93b9d623cc8...v1.0.0-beta.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ashley
version = 1.0.0-beta.1
version = 1.0.0-beta.2
description = A self-hosted discussion forum for learning
long_description = file:README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ashley",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "A self-hosted alternative discussion forum for OpenEdx",
"scripts": {
"build": "tsc --noEmit && webpack",
Expand Down

0 comments on commit ff3d2df

Please sign in to comment.