Skip to content

Commit

Permalink
chore(release): Prepare 2.15.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Dec 19, 2024
1 parent de20a9f commit b8dfaed
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- '**.vue'
init:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: changes
if: needs.changes.outputs.src != 'false'

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
/home/runner/.cache/Cypress
cypress:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: [changes, init]
if: needs.changes.outputs.src != 'false'

Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.15.2 - 2024.12.18

### 🐛Fixes
* 🚀 Performance: use `probeCircles()` instead of `getCircles()`. (#498)
* 📱 Fix positioning of outline. (#1614)

### 🌎Translations
* 🗣️ Translation updates from Transifex. Thanks to all contributors.

### 🚧Updates & Tooling
* ⬆️ Update NPM dependencies.
* ⬆️ Update PHP composer dependencies.


## 2.15.1 - 2024.11.20

### 🐛Fixes
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ In your Nextcloud instance, simply navigate to **»Apps«**, find the
**»Teams«** and **»Collectives«** apps and enable them.
]]></description>
<version>2.15.1</version>
<version>2.15.2</version>
<licence>agpl</licence>
<author>CollectiveCloud Team</author>
<namespace>Collectives</namespace>
Expand Down

0 comments on commit b8dfaed

Please sign in to comment.