Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖(release) bump to version 1.0.0 #164

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unrealeased]

## [1.0.0] - 2023-01-31

### Added

- Enable CORS Headers
- Add Multilingual
- First working version with fully functional room management, meeting
management being available only on the backend.

[unreleased]: https://github.com/openfun/jitsi-magnify/compare/v1.0.0...master
[1.0.0]: https://github.com/openfun/jitsi-magnify/compare/69720f6fea24c3633b0b9ece5fc35adef4380513...v1.0.0
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = magnify
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

magnify package already exists on pypi.

Suggested change
name = magnify
Suggested change
name = magnify
name = jitsi-magnify

version = 0.1.0
version = 1.0.0
description = An authentication and room management system for Jitsi built with Django/React
long_description = file:README.md
long_description_content_type = text/markdown
Expand All @@ -13,7 +13,7 @@ url = https://github.com/openfun/jitsi-magnify
license = MIT
keywords = Django, Django-CMS, Open edX
classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Product/Stable
Framework :: Django
Framework :: Django :: 4.1
Intended Audience :: Developers
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/magnify/apps/magnify-site/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "magnify-site",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/magnify/packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openfun/magnify-components",
"private": true,
"version": "0.1.0",
"version": "1.0.0",
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
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": "jitsi-magnify",
"version": "0.1.0",
"version": "1.0.0",
"main": "index.js",
"private": true,
"license": "MIT",
Expand Down