Compare commits

...

4 Commits

Author SHA1 Message Date
Luka Trovic
4c884d08e3 Merge pull request #6903 from nextcloud/dependabot/npm_and_yarn/stable28/nextcloud/webpack-vue-config-6.3.0
Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0
2025-04-14 15:09:55 +02:00
dependabot[bot]
8c96a909f9 Chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.2.0 to 6.3.0
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 6.2.0 to 6.3.0.
- [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases)
- [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.2.0...v6.3.0)

---
updated-dependencies:
- dependency-name: "@nextcloud/webpack-vue-config"
  dependency-version: 6.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-12 01:10:19 +00:00
grnd-alt
e8e7d19606 Merge pull request #6744 from nextcloud/release/1.12.7
release/1.12.7
2025-02-13 15:44:36 +01:00
grnd-alt
5bc7e1c081 release/1.12.7
Signed-off-by: grnd-alt <git@belakkaf.net>
2025-02-13 15:43:58 +01:00
4 changed files with 260 additions and 751 deletions

View File

@@ -1,7 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
## 1.12.6
## 1.12.7
### Fixed
* fix: Use new query builder by @backportbot in https://github.com/nextcloud/deck/pull/6613
* Update TrelloJsonService.php by @backportbot in https://github.com/nextcloud/deck/pull/6644
* fix(sharing): list accounts with matches in email by @backportbot in https://github.com/nextcloud/deck/pull/6526
* fix: close modal after deleting card by @backportbot in https://github.com/nextcloud/deck/pull/6621
* fix: two close buttons on card modal by @backportbot in https://github.com/nextcloud/deck/pull/6661
* fix: Properly show attachment extension by @backportbot in https://github.com/nextcloud/deck/pull/6675
### Dependencies
* chore(deps): bump @nextcloud/vue from 8.21.0 to 8.22.0 by @dependabot in https://github.com/nextcloud/deck/pull/6633
**Full Changelog**: https://github.com/nextcloud/deck/compare/v1.12.6...v1.12.7
### Fixed

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized
</description>
<version>1.12.6</version>
<version>1.12.7</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>

992
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.12.6",
"version": "1.12.7",
"authors": [
{
"name": "Julius Härtl",