Skip to content

Commit

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

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.2](https://github.com/MozillaFoundation/mozfest-plaza/compare/v3.20.1...v3.20.2) (2024-05-02)


### Bug Fixes

* improve mobile atrium ([84793f3](https://github.com/MozillaFoundation/mozfest-plaza/commit/84793f33255144030b0a5e0af89316358c41e2e7))
* style tweak ([aceefd8](https://github.com/MozillaFoundation/mozfest-plaza/commit/aceefd8c43763624faae0ffe1bc5c49af6b45a99))
* update tito embed slug ([e8e757f](https://github.com/MozillaFoundation/mozfest-plaza/commit/e8e757f31c69839c979dab2608677f4a44a0cc72))

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


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.20.1",
"version": "3.20.2",
"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.20.1",
"version": "3.20.2",
"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.20.1",
"version": "3.20.2",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6e119d6

Please sign in to comment.