Skip to content

Commit

Permalink
chore(release): 3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robb-j committed May 1, 2024
1 parent d0696fa commit c26952a
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.20.0](https://github.com/MozillaFoundation/mozfest-plaza/compare/v3.19.1...v3.20.0) (2024-05-01)


### Features

* add pinned sessions to atrium ([88b7898](https://github.com/MozillaFoundation/mozfest-plaza/commit/88b7898d6d52d5fa2aa91d774d199a83b96e69f1))
* add tito widget to atrium ([d0696fa](https://github.com/MozillaFoundation/mozfest-plaza/commit/d0696fab9bc9916e431ffb87a494b5bb7f6f8bf8))


### Bug Fixes

* fix CI for the server too ([b60aa08](https://github.com/MozillaFoundation/mozfest-plaza/commit/b60aa082b9507e9e19c4a5a6012a5c8ef2bc8a82))
* pull track from rooms again ([55aad88](https://github.com/MozillaFoundation/mozfest-plaza/commit/55aad886f1d65da2827c1bf70566e03cfdb5a8a8))

### [3.19.1](https://github.com/MozillaFoundation/mozfest-plaza/compare/v3.19.0...v3.19.1) (2024-04-29)


Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openlab/mozfest-client",
"version": "3.19.1",
"version": "3.20.0",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openlab/mozfest",
"private": true,
"version": "3.19.1",
"version": "3.20.0",
"scripts": {
"prepare": "husky install",
"format": "npm run --prefix server format && npm run --prefix client format",
Expand Down
4 changes: 2 additions & 2 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openlab/mozfest-server",
"version": "3.19.1",
"version": "3.20.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit c26952a

Please sign in to comment.