Skip to content

Commit

Permalink
Merge pull request #1619 from nextcloud/chore/release/publish-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Feb 19, 2024
2 parents 4152dd2 + 143f7b5 commit 9b4adc9
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 9 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-02-19

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`nextcloud` - `v5.0.2`](#nextcloud---v502)

---

#### `nextcloud` - `v5.0.2`

- **FIX**(nextcloud): Set correct intl version constraint to allow all 0.19.x versions. ([5aea8499](https://github.com/nextcloud/neon/commit/5aea84996b34676f64414a7565c55f5091b508f5))
- **FIX**(nextcloud): Workaround WebDAV CSRF bug on web. ([c1e051b2](https://github.com/nextcloud/neon/commit/c1e051b265fa53c24b0de5cfda77d4c04557f07a))


## 2024-02-12

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ packages:
path: "../nextcloud"
relative: true
source: path
version: "5.0.1"
version: "5.0.2"
open_file:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_dashboard/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud: ^5.0.1
nextcloud: ^5.0.2
rxdart: ^0.27.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_files/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud: ^5.0.1
nextcloud: ^5.0.2
open_file: ^3.0.0
path: ^1.0.0
path_provider: ^2.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_news/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud: ^5.0.1
nextcloud: ^5.0.2
rxdart: ^0.27.0
share_plus: ^7.0.0
url_launcher: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notes/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud: ^5.0.1
nextcloud: ^5.0.2
queue: ^3.0.0
rxdart: ^0.27.0
url_launcher: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/neon/neon_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
git:
url: https://github.com/nextcloud/neon
path: packages/neon_framework
nextcloud: ^5.0.1
nextcloud: ^5.0.2
rxdart: ^0.27.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
intl: ^0.18.0
json_annotation: ^4.8.1
meta: ^1.0.0
nextcloud: ^5.0.1
nextcloud: ^5.0.2
package_info_plus: ^5.0.1
path: ^1.0.0
path_provider: ^2.1.0
Expand Down
5 changes: 5 additions & 0 deletions packages/nextcloud/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.0.2

- **FIX**(nextcloud): Set correct intl version constraint to allow all 0.19.x versions. ([5aea8499](https://github.com/nextcloud/neon/commit/5aea84996b34676f64414a7565c55f5091b508f5))
- **FIX**(nextcloud): Workaround WebDAV CSRF bug on web. ([c1e051b2](https://github.com/nextcloud/neon/commit/c1e051b265fa53c24b0de5cfda77d4c04557f07a))

## 5.0.1

- **FIX**(nextcloud): Emit errors in WebDAV getStream. ([42619979](https://github.com/nextcloud/neon/commit/4261997994d89cc2234cc2fdbce65733c1d027e8))
Expand Down
2 changes: 1 addition & 1 deletion packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: nextcloud
version: 5.0.1
version: 5.0.2
description: A Nextcloud API client written in Dart supporting all maintained Nextcloud server versions.
homepage: https://github.com/nextcloud/neon
repository: https://github.com/nextcloud/neon/tree/main/packages/nextcloud
Expand Down
2 changes: 1 addition & 1 deletion packages/nextcloud_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
dynamite_runtime: ^0.2.0
http: ^1.2.0
meta: ^1.0.0
nextcloud: ^5.0.1
nextcloud: ^5.0.2
process_run: ^0.14.0+1
test: ^1.24.0
test_api: ^0.7.0
Expand Down

0 comments on commit 9b4adc9

Please sign in to comment.